• Resolved Christian

    (@vektropolis)


    Hi,

    I have a customer who wants a dropdown option where it’s possible to select multiple choices (there’s about 15 items to choose from). I tried with the Select field but if I choose “Multiple” it shows the first 3-4 options and then scroll for more, but that doesn’t look good in the design.

    Is there anyway to do it with the Select field or perhaps checkbox?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @vektropolis

    I hope you are doing well today.

    The core is design in such way, that if you will choose multiple selects, it will have limited height of that box, so end-user could scroll and you could have less height of whole form.

    Yes, the checkbox field is an alternative here, as it allows you to select multiple choices and it can also cover your request.

    Kind Regards,
    Kris

    Thread Starter Christian

    (@vektropolis)

    Hi Kris,

    Thanks for your reply.

    When you say that the checkbox field can cover my request, do you mean that it can work as a dropdown – and if so, how?

    Hi again @vektropolis

    By checkbox I only mean an alternative which allows to select multiple choices, not a design/look like dropdown.

    If you want to change height of that select you can try this code in WP Dashboard -> Appearance -> Customize -> Additional CSS:

    #forminator-module-200 .forminator-multiselect {max-height:800px !important;}

    where 200 is your form ID and adjust 800px to the height which will fit to numbers of your items.

    Kind Regards,
    Kris

    Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    Hi @vektropolis,

    We haven’t heard from you in a while, we will go ahead and mark this thread as resolved. If you have any additional questions or require further help, please let us know!

    Kind regards,
    Zafer

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Dropdown multiple options?’ is closed to new replies.