Here's the deal: You've got a form that visitors use to enter information, but before processing that information you want to present a confirmation page that allows them to check that everything is correct. Well, the form below points to a CGI script that receives the input and prints a confirmation page with a form that contains hidden fields for each of the fields in this form (check the source code), in order to pass the data on to a second script. Try it out.