- This topic has 3 replies, 2 voices, and was last updated 4 years, 1 month ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Multiprice seats for one event
Tagged: multiprice event
Hallo Franky,
I host an event that offers one workshop in the morning and one workshop in the evening. The code I chose appears functional if one chooses only one event. If one wants te book both workshops, the form asks to enter the correct number of wanted seats. Which one already did.
I used the following code:
[eme_if2 tag='#_IS_ADMIN_PAGE' eq='0']
[eme_if tag='#_WAITING_LIST_ACTIVATED' is_empty=1]<h1>Aanmeldformulier</h1>[/eme_if]
[eme_if tag='#_WAITING_LIST_ACTIVATED' value='1']<h1>Wachtlijst</h1>[/eme_if]
[eme_if tag='#_WAITING_LIST_ACTIVATED' value='1']<p>Helaas is dit evenement volgeboekt, daarom is inschrijven niet meer mogelijk. Hieronder kun je je aanmelden voor de wachtlijst. We nemen contact met je op wanneer er een plek beschikbaar komt.<p>[/eme_if]
[/eme_if2]
<table class=’eme-rsvp-form’>
<tr><th scope=’row’>Voornaam*</th><td>#REQ_FIRSTNAME</td></tr>
<tr><th scope=’row’>Achternaam*</th><td>#_LASTNAME</td></tr>
<tr><th scope=’row’>E-Mail*:</th><td>#_EMAIL</td></tr>
<tr><th scope=’row’>Telefoonnummer:</th><td>#_PHONE</td></tr>
<tr><th scope=’row’>Workshop lecturer James:</th><td>#_SEATS{1}</td></tr>
<tr><th scope=’row’>Workshop lecturer Jones:</th><td>#_SEATS{2}</td></tr>
<tr><th scope=’row’>Opmerkingen:</th><td>#_COMMENT</td></tr>
</table>
#_SUBMIT
What did I do wrong?
Thanks for your help,
Janine
This is a form for a multiprice event, not a multi-booking form. For that, read this: https://www.e-dynamics.be/wordpress/category/documentation/6-shortcodes/eme_add_multibooking_form/
Thanks for the reply. I understand this means I need to create two seperate events for both workshops?
Indeed