Title: Dropdown multiple options?
Last modified: October 16, 2023

---

# Dropdown multiple options?

 *  Resolved [Christian](https://wordpress.org/support/users/vektropolis/)
 * (@vektropolis)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/dropdown-multiple-options/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdropdown-multiple-options%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [Kris – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport13/)
 * (@wpmudevsupport13)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/dropdown-multiple-options/#post-17126312)
 * Hi [@vektropolis](https://wordpress.org/support/users/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](https://wordpress.org/support/users/vektropolis/)
 * (@vektropolis)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/dropdown-multiple-options/#post-17126414)
 * 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?
 *  [Kris – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport13/)
 * (@wpmudevsupport13)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/dropdown-multiple-options/#post-17126461)
 * Hi again [@vektropolis](https://wordpress.org/support/users/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:
 *     ```wp-block-code
       #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](https://wordpress.org/support/users/wpmudevsupport15/)
 * (@wpmudevsupport15)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/dropdown-multiple-options/#post-17152348)
 * Hi [@vektropolis](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/forminator/assets/icon-256x256.gif?rev=3443182)
 * [Forminator Forms – Contact Form, Payment Form & Custom Form Builder](https://wordpress.org/plugins/forminator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/forminator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/forminator/)
 * [Active Topics](https://wordpress.org/support/plugin/forminator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/forminator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/forminator/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Jair – WPMU DEV Support](https://wordpress.org/support/users/wpmudevsupport15/)
 * Last activity: [2 years, 7 months ago](https://wordpress.org/support/topic/dropdown-multiple-options/#post-17152348)
 * Status: resolved