I have found the Vikas and he is amazing developer, he had always delivered the product under the timeline, on budget and with 100% accuracy, He is totally problem solving guys.
Multiselect Module in Drupal
comments |
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.
Select Unlimited from Number of values.
Step 3:
Now create content using this content type.
You would see your List or term reference field something like this.
Select Your option from Available Options box and click on Plus icon.
After selecting and clicking on Plus icon you would see your option which you selected has moved in Selected Options box.
Now fill other field and save the content
Add new comment