Questions tagged [multiple-select]

401 questions
-1
votes
1 answer

How get multiple choice in select

I have a drop down where user can select multiple options I am trying to get all the options selected .I tried the following code snippet but does not seem to work. can some one please help me on this from two
I have got two multiple selects, say multiple select1 and multiple select2. Multiple select1 allows you to select from a list of websites and Multiple select2 allows you to select from a list of different set of websites. I just want to allow…
Siddu
  • 333
  • 6
  • 14
-1
votes
1 answer

How to store multiple values from multiple select field using javascript?

I am having trouble to store all the selected options as a list, my code only sotres the first selected option and ignores the rest. How can I solve this problems?