Thanks mbrsolution. I did see that in the instructions for fields, but it doesn’t help me for the specific use I’m trying to implement (preventing submission of the form unless the email address is in a particular domain).
If I put @domain.com in the field, I would think that [email protected] would test successfully against it. I ran it through a regex validator and it matches. But as I said, I’m not a regex expert, so I’m sure I’m doing something wrong.
Thanks,
Frank