- This topic has 2 replies, 2 voices, and was last updated 7 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The forum ‘How do I …’ is closed to new topics and replies.
Events Made Easy › Forums › How do I … › Booking form: conditional tag and e-mail repetition
Sorry, it’s me again. Just a short question: Can I use a conditional tag in the booking form. I have a dropdown field and I want to show a following field only if one value is picked. Something like [eme_if tag='#ESC_Field{6}' value='XY'].
It would also be great to validate emails by repeating them. I was thinking about a second field where you should repeat the email filled in and then it should be checked if they match. Anyway to realize this?
Conditional tags are possible in emails.
Concerning email validation: I personally don’t believe in that (copy/paste is easily done). But if you want, you can just create a custom field and either check if it is equal using own jquery code or use the availably EME hooks to validate the form upon posting it (see http://www.e-dynamics.be/wordpress/category/documentation/12-hooks-and-filters/ )
I need it in the booking form, not in the email. So that I field is only shown in dependance on the value picked in the field before.
I will have a look at the hooks and filters.