PDA

View Full Version : confirmation page


john
06-16-2000, 11:13 PM
My web server allows me to create a confirmation page to display when a visitor
submits a feedback form.How do I link this confirmation page to the feedback form such
that the visitor's input values to the field names are shown on the page?

Please help. Thanks.

Owen_MC_Evans
06-17-2000, 08:26 AM
you will need to use some server side programming for this I believe. What does your server support ASP/CGI etc?

Cheers
Owen

john
06-19-2000, 06:44 AM
Thanks Owen.
I'm supposed to include these lines in my form page html:
<form method="post" action="/bin/mailto">
<input type="hidden" name="thankyou" value="(url of thankyou page)".