Given an email address (ex: [email protected]), how do I validate that the domain ("example.com") is included in a given list of domains. If the domain ("example.com") is not in the specified list, the form should raise some sort of error.Given an email address (ex: [email protected]),