Multiselect Module in Drupal

   comments
Share

If you are using select list in your project, and in your select list you have many option like more than 20. Then it would be difficult to select multiple option select from your options. Because a single wrong move of you would lose your selected option. The Multiselect module gives the way to select your option easily. It allows user to move options to one box to another box. It allows the user to select multiple items in an easy way. In this blog i am showing, how to use it.

Step 1:

Download Multiselect Module.

Extract it to sites\all\modules.

Go to admin/modules and enable it.

Step 2:

Create a content type with a field which Field Type is List or term reference.

Select Multiselect from Widget type.

multiselectImg-1

Select Unlimited from Number of values.

MultiselectiveImgg

Step 3:

Now create content using this content type.

You would see your List or term reference field something like this.

MultiselctImg-3

Select Your option from Available Options box and click on Plus icon.

MultiseclectImg-4

After selecting and clicking on Plus icon you would see your option which you selected has moved in Selected Options box.

MultiselectImg-5

Now fill other field and save the content

Add new comment