Is there a way to create a field similar to the email address field that will collect multiple email addresses?

  • axcethr
    Asked on March 21, 2017 at 2:59 PM

    We would like to require that input values are valid email addresses, but would like to enable users to include more than one.  Currently the form will not accept email addresses separated by comma (,) or semicolon (;).  Thank you!

  • jonathan
    Replied on March 21, 2017 at 5:41 PM

    You can use multiple Email field to validate the email addresses and then combine all the valid data into another field like the TextArea field using calculation widget.

    Example:

    Is there a way to create a field similar to the email address field that will collect multiple email addresses? Image 1 Screenshot 50

     

    the calculation can be like this...

    Is there a way to create a field similar to the email address field that will collect multiple email addresses? Image 2 Screenshot 61

     

    and then use the copy value condition.

    Is there a way to create a field similar to the email address field that will collect multiple email addresses? Image 3 Screenshot 72

    Here is a test form you can try https://form.jotformpro.com/70797013943966

    It work like this

    Is there a way to create a field similar to the email address field that will collect multiple email addresses? Image 4 Screenshot 83