Or do it via _javascript_.  I'd personally do a multipage form as a wizard
type of interface with hidden DIVs.  But this depends on the nature of the
form, your coding preferences/skills, and how much data to be processed...


Shawn

-----Original Message-----
From: Robert Redpath [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 28, 2004 6:50 PM
To: CF-Talk
Subject: RE: How to Pass Varibles on Multipage Form?

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