dowebmi

Great theme, easy to customize, is […]

dowebmi PURCHASED
7 years ago
Hi there, great theme, easy to customize, is giving good result so far. Just one thing though : the regex to validate the submited email in the contact form in jquery.app.js is wrong. It is not properly checking that a complete domain is submited (you can submit joebloggs@gmail for instance), and you can not use + addressing (used in Gmail and Fastmail for automated filtering). There is also a stray "d" caracter somewhere in the regex that seems like a typo. Here is an improved version for all to use :

/^([a-z0-9_.+-]+)@([a-z.-]+)\.([a-z.]{2,6})$/