Using Validation Regex To Limit Email Address Domains
-
I’m trying to use the Validation regex setting associated with the default email field (which I have set as a text type field) – to prevent the form from working unless the email address entered is in a particular domain.
I’m not an expert at Regex, but I thought that using straightforward text without variables would work for my purpose.
So I thought I could enter this in the Validation regex field:
@domain.com
and that people who entered an email address that was not in the @domain.com would see Regex fail message. This is working.
The problem is that if someone enters an email address such as [email protected], they still see the Regex fail message.
Can anyone help me understand what I might be doing wrong?
Thanks in advance for any help anyone can offer – I really appreciate it.
Sincerely,
Frank Johnson
- The topic ‘Using Validation Regex To Limit Email Address Domains’ is closed to new replies.