Forums

Specific email domain validation for submission

diabolka 04 Dec, 2015
Is there a way to validate an email address is from a specific domain before a form can be submitted? For example, I am creating a deduction form and the email address has to come from @mydomain.com. Is there a way to make it that the form checks the email to see if the email address listed has @mydomain.com as part of the email address?

If so, submit. If not, show error.

Thanks in advance.
GreyHead 05 Dec, 2015
Hi diabolka,

The simplest way would be to set the form to only require the part before the @, that way you can be 100% certain.

You could also use a Custom Validation in the browser, and/or use an Event Switcher action to validate after submission.

Bob
This topic is locked and no more replies can be posted.