I have a form where the user can select multiple checkboxes and the selections 
are stored in one comma separated list.  How do I separate those values on the 
next page?

Page 1:
<input type="checkbox" name="Answer" value="A">Option A<br>
<input type="checkbox" name="Answer" value="B">Option B<br>
<input type="checkbox" name="Answer" value="C">Option C<br>
<input type="checkbox" name="Answer" value="D">None of the above

Page 2:  (Option A and Option B were selected)

FORM.Answer = A,B

I want to insert these answers into a database table.  Any ideas on where to go 
from here?

Thanks in advance!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3015
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to