From my HTML form I pass the users selections (from multi-selection pull-down menu) to a PHP file. I then read the multi-selection data via an associative array. Which works fine....
But, How do I pass the data in my form to another form prior to passing it to my PHP file without losing the data from the first form? I can easily do this with normal variables (using the hidden field), but I can't get to work for multi-selection fields?