What free email addresses does Jotform disallow?

  • pro2colgroup
    Asked on December 16, 2015 at 9:18 AM

    Hi There,

     

    Is it possible to have a list of the free email addresses jot form disallows, when the option is chosen on the email settings/properties?

     

    And is there any way to add to this list?

     

    Thanks

    Michelle

    Jotform Thread 726761 Screenshot
  • Charlie
    Replied on December 16, 2015 at 11:23 AM

    I believe this checks the most popular or generally used free email addresses like Gmail, Hotmail and Yahoo. But I am not sure the complete list for it, and it is not possible to add on this list in your end.

    But you can use conditional logic to check if the email address inputted is on the list you have. Here's an example form: https://form.jotform.com/53494160232955?.

    1. First, I will add a "Text" field that will act as an error message

    14502827092015 12 17 00 17 32 Screenshot 10

     

    2. I will select "Show / Hide Field" under the conditions wizard.

    14502827762015 12 17 00 18 43 Screenshot 21

     

    3. This is how my condition is setup:

    IF "Email" CONTAINS VALUE "@gmail.com, @yahoo.com, @hotmail.com, @test.com"

    THEN

    Hide the "Submit" button AND Show the "Text" field that acts as the error message

    14502828052015 12 17 00 17 11 Screenshot 32

     

    We also have some widgets related to email validation on this page: http://widgets.jotform.com/search/email. You can also take advantage of them.

    I hope that helps.