I have a dynamic form with multiple checkboxes. They are named checkbox1,
checkbox2, checkbox3, etc. I am using this to loop through and get the value
of each:

<CFSET VARIABLES.var_name = "FORM.text" & VARIABLES.index>
<CFSET VARIABLES.default_value = Evaluate(VARIABLES.var_name)>
<CFSET VARIABLES.text =
SetVariable(VARIABLES.var_name,VARIABLES.default_value)>

The problem is when the checkbox is not checked and no value is passed. Has
anyone done anything like this before? Any help would be greatly
appreciated.

Thanks
-Jason



------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to