Hi Ann,

I would do it like this:  Name the checkbox fieldname the same for all 67
names.

<input type="checkbox" name="IDList" value="#UniqueID1#">

Then when posting the form just do a #ListLen(Form.IDList)# to get your
count of checked boxes.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to