How would I go about making the form so that once it's submitted, it just goes to an asp page we already have created that says thank you and is formatted to our theme. In other words, I want to skip the confirm.html page that has a redirect link on it and go straight to my own page. How would I modify the processor to do this?
Thanks!
Buster
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How would I go about making the form so that once it's submitted, it just goes to an asp page we already have created that says thank you and is formatted to our theme. In other words, I want to skip the confirm.html page that has a redirect link on it and go straight to my own page. How would I modify the processor to do this?
Thanks!
Buster
Edit the processor.php file and change confirm.html to the name of your page.