- This topic has 9 replies, 2 voices, and was last updated 10 years, 8 months ago by .
Viewing 10 posts - 1 through 10 (of 10 total)
Viewing 10 posts - 1 through 10 (of 10 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › #REQ_ not working for multiple seats
I made a form with multiple seats (#_SEAT1 till #_SEAT4). The last one is required, so I used #REQ_SEAT4. Unfortunately this doesn’t work. I can submit the form without making a choice (that means leaving on 0).
Can you take a look at this?
Did you try the latest version (1.2.9)?
I didn’t so far, but did just do it. Unfortunately it didn’t solve the problem. I use this code, and when I don’t make any changed on #REQ_SEATS4 (so it’s still on ‘0’) it does alow me to submit the form.
<table class=’eme-rsvp-form’>
<tr><th scope=’row’>Voornaam*:</th><td>#REQ_FIELD5</td></tr>
<tr><th scope=’row’>Achternaam*:</th><td>#REQ_NAME</td></tr>
<tr><th scope=’row’>E-Mail*:</th><td>#_EMAIL</td></tr>
<tr><th scope=’row’>Aantal personen t/m 2 jaar:</th><td>#_SEATS1</td></tr>
<tr><th scope=’row’>Aantal personen t/m 8 jaar:</th><td>#_SEATS2</td></tr>
<tr><th scope=’row’>Aantal personen t/m 10 jaar:</th><td>#_SEATS3</td></tr>
<tr><th scope=’row’>Aantal personen boven 12 jaar*:</th><td>#REQ_SEATS4</td></tr>
<tr><th scope=’row’>Eventuele opmerking:</th><td>#_COMMENT</td>
</table>
#_SUBMIT
For the seats: did you set the minimum number of seats to book at “1” (in “multi” notation) for SEATS4?
I’m not sure what you mean by that (so I guess I didn’t). Where can I find this option? I found the ‘minimum amount of seats’ at the RSVP tab. There stands 1. Maximum has 20. I just tried to enter ‘0||0||0||1’ there because I thought you might mean that, but that didn’t fix the problem.
Well, that is what I meant but apparently it didn’t work for you 🙂
Let me test it too …
I just tested this, and changing to “0||0||0||1” changes the minimum to “1” for #REQ_SEATS4, so you can’t book 0 then.
You can always mail me a temp admin account, so I can take a look.
Tested it again but doesn’t work in my case. The form has to go online now. After the closing of the event I will give you a temp login. Would be nice if you could have a look at it.
Found it!! You can put in this value in 2 different places:
1. tab RSVP in Settings
2. in the event itself on the right side
Also changed the second one and it’s working now :-))
Hmmm … yes, the general setting is not quite the one to use for multiprice events 🙂
Glad it works!