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