bar10der has asked for the wisdom of the Perl Monks concerning the following question:
Let me first admit that I am completely new to HT and CA. I have done some of the tutorials available on net and trying to find my feet. I am developing an application where I want to take user input, validate data(I can use JavScript for form validation), display confirmation page and then once user confirms entry put data in database(Oracle). Using html template I am able to create input screen, validate entries using JavaScript and then put data in database. However I am not able to create a confirmation page. There is a dirty way of doing confirmation page (creating another template for it) but i want to know if there is asimple way? Any help reference will be greatly appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Confirmation page using HTML::Template & CGI::Application
by jeffa (Bishop) on Feb 02, 2004 at 14:51 UTC | |
|
Re: Confirmation page using HTML::Template & CGI::Application
by jdtoronto (Prior) on Feb 02, 2004 at 15:33 UTC | |
|
Re: Confirmation page using HTML::Template & CGI::Application
by bradcathey (Prior) on Feb 02, 2004 at 16:23 UTC | |
by jdtoronto (Prior) on Feb 02, 2004 at 19:43 UTC | |
|
Re: Confirmation page using HTML::Template & CGI::Application
by bar10der (Beadle) on Feb 05, 2004 at 10:39 UTC |