Ben Forta 
 
CF_EmbedFields simplifies the process of creating multi-part HTML forms. A
single call to this tag (without any attributes) embeds all passed form
fields in the form as hidden fields. 

http://devex.allaire.com/developer/gallery/info.cfm?ID=CA34704C-2830-11D4-AA
9700508B94F380&method=Full
 

-----Original Message-----
From: Patrick McElhaney [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 1:07 PM
To: Fusebox
Subject: RE: multi-part forms


Is this what you mean?

<cfloop list="#form.fieldnames#" index="f">
  <input type="hidden" name="#f#" value="#form[f]#">
</cfloop>

----------------------------------
Patrick McElhaney              <><   
Intranet / Web Site Developer
American City Business Journals
704-973-1019    704-236-8351 (cell) 

> -----Original Message-----
> From: Hal Helms [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 29, 2001 12:08 PM
> To: Fusebox
> Subject: OT: multi-part forms
> 
> 
> ***************************** Team Allaire *****************************
> FBers,
> 
> Isn't there a custom tag that takes any existing form fields and 
> turns these
> into hidden form fields for passing along in a multi-part form?
> 
> Hal Helms
> Programmer goodies/training at www.halhelms.com
> 
> 
> 
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to