Everything is fine except I get thsi error each time "submit" is pressed. I have changed the "thankyou" to an .html document which could cause the error. How can I put it back to process.php thank you? Unless something else is doing it. Please help.
404 Not Found
The requested URL /process.php does not exist.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
There is something broken (modified) in your form. The process.php file is never called to be displayed as a web page and therefore should never be the source of this type of error. This file is called from the form1.html file as a form data processor. At the end of the process.php file your thankyou file should be called using a header refresh command.
If you can not fix it, send me a link to your form and a copy of the process.php file in an email and I will point you in the right direction.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Everything is fine except I get thsi error each time "submit" is pressed. I have changed the "thankyou" to an .html document which could cause the error. How can I put it back to process.php thank you? Unless something else is doing it. Please help.
404 Not Found
The requested URL /process.php does not exist.
There is something broken (modified) in your form. The process.php file is never called to be displayed as a web page and therefore should never be the source of this type of error. This file is called from the form1.html file as a form data processor. At the end of the process.php file your thankyou file should be called using a header refresh command.
If you can not fix it, send me a link to your form and a copy of the process.php file in an email and I will point you in the right direction.