This will output every form var....

<cfloop collection="#form#" item="locField">
        #locField# = #evaluate("form.#locField#")#
</cfloop>


Justin Hansen - [EMAIL PROTECTED]
Web Application Developer
Interactive Business Solutions, Inc
816-221-5200 ext. 1305

-----Original Message-----
From: Wesley Davidson [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 08, 2001 1:50 PM
To: CF-Server
Subject: A generic Form Field Listing


hello,
  I am working on generic form field script that will take any form on our
site and email me the contents of the variables.

I know that there is a formfields list, or collection.

  I am sure that this is a simple for loop grabing formfield collection and
going through the formfield name and value properties.

  Can someone quick for loop example to do this.

  Thanks,
Wesley Davidson.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
------------------------------------------------------------------------------
To unsubscribe, send a message to [EMAIL PROTECTED] with 
'unsubscribe' in the body or visit the list page at www.houseoffusion.com

Reply via email to