elclanrs / jq-idealforms-old

The ultimate framework for building and validating responsive HTML5 forms.
665 stars 95 forks source link

Email regex #123

Closed jillesme closed 11 years ago

jillesme commented 11 years ago

The email checking regex isn't really secure. For example "@.@." is a valid email Screen Shot 2013-02-17 at 22 15 21 .

elclanrs commented 11 years ago

Ideal Forms used to have a "better" regex but some people reported non working emails so in the end I just decided to go with the most forgiving regex. You can create your own filter if needed. Frontend e-mail validation is trivial anyway.