so i have this cfinput
<cfinput type="text" name="ascList" bind="{Assign}" bindonload="true">
it is bout to a checkbox value..
<cfinput type="checkbox" name="Assign" checked="#checked#" value="#aId#">
you should be able to check & uncheck multiple boxes, or just type in the
id's you want..
the check box is in a loop
worked great when the where only 9 or so.
now its up to 30...
my proble is if some on selects checkbox 32 & submits the form.
on update i see in the text field
2,3,32
not just 32 which is the real value that was inserted...
i doubt this makes sense...