Title: Multiple Select Dropdown
Last modified: February 11, 2019

---

# Multiple Select Dropdown

 *  Resolved [madhanbabu](https://wordpress.org/support/users/madhanbabu/)
 * (@madhanbabu)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/multiple-select-dropdown-2/)
 * **How to send the Multiple selected Dropdown options to Email action?**
 * I have created the form which contain Multiple Select option Dropdown but the
   problem is when i try to sends the all fields details to my Mail i get only one
   option in the dropdown field but i have selected more than 5.

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

 *  Thread Starter [madhanbabu](https://wordpress.org/support/users/madhanbabu/)
 * (@madhanbabu)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/multiple-select-dropdown-2/#post-11192155)
 * Yes I have Figure out this which we have to use array n name field.
    example:-
   if the name of the field is “drop” then we have to use the name as “drop[]”.
 * Thank you.. 🙂
 *  [Danny van Kooten](https://wordpress.org/support/users/dvankooten/)
 * (@dvankooten)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/multiple-select-dropdown-2/#post-11395516)
 * Hey Madhanbabu,
 * Sorry for being so late to respond, but we have taken steps to ensure this is
   easier the next time it happens. It will be included in the next plugin update.
 * [https://github.com/ibericode/html-forms/commit/b6526494bd3be2f4bab71def206e9dca5e3cfdaf](https://github.com/ibericode/html-forms/commit/b6526494bd3be2f4bab71def206e9dca5e3cfdaf)
 * Cheers!
 *  [Sohaib Gondal](https://wordpress.org/support/users/sohaibgondal/)
 * (@sohaibgondal)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/multiple-select-dropdown-2/#post-11869791)
 * First add options.
 *     ```
       add_option( 'clusters', 'End date.');
       register_setting( 'seqform_options_group', 'clusters', 'seqform_callback' );
       ```
   
 * Multiple select
    <select name=”clusters[]” multiple=”multiple”> <option value
   =’one’>One</option> <option value=’two’>Two</option> <option value=’three’>Three
   </option> </select>

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

The topic ‘Multiple Select Dropdown’ is closed to new replies.

 * ![](https://ps.w.org/html-forms/assets/icon-256x256.png?rev=1754345)
 * [HTML Forms - Simple WordPress Forms Plugin](https://wordpress.org/plugins/html-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/html-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/html-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/html-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/html-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/html-forms/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Sohaib Gondal](https://wordpress.org/support/users/sohaibgondal/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/multiple-select-dropdown-2/#post-11869791)
 * Status: resolved