Add rows to the Configurable List Widget

  • Adrian
    Asked on April 28, 2023 at 1:22 PM

    I need to add some rows to my widget, but I can't seem to figure out how to do it in field configurations.

  • Mary JotForm Support
    Replied on April 28, 2023 at 2:00 PM

    Hello Adrian,

    Thanks for reaching out to us for help. are you referring to the Configurable List widget? If so, kindly set the "Minimal rows number" to the desired number of rows and just leave the "Minimal rows number" to zero (As per the guide, Zero stands for unlimited).

    Add rows to the Configurable List Widget Image 1 Screenshot 20

    Let us know if you need any other help.

  • youthrevive
    Replied on April 29, 2023 at 5:59 PM

    Thanks for getting back to me. No, I'm actually wanting another row in the field configuration. How do I add multiple rows?

  • Gemmhel JotForm Support
    Replied on April 30, 2023 at 2:08 AM

    Hi Adrian,

    Thanks for reaching out to Jotform Support. Sure, I can help you add another field in the Configurable List widget. Let's do it:

    Check out the list and syntax of supported field types that you use:

    • Text
      syntax = [label]:text[:placeholder]
      Example: Email : text : Enter your email

    • Number
      syntax = [label]:number[:placeholder:step,min,max]

    • Text Area
      syntax = [label]:textarea[:placeholder]

    • Drop Down
      syntax = [label]:dropdown:option1[,option2,...:placeholder]

    • Radio Button -
      syntax = [label]:radio:option1[,option2,...]a

    • Checkbox
      syntax = [label]:checkbox:option1[,option2,...]

    • Date Input
      syntax = [label]:dateInput[:format]

    • Time Input
      syntax = [label]:timeInput:format[,now] 

    • Date
      syntax = [label]:date[:format:range:today]

    • Time
      syntax = [label]:time[:format,now]

    • Static
      syntax = [label]:static:[text]

    Here's how to add it:

    1. In Form Builder, go to the Configurable List widget and click on the wand icon to access Widget Settings.
    2. Under the General tab, go to Fields Configuration.
    3. Let's say you want to collect the Age of your form filler. Click on the Enter key on your keyboard and add "Age: number: Enter your age". Please note that the Field declarations should be separated by a line break.

      Add rows to the Configurable List Widget Image 1 Screenshot 20
    4. Once done, scroll down at the bottom and click on the Update Widget button.

    We also have a guide about How to Set Up the Configurable List Widget that you can check out.

    Give it a try and let us know if you have any other questions.