<cfif isdefined("form.fieldnames")>
<cfloop list="#form.fieldnames#" index="thisField">
<cfset tempval = "form." & #thisField#>
<cfoutput><b>#thisField#: </b> #evaluate(tempval)# </cfoutput><br>
<cfset tempval = "">
</cfloop>
</cfif>
-----Original Message-----
From: Dean Alexandrou [mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 21, 2000 4:12 PM
To: CF-Talk
Subject: listing FORM variables?
How do I list all the form variables passed to a page?
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
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.mail-archive.com/[email protected]/
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.