Hi All
I have a form that has two select/list form elements. I'm
using
ajax (rjs, partials, and observe_field) to enable a user to move items
from one list/select to another list/select. When the user is
satisfied
with the items they've collected in the 'destination' list/select
box, they hit a 'Submit' button.
My question is how do I pass along the contents dynamically
added to the 'destination list/select' box along with the Submit
request - without the user having to select items in the 'destination
list/select' box. The items the user 'wants' have already been
selected by being put in this 'destination list/select' box - so they
shouldn't have to select them again.
Any help is greatly appreciated
Thanks
Dave