Forum Moderators: open
<select name="cat_start" size="10" multiple="multiple" style="width: 175px;"> and turned it into something a lot more usable, but more complicated on my end.
Now I have two lists. One empty and one full. List one contains 50 widgets that the customer can choose as many as they want. But to make it easy, I wrote a simple Javascript that moves a selected widget from select box one, to select box two.
My problem is: Now that I have X number of widgets in list two -- How do I pass those values through my form, as they are not "selected". To ask the customer to move the items they desire into list two, and to then make sure to highlight all items before the form is sent, is severely counterinuitive. Is there a way to pass the items in list two without the items being "selected"?
Thanks for your input!
-- Zak