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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to