yes.

<cfoutput>
<cfloop list="#form.fieldnames#" index="thisElement">

Form Element Name is  -  #thisElement#
Form Element Value is -  #Evaluate('form. & thisElement')#

</cfloop>
</cfoutput>

hth,

Mike





-----Original Message-----
From: Thane Sherrington [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 8:20 AM
To: CF-Talk
Subject: Checking all form fields


Is there a way in CF5 to check all form fields even if you don't know their 
names?  Some way to loop through the entire form.* scope, perhaps?

T


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to