Dear,
I use the left listbox (called Group A in the example) as a list of available options and the right listbox (group B) as the list of selected options.
When submitting my form, only the objects that are highlighted (selected) in Group B are being submitted with the formdata; only these selected items appear in the hidden field (e-hidden-select).
I want some way to select all the items in Group B before I submit the form, how can I do this?
I tried somehow to select these items with some function to add the "e-selected" class the the UL items in the listbox, but that does not make them appear in the e-hidden-select list...
Thanks in advance,
Koen