Signup page variables
| Variable | Description |
|---|---|
| content | Displays content specified in page's admin section e.g. {{ page.signup.content }} |
| is_volunteers? | Ask for volunteers? |
| has_optional_tags? | Prompt the person to choose from a set of optional tags? |
| optional_tags | Array of optional tags to choose from |
| optional_tag_list | Comma separated list of optional tags |
| is_all_info_collected? | Displays content specified in page's admin section e.g. {% if page.signup.is_all_info_collected? == false %} show the form here {% endif %} |