Email validation failing for UK (.co.uk) email addresses
I have a simple 'Contact Us' form on the site I am building, which features an email field. If I put in an email address with a .com on the end everything works fine. But If I try and enter an email address with .co.uk on the end then the validation flags it as not valid. How would I get around this issue?
Email validation failing for UK (.co.uk) email addresses
I have a simple 'Contact Us' form on the site I am building, which features an email field. If I put in an email address with a .com on the end everything works fine. But If I try and enter an email address with .co.uk on the end then the validation flags it as not valid. How would I get around this issue?
Comment author was deleted
Hi,
Simply update the regex on the email field (expand the additional settings to view the input)
Perfect, thank you.
You may want to use the regex below
Thanks
John
Comment author was deleted
btw default regex in form template has been updated in maintenance release this week
is working on a reply...