#form.test# will only work if there is a formfield named test.

You want #evaluate("form.#test#")#

Dan

-----Original Message-----
From: Phoeun Pha [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 20, 2000 8:35 AM
To: CF-Talk
Subject: RE: Kooky Form Field/List question.


<cfloop index="test" list="#FORM.fieldnames#" delimiters=",">
#test# :     #FORM.#test##  <br>
</cfloop>


Got too many Hash marks buddy.  Should be #Form.test#, NOT #Form.#test##.
Test is the NAME of the formfield as I can see. So using #Form.test# will
display the value of that field 







The information contained in this message is privileged and confidential.  It is 
intended solely for the use of the named recipient.  If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, distribution, or use 
of the contents of this transmission is strictly prohibited.  If you receive this 
message in error, please notify the sender immediately.  Thank you.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to