Configurable Lists: Limit the rows

  • Jeffrey_Kwok
    Asked on February 24, 2021 at 5:39 PM

    In configurable list, I want to set the "minimum" and "maximum" number of rows from data passed in the URL. How do I do that?


    ex. https://cdn.jotfor.ms/XXXXXX&adults=4 should mean exactly four rows are required.

  • John Support Team Lead
    Replied on February 24, 2021 at 11:35 PM

    Unfortunately, that is not possible. The configurable list widgets can have infinite rows of data in as much as the form can handle. However, there is no option to limit how many rows can the user add.

    Since you mention that you want to limit rows, you may consider using the native fields from the form elements and align them in columns by following the guide below:

    https://www.jotform.com/help/90-Field-Positioning

    then just show them based on conditions. Here's a guide on how-to-show-or-hide-fields-base-on-users-answer.