Check the address in the mail function. Open the process.php file and look for the line starting with
mail(
it should have the following syntax:
mail("youremail@yoururl","Form Submitted at your website",$message,"From: phpFormGenerator");
Ask your host if this php mail function should be available to you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have made a form. And when I test it, I see the page Thank You..
But I don't receive an email! Can anyone help me??????
Check the address in the mail function. Open the process.php file and look for the line starting with
mail(
it should have the following syntax:
mail("youremail@yoururl","Form Submitted at your website",$message,"From: phpFormGenerator");
Ask your host if this php mail function should be available to you.