Work with the session scope, as soon as a page is submitted you append the
FORM structure to a structure stored in the session, I have a CFC that does
the trick if your interested.


So basically upon each submit you append the all form values to a structure
in the session scope, at the end you can copy every back to the FORM scope
or just retrieve the data from the structure in the session.

Taco Fleur
Blog  <http://www.tacofleur.com/index/blog/>
http://www.tacofleur.com/index/blog/
Methodology http://www.tacofleur.com/index/methodology/
0421 851 786
Tell me and I will forget
Show me and I will remember
Teach me and I will learn

-----Original Message-----
From: Justin Jefferson [mailto:[EMAIL PROTECTED]
Sent: Thursday, 29 January 2004 7:28 AM
To: CF-Talk
Subject: How to Pass Varibles on Multipage Form?

I'm working with a multipage survey (3 pages) and I'm trying to figure out
how to pass the survey answers over the multiple pages.  I tried to hard
code "hidden" fields, but if someone dosen't answer a question, then a error
page displays.
\
Does anyone have a snippet of code that can auto generate hidden fields from
page to page?
  _____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to