Hi,
I have created a form in which people can select items from a dropdown box, press a button and then their selection is transferred via javascript to another select box. The idea is that users can select items, add them to the list and upon submitting the form, these entries also get POST'ed to the next page. Unfortunately, only 1 item gets through to the next page, and that is usually the first item listed.
I digged a little further and noticed that this is perfectly normal behavior in html. Great, but i really need to have all items transferred to the next page. How can i accomplish this?
errtu