Forum Moderators: open
<CFOUTPUT QUERY="select_position_category">
<INPUT TYPE="checkbox" NAME="ogn_position_category" value="#NAME#">
#NAME#<br>
</cfoutput>
Where I would normally perform a "...checked == false" function through each checkbox, here I don't seem to have that option - but to the person filling in the form, there are still 12 checkboxes, and I need at least one of them to be checked when they hit "submit."
Any ideas out there?
Many thanks.