Is there a way to get all Values from a selected list?
Hi,
I have 2 <select> tags.
one display all the available items.
2nd one display all the items that are added by the users.( I used CSS to transfer the selected item from the first select tag to this one when users click add button).
What I am trying to is when user click submit, I want to grab all the values listed on the second list.(I dont want to get just one selected item. I want everything).
*Edit: Maybe few hidden inputs will help. Gonna try that.
Bookmarks