/me plays virtual Raymond :) Just say no to evaluate! Here is a speedier way to do it.
<cfloop index="send" list = "#form.fieldnames#"> <input type="hidden" name="#send#" value="#form[send]#"> </cfloop> jon ----- Original Message ----- > The simplest way is to loop through form.fieldnames. > > <cfloop index="send" list = "#form.fieldnames#"> > <input type="hidden" name="#send#" value="#evaluate(send)#"> > </cfloop> ______________________________________________________________________ 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/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

