Couldn't you just set them as session variables?
<cfset SESSION.name =#FORM.name#>
-----Original Message-----
From: Andrew Spear [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 28, 2004 5:37 PM
To: CF-Talk
Subject: Re:How to Pass Varibles on Multipage Form?
Try something like this...
<!--- Create hidden form fields for the Form scope --->
<cfloop collection="#form#" item="ii" >
<cfoutput><input type="hidden" name="#ii#"
value="#Evaluate(ii)#"></cfoutput>
</cfloop>
_____
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
- Re: Anyone ever see this?? SteelA... Bryan Stevenson
- Re: OT:Anyone ever see this?? SteelArrow? Pete Ruckelshaus
- OT:Anyone ever see this?? SteelArrow? Yves Arsenault
- RE: How to Pass Varibles on Multipage Form? Taco Fleur
- Re: How to Pass Varibles on Multipage Form? Christian Cantrell
- RE: How to Pass Varibles on Multipage Form? Raymond Camden
- Re: How to Pass Varibles on Multipage Form? Bryan Stevenson
- Re: How to Pass Varibles on Multipage Form? Jamie Jackson
- Re:How to Pass Varibles on Multipage Form? Andrew Spear
- RE: How to Pass Varibles on Multipage Form? Taco Fleur
- RE: How to Pass Varibles on Multipage Form? Robert Redpath
- RE: How to Pass Varibles on Multipage Form? Shawn Grover
- Re: How to Pass Varibles on Multipage Form? Bob Haroche
- RE: How to Pass Varibles on Multipage Form? Taco Fleur
- Re:How to Pass Varibles on Multipage Form? Justin Jefferson
- How to Pass Varibles on Multipage Form? hadi_cf
- RE: How to Pass Varibles on Multipage Form? Dave Watts