Hello,
My website contains some 4 forms on seperate pages. Once the user inputs data into the first pages form then they are taken to the next page...and so forth. These forms have an action attribute that calls a cgi script. This script emails the contents of the form to a email address. The email address is provided as a hidden form input. I also have another hidden input form called response. The value of the response item is the page that I want the user to get redirected to after they hit the submit button. However, I can't seem to get this to work. Whenever the form is submitted it goes to a generic page that the previous person setup. I can't seem to get it to redirect to the correct page. Is this something that I can do in the htm form or do I need to change my cgi script? So I guess what I'm asking is there code that I need to include in the form so that after the cgi script is run then the user gets redirected to a page that I've included as a hidden input tag.
The person that was here before me was able to accomlish this task without altering the CGI file (I think).
Any help would be greatly appreciated.