- This topic has 1 reply, 1 voice, and was last updated 5 years, 10 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Multiprice Bookins – issues with booking form
Tagged: BOOKINGFORM, multiprice
Hi,
I am about to go crazy to get a multipriced booking form up and running on my wordpress … maybe anyone here can help me.
In the “RSVP” of my event I have the following set for
Seats : 24||24||30||30
Price: 55||40||45||30
For the booking form I have the following template in German (following the documentation on here):
<table class=’eme-rsvp-form’>
<tr><th scope=’row’>Nachname*:</th><td>#REQ_LASTNAME</td></tr>
<tr><th scope=’row’>Vorname*:</th><td>#REQ_FIRSTNAME</td></tr>
<tr><th scope=’row’>E-Mail-Adresse*:</th><td>#REQ_EMAIL</td></tr>
<tr><th scope=’row’>Telefonnummer:</th><td>#_PHONE</td></tr>
<tr><th scope=’row’>Plätze (Erw./Bett):</th><td>#_SEATS{1}</td></tr>
<tr><th scope=’row’>Plätze (Kind/Bett):</th><td>#_SEATS{2}</td></tr>
<tr><th scope=’row’>Plätze (Erw./Zelt):</th><td>#_SEATS{3}</td></tr>
<tr><th scope=’row’>Plätze (Kind/Zelt):</th><td>#_SEATS{4}</td></tr>
<tr><th scope=’row’>Einschränkungen Essen o.ä. & Kommentare:</th><td>#_COMMENT</td></tr>
#_CAPTCHAHTML[<tr><th scope=’row’>Bitte die angezeigten Werte eintragen:</th><td>#_CAPTCHA</td>
</tr>]
</table>
#_SUBMIT
Still, when I open it in the preview, it doesn’t show the booking form, but an error stating that I should ensure to have the placeholder #_SEAT{xx} in the settings for RSVP:Format and to check that I use the placeholder #_CAPTCHA in the form as well.
As both are there in the Template, I am at a loss what is missing and how to fix it ….
Thanks for any help or pointing me in the right direction
by try and error I think I figured it out … the form had problems with the Umlaute … when I changed “Plätze” to “Plätze” it worked 🙂