Hi,
I’m trying to use a multiple select form with freeform but it doesn’t seem to be working. It’s just submi the last option but not all of them. Here is the code:
<select size="5" name="form_acceptable" multiple="multiple" >
<option selected>Any</option>
<option>Book</option>
<option>Photocopy</option>
<option>Other (please specify)</option>
<option>Web Sites</option>
</select>
Thanks
