on Tue, 20 Aug 2002 09:01:53 GMT, [EMAIL PROTECTED] (Margaret)
wrote: 

> 2) Something similar to the above. When some fields are filled in
> on a form(Form1), the user presses submit and goes on to another
> form (Form2), more fields are filled in depending on form1's
> input. Form2 is submitted and form3 appears depending on what is
> filled in on Form2. The problem is that I have to keep on passing
> all the variables filled on Form1 as hidden fields on From2 and
> then all of Form1 and Form2 variables onto Form3 so that once 
> Form3 is submitted I can get them using $q->param('var').

See Randal Schwartz' Webtechniques column "Handling multi-page forms"

at

    <http://www.stonehenge.com/merlyn/WebTechniques/col40.html>

-- 
felix

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to