Forum Moderators: coopster & phranque

Message Too Old, No Replies

perl/cgi scripts

displaying form data in html thankyou page

         

daphreephunkateer

1:11 pm on Mar 7, 2004 (gmt 0)

10+ Year Member



i am running an order form on my website. once someone places their order, the form data is emailed to me. they then get shown a thankyou page. can the data they entered on the form page be displayed on this thankyou page? thanks in advance...

percentages

1:18 pm on Mar 7, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



>can the data they entered on the form page be displayed on this thankyou page?

Sure, as long as the "Thank You" page is in a scripted language like Perl or PHP. Just pass the parameters down the line, to the next page, for as long as you wish and they will be available page after page.

To pass the parameters you will need to send them in the URL or post them. For a "Thank You" page probably passing them in the URL is the easiest solution :)

daphreephunkateer

1:27 pm on Mar 7, 2004 (gmt 0)

10+ Year Member



the thankyou page is written in perl.

any chance any1 could give me an eg of how to do it...?

ebizcamp

11:42 pm on Mar 11, 2004 (gmt 0)

10+ Year Member



Hi,

Your task is very easy but it may take some time to exlain it in details here.

I would suggest you to download a free trail tool here

[perl-studio.com...]

Use your favorite HTML edit tool to design a form and then use perl-studio step-by-step wizard to generate your perl script