Events Made Easy Forums How do I … Multiprice seats for one event

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #61835
    Anonymous
    Inactive

    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

    #61836
    Franky
    Keymaster

    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/

    #61837
    Anonymous
    Inactive

    Thanks for the reply. I understand this means I need to create two seperate events for both workshops?

    #61838
    Franky
    Keymaster

    Indeed

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘How do I …’ is closed to new topics and replies.
Scroll to Top