Question
dynamic check boxes
Hi,
The query below is listed 5 checboxes and one of them is Other. When user clicks on Other, I want another text box display below them. Is the the way to do it since it all dynamic and has the same name?
<cfoutput query="variables.category">
<cfinput type="checkbox" name="register" value="#id#"/>
</cfoutput>
thanks
