Volunteer Signup page variables
| Variable | Description |
|---|---|
| content | Displays content specified in page's admin section e.g. {{ page.volunteer_signup.content }} |
| volunteer_types | Volunteer positions users can signup for, an array of volunteer_type objects e.g. |
| home_address | Allows input to discrete home address fields (address1, address2, address3, city, state, zip, county, country_code) instead of submitted_address e.g. |
| billing_address | Allows input to discrete billing address fields (address1, address2, address3, city, state, zip, county, country_code) instead of submitted_address |
| work_address | Allows input to discrete work address fields (address1, address2, address3, city, state, zip, county, country_code) instead of submitted_address |
| mailing_address | Allows input to discrete mailing address fields (address1, address2, address3, city, state, zip, county, country_code) instead of submitted_address |