Event RSVP variables
Variable | Description |
---|---|
page | |
event | |
ticket_level | Ticket level amounts e.g. $10, $25, $50 |
name | First and last name of RSVP e.g. {{ rsvp.name }} |
first_name | First name of RSVP e.g. {% text_field "first_name", class:"text" %} |
last_name | Last name of RSVP e.g. {% text_field "last_name", class:"text" %} |
Email of RSVP e.g. {% text_field "email", class:"text" %} | |
submitted_address | Address of RSVP (Street, City, State, Postal code) e.g. {% text_field "submitted_address", class:"text" %} |
phone_number | Phone number of RSVP e.g. {% text_field "phone_number", class:"text" %} |
guests_count | Number of guests RSVP is bringing e.g. +2 |
recruiter | Recruiter of RSVP e.g. |
recruiter_id | Recruiter id of RSVP e.g. See recruiter example above |
is_facebook? | |
is_volunteer? | Checks if form should ask RSVPs about volunteering e.g. {% if event_rsvp.is_volunteer? %} |
is_volunteer | Asks RSVP if they want to volunteer e.g. |
is_private | Asks RSVP if they don't their RSVP published to the website e.g. |
post_to_facebook | Asks RSVP if they also want to RSVP on Facebook e.g. |