Hi,
i am using Chronoforms 4.0 RC3.3
i have created 2 forms, then i used the advnaced mode at the wizard.
I inserted the Auto Server Side Validation, after the Check Captcha item
I put an entry to check that input_text_14 is an email address.
But when i use a browser without JS, and i submit a form with email fffff, form goes through and i still see no error message, and i get an email with the faulty email address.
client side Validation works fine, but i get some spam so i need the server side validation.
Any ideas?
Thanks,
Lefteris
i am using Chronoforms 4.0 RC3.3
i have created 2 forms, then i used the advnaced mode at the wizard.
I inserted the Auto Server Side Validation, after the Check Captcha item
I put an entry to check that input_text_14 is an email address.
But when i use a browser without JS, and i submit a form with email fffff, form goes through and i still see no error message, and i get an email with the faulty email address.
client side Validation works fine, but i get some spam so i need the server side validation.
Any ideas?
Thanks,
Lefteris
Hi,
Did you add an "event loop" action in the "on fail" event of the server side validation action ? this should be added to stop the submission and redisplay the form when there is an error.
Regards,
Max
Did you add an "event loop" action in the "on fail" event of the server side validation action ? this should be added to stop the submission and redisplay the form when there is an error.
Regards,
Max
This topic is locked and no more replies can be posted.