Hi, I have an online form where I'm defining default values for checkboxes. I'm doing this on the server side page with the following code:
<cfparam name="the_name" value="">
This works fine for a couple of checkboxes but I have about a hundred. I was wondering if there was a way to do this by just setting a default value for all the checkboxes. Or maybe having an array pull in all the checkboxes and give them a default value
Does anyone know how to do this. I've searched the web for a long time with no luck. I appreiciate the help. Thanks.
<cfparam name="the_name" value="">
This works fine for a couple of checkboxes but I have about a hundred. I was wondering if there was a way to do this by just setting a default value for all the checkboxes. Or maybe having an array pull in all the checkboxes and give them a default value
Does anyone know how to do this. I've searched the web for a long time with no luck. I appreiciate the help. Thanks.