Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
The contact form that comes with Contour as a template has a reg ex for an email address, however it won't pass my email address as a valid address.
The correct reg ex is ^\w+@[a-zA-Z_]+?\.[a-zA-Z]{2,3}$
D
Sorry, pasted the incorrect reg ex in - this is the correct one:
\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Default Contact form
The contact form that comes with Contour as a template has a reg ex for an email address, however it won't pass my email address as a valid address.
The correct reg ex is ^\w+@[a-zA-Z_]+?\.[a-zA-Z]{2,3}$
D
Sorry, pasted the incorrect reg ex in - this is the correct one:
\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*
is working on a reply...