I need to make a form with the option to put more than one address when needed.

  • Rafaelroda
    Asked on January 25, 2019 at 5:34 AM

    Good Morning.

    I need to make a form with the option to put more than one address when needed.

    Is there any refusal in which the form user indicates the number of addresses he wants to inform when he is responding the form and this amount of address fields appears available for him to fill out?

  • Mert Ceylan JotForm Developer
    Replied on January 25, 2019 at 6:55 AM

    Yes, you can do that using conditionals. I have prepared you a simple demonstration here: https://form.jotform.com/90242961758969

    As you can see if you choose 1 address option you'll be filling 1 address field, 2 address fields if you choose 2 etc.

    To do what I did in the example form, you'll need to create 3 conditions for each of your choices.
    Notice that we don't need 4 conditions because if the user chooses to fill 4 forms, we don't need to hide
    anything.

    So in the first condition, we want to hide the other 3 address fields if the user chooses to fill only 1 address
    field.
    The condition we want is something like this:

    1548417176Screen Shot 2019 01 25 at 14 Screenshot 10

    We do nearly the same thing in the other conditions but we don't' hide one address field.

    To learn more about conditions you can also check out this guide here:
    https://www.jotform.com/help/57-Smart-Forms-Using-Conditional-Log

    If you need further assistance, please let us know.