Advanced email validation

  • bclarkuncc
    Asked on August 28, 2018 at 4:06 PM

    Is there a validation method that will force form users to enter an email address from a single domain?  For example, only allow users to input user@XYZ.COM and no other domain but XYZ.COM?  

  • Mike
    Replied on August 28, 2018 at 5:12 PM

    We do not have such validation option.

    However, with conditional logic on form, we can hide the form submit button when the XYZ.COM domain is missing in the email field.

    Example:

    Advanced email validation Image 1 Screenshot 30

    Advanced email validation Image 2 Screenshot 41

    If you need any further assistance, please let us know.

  • bclarkuncc
    Replied on August 29, 2018 at 9:13 AM

    Perfect.  Thank you!