Plugin Author
Franky
(@liedekef)
First: what version of eme are you using? The validation was added upon save in 2.1.39 and had a fix in 2.1.40
Second: it seems to me your event RSVP template isn’t actually using the #_SEATS{xx} notation. You have generic RSVP settings and per event RSVP form settings. Make sure your per event RSVP settings are correct (or empty, in which case the generic settings need to be correct).
Hi, it’s Besocial theme.
The 2 templates (both general and the template are set to
<table class=’eme-rsvp-form’>
<tr><th scope=’row’>Last Name*:</th><td>#_LASTNAME</td></tr>
<tr><th scope=’row’>First Name*:</th><td>#REQ_FIRSTNAME</td></tr>
<tr><th scope=’row’>TEST:</th><td> #_SEATS{0}</td></tr>
<tr><th scope=’row’>Player:</th><td> #_SEATS{1}</td></tr>
<tr><th scope=’row’>Goalie:</th><td> #_SEATS{2}</td></tr>
<tr><th scope=’row’>E-Mail*:</th><td>#_EMAIL</td></tr>
<tr><th scope=’row’>Phone number:</th><td>#_PHONE</td></tr>
<tr><th scope=’row’>Comment:</th><td>#_COMMENT</td></tr>
</table>
#_SUBMIT
Plugin Author
Franky
(@liedekef)
And the EME version?
Also: #_SEATS{0} is not correct, the index starts with 1
Have activated 2019 WP core theme, same issue
Plugin Author
Franky
(@liedekef)
I’m talking about the version of the EME plugin …
Removed the {0} – it was my attempt to try solving it.
EME version 2.1.40
Plugin Author
Franky
(@liedekef)
And what are your seat/price settings for this event?
Also, feel free to contact me in private to discuss this in private, I’ll post the solution once found. You can find my contact info on the plugin site: https://www.e-dynamics.be/wordpress/
Plugin Author
Franky
(@liedekef)
For now I’ll close this because of no further info. Feel free to reopen if you can reproduce this reliably.