Hi – I just tried to add the #REQ to a field that changes the form to state that it is a required field. However I have a drop down field, and if I don’t select an option it still takes the rsvp. Thoughts?
<table class=’eme-rsvp-form’>
<tr><th scope=’row’>Name*:</th><td>#REQ_NAME</td></tr>
<tr><th scope=’row’>E-Mail*:</th><td>#REQ_EMAIL</td></tr>
<tr><th scope=’row’>Phone number:</th><td>#REQ_PHONE</td></tr>
<tr><th scope=’row’>Seats*:</th><td>#REQ_SEATS</td></tr>
<tr><th scope=’row’>Entree Choice 1*:</th>
<td>#REQ_FIELD1</td></tr>
<tr><th scope=’row’>Entree Choice 2*:</th>
<td>#REQ_FIELD5</td></tr>
<tr><th scope=’row’>Comment:</th><td>#_COMMENT</td></tr>
#_CAPTCHAHTML[<tr><th scope=’row’>Please fill in the code displayed here:</th><td>#_CAPTCHA</td></tr>]
</table>
#_SUBMIT