Events Made Easy › Forums › Generic › #REQ_ not working for multiple seats
- This topic has 9 replies, 2 voices, and was last updated 11 years ago by
Franky.
-
AuthorPosts
-
Sat 8 Mar 2014 at 09:09 #44183
Anonymous
InactiveI 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?
Sat 8 Mar 2014 at 10:28 #51315Franky
KeymasterDid you try the latest version (1.2.9)?
Tue 11 Mar 2014 at 09:57 #51316Anonymous
InactiveI 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
Tue 11 Mar 2014 at 10:19 #51317Franky
KeymasterFor the seats: did you set the minimum number of seats to book at “1” (in “multi” notation) for SEATS4?
Wed 12 Mar 2014 at 22:25 #51318Anonymous
InactiveI’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.
Wed 12 Mar 2014 at 23:03 #51319Franky
KeymasterWell, that is what I meant but apparently it didn’t work for you 🙂
Let me test it too …
Wed 12 Mar 2014 at 23:30 #51320Franky
KeymasterI 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.
Thu 13 Mar 2014 at 07:57 #51321Anonymous
InactiveTested 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.
Thu 13 Mar 2014 at 08:07 #51322Anonymous
InactiveFound 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 :-))
Thu 13 Mar 2014 at 09:13 #51323Franky
KeymasterHmmm … yes, the general setting is not quite the one to use for multiprice events 🙂
Glad it works!
-
AuthorPosts
- The forum ‘Generic’ is closed to new topics and replies.