Configurable List: How to create a custom list

  • Matt RFS
    Asked on April 6, 2022 at 11:57 AM

    Good morning,
    If I have a configurable list how do I get the second window to have a custom list.
    for instance.
    Utility shirt - sizes 10 - 22
    Jacket - sizes 12 - 28
    Helmet - white, red, orange
    Thanks in advance.

  • Mightor JotForm Support
    Replied on April 6, 2022 at 2:42 PM

    Hello Matt,

    A Dropdown field will work based on your requirement. On the Field Configuration under Widget Settings, you will need to write down:

    {label}:dropdown:{option1},{option2},{...}:{placeholder}

    In your example it would be:

    {Utility Shirt}:Utility Shirt : dropdown : 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22 : Please Select


    Then simply repeat it for Jacket and Helmet.

    1649270156 624ddd8cd78cc confi Screenshot 10


    You can view and clone the above demo here.