Skip to main content
Known Participant
May 7, 2013
Question

dynamic check boxes

  • May 7, 2013
  • 1 reply
  • 375 views

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

This topic has been closed for replies.

1 reply

WolfShade
Legend
May 10, 2013

I use JavaScript for that.  If you're using jQuery, it's even easier.

Are you loading jQuery?

^_^