First I had a 404 error code when hitting submit. I saw that it was process.php so I moved the process.php file and then I was able to hit submit and see my "Thank you" page. Two things though:
1. There are a process.php , process2.php and process3.php files... how do I know which one I should be using?
2. When I hit submit and see the thank you page, I then go to my e-mail to check for the message but it does not appear. I assume the e-mail part is not working?
Any suggestions and assistance would be much appreciated!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sounds like your mixing the installed generator files with the generated form files. Don't be confused and don't mix these files together. When a form is generated it should have all the files required to run and use the form in a separate folder. The generated form is in a sub folder called use/formname/.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
First I had a 404 error code when hitting submit. I saw that it was process.php so I moved the process.php file and then I was able to hit submit and see my "Thank you" page. Two things though:
1. There are a process.php , process2.php and process3.php files... how do I know which one I should be using?
2. When I hit submit and see the thank you page, I then go to my e-mail to check for the message but it does not appear. I assume the e-mail part is not working?
Any suggestions and assistance would be much appreciated!
Sounds like your mixing the installed generator files with the generated form files. Don't be confused and don't mix these files together. When a form is generated it should have all the files required to run and use the form in a separate folder. The generated form is in a sub folder called use/formname/.