Sometime an extra leading or trailing space can cause this problem. Sometimes the process.php file has the wrong email address (for whatever reason).
First check the email account in the process.php file (line start with "mail(". If it is a variable from the form it will be the first field in the mail() finction and it iwll start with a dollar sign (ex: $Email). If it is not a variable it is still the first field but it will be your specific email account surrounded by double quotes.
If things look right but still does not work, add to this post again and we'll take it from there.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,I just installed and set up a php form and I used it and I dont receive the email from the form submitted
Any1 can help?
Sometime an extra leading or trailing space can cause this problem. Sometimes the process.php file has the wrong email address (for whatever reason).
First check the email account in the process.php file (line start with "mail(". If it is a variable from the form it will be the first field in the mail() finction and it iwll start with a dollar sign (ex: $Email). If it is not a variable it is still the first field but it will be your specific email account surrounded by double quotes.
If things look right but still does not work, add to this post again and we'll take it from there.