- This topic has 2 replies, 2 voices, and was last updated 9 years, 8 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 … › Verify Email Address
Hi
Is there a way to have a second box on the booking form to verify the email address entered, to protect against wrong email entries?
Thanks
I personally don’t believe in verifying the email address by entering it twice (I just copy/paste it then), but if you want that:
– create a custom form field for the second email address, and use jquery/javascript to compare with the first (your jquery code can be entered in the EME settings, tab “Other”)
– or, if you don’t want to use jquery: use the filter eme_eval_booking_form_post_filter for evaluation upon pressing “submit”
Thanks, I agree with your thoughts, but a client has requested it unfortunately! 🙂