form.fieldnames contains a list all form variables

or in CF 4.5

<cfloop list="#StructKeyList(form)#" index="formvar">
        <cfoutput>#formvar# = #Evaluate("form.#formvar#")#</cfoutput>
</cfloop>

Duane



-----Original Message-----
From: Angie Miner [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 1:09 PM
To: [EMAIL PROTECTED]
Subject: form processing


How can I find out what form variables are being passed to a cfm page?


----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to