There's got to be another way to do this.
Any ideas?

<cfloop list='#form.fieldNames#' index="x">
        <cfset fieldName = '#x#'>
        <cfset fieldValue = #evaluate('form.#x#')#>
        #fieldname# = #fieldValue#<br>
</cfloop>

David DiPietro
Systems Developer / Engineer
OSU College of Medicine & Public Health
Voice (614) 292-5960
Fax (614) 292-0745

______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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

Reply via email to