This is available in a form variables:
form.fieldnames
Loop over this using cfloop, and you can output the value of each by
evaluate().
<cfloop index="ff" list="#form.fieldnames#">
<cfoutput>
#ff# : #evaluate("form."&ff)#<br>
</cfoutput>
</cfloop>
--
Billy Cravens
[EMAIL PROTECTED]
Dean Alexandrou wrote:
>
> 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.