It's because check boxes need separate names. It's the HTML form, not CF. If
you want multi-select use a multi-select combo box (which will give you a
delimited string) ...

OR

if you need checkboxes give them different names. If the check boxes are
output from a query and you don't know the number, then add a count number
to the name to make then unique. Then, when you process, loop on them and
use EVALUATE to extract the values.

If you don't understand this contact me off list and I'll send you a routine
that will do it... but it's two sides - the build side and the process side.



Robert B. Harrison
Director of Interactive services
Austin & Williams
125 Kennedy Drive, Suite 100 Hauppauge NY 11788
T : 631.231.6600 Ext. 119 
F : 631.434.7022
www.austin-williams.com

Great advertising can't be either/or... It must be &.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-Talk/message.cfm/messageid:290980
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to