### [Allowing Multiple Selections for a Dropdown Field](https://wpforms.com/docs/how-to-allow-multiple-selections-to-a-dropdown-field-in-wpforms/)

**Published:** November 26, 2023
**Author:** Umair Majeed

**Excerpt:** Learn how to allow your users to select multiple options in a Dropdown field.

**Content:**

Would you like to allow your users to select multiple options in a Dropdown field? Adding a multiple selection dropdown to your WordPress forms allows your users to select many options without having to use a Checkboxes field.

This tutorial will show you how to set up a multiple selection Dropdown field in WPForms.

Please enable JavaScript in your browser to complete this form.

### Try this Form Demo!

Select Which Club(s) You’d Like to Know More About.SwimmingArcheryCricketDance

Submit![Loading](https://wpforms.com/wp-content/plugins/wpforms/assets/images/submit-spin.svg)

 ---

### Getting Started

Before we get started, you’ll need to [create a new form](https://wpforms.com/docs/creating-first-form/) or edit an existing form.

For our example, we’ll set up a sports club inquiry form. To do this, we’ll start by opening the form builder.

Then, navigate to the **Standard Fields** section to find the **Dropdown** field. Simply click the field to add it to the form, or drag and drop it into your form’s preview area.

![Add a dropdown field in WPForms](https://wpforms.com/wp-content/uploads/2021/07/Add-a-Dropdown-field-in-WPForms.png)

Once the field is added, click on it to open its Field Options panel.

Then, we’ll change the **Label** for this field to read **Select Which Club(s) You’d Like to Know More About**. We’ll also add in 4 options under **Choices**: Swimming, Archery, Cricket, and Dance.

![Label and Choices Setting in Multi-Select](https://wpforms.com/wp-content/uploads/2021/07/Label-and-Choices-Setting-in-Multi-Select.png)

From within the Field Options, navigate to the **Advanced** section and click on it to open up additional settings.

Then, select the option labeled **Multiple Options Selection** to enable it.

![Enable Multiple Options Selection](https://wpforms.com/wp-content/uploads/2021/07/Enable-Multiple-Options-Selection-1.png)

### Customization Options

There are two different style configurations available for the Dropdown field: Classic or Modern. These will each format the dropdown’s styling in a slightly different way. You can change the style of your Dropdown field under **Advanced » Style**.

![Style Options for Dropdown Field](https://wpforms.com/wp-content/uploads/2021/07/Style-Options-for-Dropdown-Field.png)

#### Classic Style

The Classic style will list all of your options inside of a box. When more than 4 options are added to the dropdown, the box will include a vertical scroll bar.

![Multi-Select Classic Dropdown](https://wpforms.com/wp-content/uploads/2020/07/Multi-Select-Classic-Dropdown.jpg)

**Note:** The Classic style will always show at least four rows, even if there isn’t any data in those rows.

To select multiple options, hold the **Control** button (or **Command** on Mac) while clicking. This will add a highlight effect to the choices you’ve selected.

![Selected Options Classic Dropdown](https://wpforms.com/wp-content/uploads/2020/07/Selected-Options-Classic-Dropdown-1-1.png)

#### Modern Style

The Modern style will show a standard dropdown. This dropdown allows you to either scroll through an options list and select your choices, or to type in search terms to find the choices you’d like.

![Multi-Select Modern Dropdown](https://wpforms.com/wp-content/uploads/2020/07/Multiple-Select-Modern-Dropdown-1.png)

When multiple options are selected, each option will be added to the dropdown bar.

![Multiple Options Modern Dropdown](https://wpforms.com/wp-content/uploads/2020/07/Multiple-Options-Modern-Dropdown-1.png)

### Configuring Conditional Logic

Configuring [conditional logic](https://wpforms.com/docs/how-to-use-conditional-logic-with-wpforms/) with a multiple selection dropdown will allow you to show or hide fields if a user selects more than one dropdown choice.

For example, in our sports club inquiry form, we’ll show users a message if they select both **Swimming** and **Dance** from the dropdown. In our message, we’ll let them know that these clubs meet at conflicting times.

To set this up, we’ll first add an **HTML** field to our form.

![Add-HTML-field](https://wpforms.com/wp-content/uploads/2021/07/Add-HTML-field.png)

Then, in the **Code** section, we can add our message, “**Heads Up!** The clubs you’ve chosen meet at conflicting times.”

![HTML-message](https://wpforms.com/wp-content/uploads/2021/07/HTML-message.png)

After that, we’ll need to set up our conditional logic so that the field only appears when users select Swimming and Dance. To do this, we’ll click the **Smart Logic** section to open it up, and then select the **Enable conditional logic** option.

![Enable conditional logic](https://wpforms.com/wp-content/uploads/2021/07/Enable-conditional-logic.png)

Then, we’ll set the logic to read: **Show** this field if **Select Which Club(s) You’d Like to Know More About is Swimming AND Select Which Club(s) You’d Like to Know More About is Dance**.

![Conditional logic rules](https://wpforms.com/wp-content/uploads/2021/07/Conditional-logic-rules.png)

This field will now remain hidden unless a user selects both Swimming and Dance from our Dropdown field.

![HTML Notice Multi-Select Dropdowns](https://wpforms.com/wp-content/uploads/2020/07/HTML-Notice-Multi-Select-Dropdowns.png)

**Note:** For more details on how to use the AND operator, check out [our guide on Smart Conditional Logic](https://wpforms.com/docs/how-to-use-and-or-conditional-logic/ "How to Use (AND – OR) Smart Conditional Logic in WPForms").

That’s it! You can now set up a multiple selection Dropdown field in your WPForms.

Next, would you like to easily add a large number of options for a Dropdown, Multiple Choice, or Checkboxes field? Check out our tutorial on how to [bulk add choices](https://wpforms.com/docs/how-to-bulk-add-choices-for-multiple-choice-checkbox-and-dropdown-fields/ "How to Bulk Add Choices for Multiple Choice, Checkbox, and Dropdown Fields") for more details!

**Categories:** Fields, Field Customizations

---

