How can I make a option for a user to add multiple fields in one go?

  • ashutoshjaihind
    Asked on December 9, 2017 at 12:26 PM

    I have made a form for entering the student information sheet. I want to give an option to the user of the form to add information for the second or third or fourth student.

    For this there should be an option available to the user and after selecting the option, the field -->Name, Class, Last School Attended should be available under the heading student 2.

    So the effective structure is --

    student 1

    -Name

    -class

    -last school attended

    ******clicked on add student option******

    student 2

    -Name

    -Class

    -last school attended

     

    ******clicked on add student option******

    student 3

    -Name

    -Class

    -last school attended



    ******clicked on add student option******

    student 4

    -Name

    -Class

    -last school attended

     

    and the process goes on......

     

    https://form.jotform.me/73424495084461



    S haveIhttps://form.jotform.me/73424495084461https://form.jotform.me/73424495084461

    https://form.jotform.me/73424495084461

    sdf://form.jotform.me/73424495084461https://form.jotform.me/73424495084461

  • Mike
    Replied on December 9, 2017 at 3:51 PM

    This should be possible if you add the fields and set up the show field conditions.

    Here is an example:

    - Added fields.

    How can I make a option for a user to add multiple fields in one go? Image 1 Screenshot 40

    - Added conditions.

    How can I make a option for a user to add multiple fields in one go? Image 2 Screenshot 51

    How can I make a option for a user to add multiple fields in one go? Image 3 Screenshot 62

    Sample form:

    https://form.jotform.com/73426337900960

    You can clone the form to check it in the form builder:

    How to Clone an Existing Form from a URL

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

  • ashutoshjaihind
    Replied on December 10, 2017 at 5:56 AM

    thanks