no problem. I enjoyed the variety of ways people chimed in with in regards to doing this. Just goes to show you there are so many ways to do things in CF, even for simple things like looping over lists.
:-) -----Original Message----- From: John Stanley [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 8:37 AM To: CF-Talk Subject: RE: Checking all form fields you are correct, i should not have said no..... -----Original Message----- From: Tangorre, Michael [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 05, 2003 8:34 AM To: CF-Talk Subject: RE: Checking all form fields 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

