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]

Reply via email to