> Is there any good way to get a list of fields in a submitted form?
>
> Jon


I always liked this lil' piece of code:

<cfloop index="ii" list="#Form.FieldNames#" delimiters=",">
        <cfoutput>#ii# = #evaluate(ii)#<br></cfoutput>
</cfloop>

Sincerely,

Rob Sherman
President

CFDude, Inc.  http://www.cfdude.com
Allaire Certified Developer & Instructor
------------------------------------------------------
<Office> (310) 543-1622 <Fax> (310) 543-0512
<Email> [EMAIL PROTECTED]    <ICQ> 3266081   
<AIM> RobSSherm   <Yahoo!> RobSherman_CFDev



------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to