I have a select box that users add new options to dynamically. When they submit the form I need all of the select box values sent to a perl script. I need to move all the values of the select box to a hidden textbox and I will retreiv the values of the hidden textbox as the input. The different values need to be sepereated by a comma. Thanks