I have two fields where you can pass values from one field to another. The first field has all the values that you can chose from and the second field ahs the values you have chosen. This field gets populated dynamically.
This done through javascript.
Is there a way to get a value from this dynamically created list into an array that I can pass on to a PHP script for processing??