Forum Moderators: open

Message Too Old, No Replies

Carry form responses onto another page

How to store form responses from one page to the next

         

ed_edin

2:27 pm on May 28, 2004 (gmt 0)

10+ Year Member



Hi

I'd have a questionnaire I'd like to split across several pages. Is it possible to have a script store the responses from previous pages, and then put everything into one .csv file at the end? If you could show me an example script or point me in the right direction that would be great.

Ed

Rambo Tribble

3:23 pm on May 28, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Although there are some other ways to accomplish it (characteristically requiring multiple windows), cookies are the usual method of moving variables between pages. This is, in fact, what cookies were designed to do in the first place, though their use has been subverted since their introduction.

ed_edin

8:35 am on May 31, 2004 (gmt 0)

10+ Year Member



Could you provide an example of a piece of code that would achieve this?
Many thanks.
Ed