Here is a trick (culled from this list : )


<cfloop collection="#Form#" item="ThisField">
#Form[ThisField] #
</cfloop>

=====================
This code puts the names of the form field onto the email.

<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=sts


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