I am creating a dynamic form. For example:

<FORM>
<INPUT TYPE="text" NAME="text1">
<INPUT TYPE="checkbox" NAME="checkbox1">
<INPUT TYPE="text" NAME="text2">
<INPUT TYPE="checkbox" NAME="checkbox2">
</FORM>

I then get the value with this:

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

This works fine for the text fields but not for the checkbox fields. Has
anyone done something like this before?

-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