Which option do I use for a dropdown menu with multiple choices?

  • meidi01
    Asked on August 13, 2015 at 1:35 AM

    Which option do I use for a dropdown menu with multiple choice selections?  

     

    Example:

    Number of tickets :  [ 1 / 2 / 3 / 4 / 5 ] Adult

                                 [ 1 / 2 / 3 / 4 / 5 ] Child

                                 [ 1 / 2 / 3 / 4 / 5 ] Infant

  • Sammy
    Replied on August 13, 2015 at 4:00 AM

    Check out the multiple selection widget in the form builder

    Which option do I use for a dropdown menu with multiple choices? Image 1 Screenshot 30

    You can also explore the following widget (asmSelect)

    Which option do I use for a dropdown menu with multiple choices? Image 2 Screenshot 41

     

    Will the specified value be in one dropdown or each will have different dropdowns i.e Child, Adult, Infant

  • meidi01
    Replied on August 14, 2015 at 11:31 PM

    I Have tried, but this is not what i meant.  It can be a manually filled field, only thing is that i need 3 fields under 1 heading.

     

    No of Tickets         [     ]Adults  [    ] Child   [   ]Infant

  • Welvin Support Team Lead
    Replied on August 15, 2015 at 10:45 AM

    I think you can do this using our configuration list widget: http://widgets.jotform.com/widget/configurable_list.

    Here's an example form:

    http://www.jotformpro.com/form/52264108548961

    Simply do it like this in the settings:

    Which option do I use for a dropdown menu with multiple choices? Image 1 Screenshot 40

    Then if you do not want someone to add another row, simply set the Minimal and Maximal rows to equal number:

    Which option do I use for a dropdown menu with multiple choices? Image 2 Screenshot 51

     

    If you want to increase the width of the dropdown selection, simply inject the following custom CSS codes in the CSS area of the widget:

    select {

        width: 75px !important;

    }

    Which option do I use for a dropdown menu with multiple choices? Image 3 Screenshot 62

    Simply increase the width value if needed.

    Thanks