Validation of correct user email address
-
Hi
Wonder if its possible to extend the validation of a correct email address. Right now only check is if field contains @. I would like to have a check for the full regEx like:
/^[a-z0-9\?\?\?._-]+@[a-z0-9\?\?\?.-]+\.[a-?]{2,6}$/iSo if user fill in test@ then error msg should be “Incorrect format of email address” As we are placed in Sweden and we have our swedish char ?, ?, ? to consider as well.
Also wonder if the users email address can be set as “from” address as we still get our own address as “from” even if we ticked in “Set the reply-to as the user’s email address”
Per
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Validation of correct user email address’ is closed to new replies.