try:

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

Bert

> -----Original Message-----
> From: Willy Ray [mailto:[EMAIL PROTECTED]]
> Sent: 20 November 2000 15:48
> To: CF-Talk
> Subject: Kooky Form Field/List question.
> 
>
<snip> 
>I can use the automatically-created 
> FORM.fieldnames list to get the field names onto the email <snip>
> I was hoping I could do something like this:
> 
> <cfloop index="test" list="#FORM.fieldnames#" delimiters=",">
> #test# :     #FORM.#test##  <br>
> </cfloop>
> 
> Yeah, but I can't.  Any thoughts?
> 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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