A table with an option for survey takers to add rows

  • caitlintoomey
    Asked on July 26, 2018 at 3:33 PM

    I am trying to create  a table of 3 columns for tenants to fill out name, last name, email. However we would like the option to add up to as many rows as they need. I see the Field Multiplier option but it is only giving me the option to do one Column. 

    I dont wan't to insert a table with 30 rows and a tenant only need to fill out 3 rows and get confused if that makes sense. 

     

    I attached a screenshot of what I need and wanting to get the "+" next to it to allow them to add more rows as they need to for additional employees 

     

    I also attached the multiplier option I would like next to the table 

     

    answers Screenshot 10

     

    answers Screenshot 10

    Jotform Thread 1536554 Screenshot
  • Adrian
    Replied on July 26, 2018 at 4:40 PM

    This is possible by using the Configurable List Widget.
    Help Article: How-to-Set-Up-the-Configurable-List-Widget

    I have cloned your form and added the widget to my form.

    Cloned Form URL: https://form.jotform.com/82066816149967

    Result:

    A table with an option for survey takers to add rows  Image 10

    Feel free to clone my form or ad the widget to your form yourself by first checking the instructions in the guide above.

    Related Help Article: How-to-Clone-an-Existing-Form-from-a-URL


  • caitlintoomey
    Replied on July 26, 2018 at 4:56 PM

    Thank you so much Adrian that worked perfect. There isn't a way to make those boxes under email longer is there? I tried with CUSTOM CC but no luck. I am worried some of our tenants will type out their email incorrectly if it is a very long one. Sorry I am being so picky!

  • Adrian
    Replied on July 26, 2018 at 5:03 PM

    Sure, you can change the width of the email input field by adding the following CSS to the Widget.

    .col3 input {
      width: 220px;
    }

    Help Article: How-to-Inject-CSS-Codes-to-Widgets

    Check out my form to see the result. https://form.jotform.com/82066816149967