You could use the CFWDDX tag to convert the form structure to XML and store
it as hidden form field within the next form.  This prevents any looping.

-----Original Message-----
From: Sean German [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 9:16 AM
To: '[EMAIL PROTECTED]'
Subject: RE: Captupturing Form Elements


Is there an analogous solution to looping through the fields of a query?

-----Original Message-----
From: Brian Peddle [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 06, 2000 10:51 AM
To: [EMAIL PROTECTED]
Subject: Re: Captupturing Form Elements


You can loop over all the fieldnames submitted:

<cfloop index="fields"  list="#form.fieldnames#" delimiters=",">

Put whatever processing on the fieldnames you need here

</cfloop> 
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to