You can do a #FORM.FieldName# This is a list of all the
fields passed by a form. I found the following example
somewhere (I would give them credit if I could)

<CFLOOP LIST = "#FORM.FieldName#" INDEX = "ThisField">
 <CFOUTPUT>
  The value of FORM.#ThisField# is #Evaluate("FORM." & ThisField)#<BR>
 </CFOUTPUT>
</CFLOOP>

-----Original Message-----
From: Angie Miner [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 13, 2000 12: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