How do I conditionally repeat several fields within a form?

  • jbirch
    Asked on March 19, 2015 at 9:25 AM
  • Carina
    Replied on March 19, 2015 at 11:16 AM

    1. First you need to add several copies of the fields you want to repeat. 

    2. At the beginning of each repetition you'll add a form collapse (status open / visibility hidden). Give different names for each form collapse so it's easier to setup conditions:

    How do I conditionally repeat several fields within a form? Image 1 Screenshot 40

    3. You will add a checkbox at the end of each repetition so that users can check the option if they want to add another option:

    How do I conditionally repeat several fields within a form? Image 2 Screenshot 51

    4. You will add conditional logic, so that if user selects checkbox then show form collapse 1:

    How do I conditionally repeat several fields within a form? Image 3 Screenshot 62

    5. Repeat the process for as many repetitions you wish

    You can see here more details:

    http://www.jotform.com/answers/424250 

    Let us know if we can assist you further.