peschkaj has asked for the wisdom of the Perl Monks concerning the following question:
I am working on finishing up a CGI application and I have run into a roadblock. I have a mail form that collects visitor information and then sends it to a separate script for processing. If there is a problem, the user is redirected to the original form, otherwise they are sent to a thank you page.
Now, the problem I am running into is that the query object's values are not being passed along when there is an error and the user is redirected back to the original form through $q->redirect( "form.cgi" )
Is there a way, apart from tacking data on to the URL, that I can save the form information?
Thanks,
Jeremiah
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Keeping Form Values
by tcf22 (Priest) on Oct 22, 2003 at 00:14 UTC | |
|
Re: Keeping Form Values
by matthewb (Curate) on Oct 22, 2003 at 00:23 UTC | |
|
Re: Keeping Form Values
by hanenkamp (Pilgrim) on Oct 22, 2003 at 00:29 UTC | |
|
Re: Keeping Form Values
by injunjoel (Priest) on Oct 22, 2003 at 01:41 UTC | |
by cees (Curate) on Oct 22, 2003 at 05:38 UTC |