long forms

by "Buddy Harris" <bharris(at)stny.rr.com>

 Date:  Thu, 30 Mar 2000 11:58:45 -0500
 To:  "HWG Email List" <hwg-techniques(at)hwg.org>
  todo: View Thread, Original
My question is, what is the method/code? that allows for form data to be
"passed from page to page" (for lack of better phrased description) and
then ultimately submitted from the last page? Or is each page getting
submitted through the Continue button?

I do my form processing in perl.
When I want to take form info from one page to the next, I use a hidden
field in which the value is input from previous form page:

$email = $FORM{'email'};  #From the previous page
print "<input type=hidden name=mail2 value =$email>\n";
HTH,
Buddy

HWG hwg-techniques mailing list archives, maintained by Webmasters @ IWA