Displaying 1 result from an estimated 1 matches for "countryarray".
Did you mean:
counterarray
2007 Mar 26
1
Handling Multiple Select Lists
...seem to find a generic way to handle multiple select data. The
function I use to receive form values will only pass the first selected
value from a multiple select. I have pasted part of the form and the
function below.
Thanks for any pointers,
Vince
// Example selectbox
<select name="countryarray[]" multiple="multiple">
<option value="AF">Afghanistan</option>
<option value="AL">Albania</option>
<option value="GY">Alderney</option>
<option value="AS">American Samoa</option>
<option va...