Reply To: Email validation not working

Home Forums Jquery Validation for Contact Form 7 Email validation not working Reply To: Email validation not working

#4104
Dinesh
Keymaster

Hi Dhanpat,

Currently Jquery validation plugin (http://jqueryvalidation.org/) are using the same regular expression that the HTML5 specification suggests for browsers to use. So this seems to be going standard for email validation.

However, we will try adding new validation rule for proper email address in next release.

Thanks.