Skip to main content
Event RSVP variables
Variable Description
page
event
ticket_levelTicket level amounts e.g. $10, $25, $50
nameFirst and last name of RSVP e.g. {{ rsvp.name }}
first_nameFirst name of RSVP e.g. {% text_field "first_name", class:"text" %}
last_nameLast name of RSVP e.g. {% text_field "last_name", class:"text" %}
emailEmail of RSVP e.g. {% text_field "email", class:"text" %}
submitted_addressAddress of RSVP (Street, City, State, Postal code) e.g. {% text_field "submitted_address", class:"text" %}
phone_numberPhone number of RSVP e.g. {% text_field "phone_number", class:"text" %}
guests_countNumber of guests RSVP is bringing e.g. +2
recruiterRecruiter of RSVP e.g.
recruiter_idRecruiter 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_volunteerAsks RSVP if they want to volunteer e.g.
is_privateAsks RSVP if they don't their RSVP published to the website e.g.
post_to_facebookAsks RSVP if they also want to RSVP on Facebook e.g.