You can do it, but you have to use a group= or query= in your <cfoutput> tag.
Doug ----- Original Message ----- From: "Matt Robertson" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, December 09, 2001 5:44 PM Subject: Stoopid forms question > Can I do this inside of a CFMAIL loop, when coming off of a form > submission? I'm looking to just drop the code in, and given the nature > of the template it'd be used on it would be a bit of a pain to set up a > test. Was hoping someone was immediately familiar with running CFLOOPs > inside of CFMAIL. > > > <CFLOOP LIST="#FORM.FieldNames#" INDEX="ThisField"> > <CFOUTPUT>FIELD=#ThisField#, VALUE=#Evaluate(ThisField)#</CFOUTPUT> > </CFLOOP> > > --Matt Robertson-- > MSB Designs, Inc. > http://mysecretbase.com > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

