I have been trying to implement the coding suggestions given on this subject over the
last week. I can get the name of the variable to output if I use "evaluate", but not
the value. However, in the debugging section on the bottom of the action page, the
value is listed correctly.
My form page includes:
<cfloop query="getregs">
<form action="dynamic.cfm" method="POST">
<cfoutput>
#lProduct# #copy1# #copy2# <CFLOOP INDEX="LoopCount" FROM="1"
TO="6"><input type="Radio" name="#prodid#" value="#loopcount#">#loopcount#</cfloop>
<br>
</cfoutput>
</cfloop>
<input type="Submit" name="submit">
</form>
On the action page I have tried everything I can think of with little luck. I do get
the variable name output if I use this, but no value:
<cfloop Index="test" list="fieldnames">
<cfoutput>
<br>
You Picked: #Evaluate(test)#<br>
<br>
</cfoutput>
</cfloop>
I sure would appreciate some assistance here Thanks!!!
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message
to [EMAIL PROTECTED] with 'unsubscribe' in the body.