multi select form field

4 views
Skip to first unread message

hwyman

unread,
Apr 16, 2008, 12:10:48 AM4/16/08
to Web Form Factory
Great product you have here.

Will this program handle fields where more then one choice may be
inserted.


<form>
<select NAME="direction" MULTIPLE >
<OPTION SELECTED> North
<OPTION> East
<OPTION> South
<OPTION> West
</select>
</form>

or submit as an array

<form>
<select NAME="direction[]" MULTIPLE >
<OPTION SELECTED> North
<OPTION> East
<OPTION> South
<OPTION> West
</select>
</form>

thanks,

Jerry H

Reply all
Reply to author
Forward
0 new messages