Skip to main content
Event host variables
Variable Description
page
event
signupPerson who RSVP'ed
nameFirst and last name of event host e.g. {{ event_host.name }}
first_nameInput field for first name of event host e.g. {% text_field "first_name", class:"text" %}
last_nameInput field for last name of event host e.g. {% text_field "last_name", class:"text" %}
emailInput field for email address of event host e.g. {% text_field "email", class:"text" %}