- This topic has 2 replies, 3 voices, and was last updated 10 years, 4 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Multiple Booking Forms Possible?
Tagged: booking forms, multiple rsvp forms
I am adding a very different event to the one I have that needs a different booking form. Is there a way to do that without affecting the form that is already online? I have been looking through the documentation and forum but haven’t found an answer yet..
thanks so much for any help!
You can change the rsvp form per event when creating or editing the event. You can even create a template and use that. See the doc for all event placeholders you can use.
Also, I have used conditional tags in the RSVP: Form Format entry to display a different form based on the event’s category.
For example (in “Form Format”):
[eme_if tag="#_EVENTCATEGORIES" value=Concerts]
#_NAME
#_EMAIL
#_PHONE
#_SPACES
#_COMMENT
#_SUBMIT
[/eme_if]
[eme_if tag="#_EVENTCATEGORIES" value=Lessons]
#_NAME
#_EMAIL
#_PHONE
#_SPACES
#_COMMENT
#_SUBMIT
[/eme_if]