***SOLVED***EMAIL CONTACT FORM NOT WORKING
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
-
-
- Posts: 17
- Joined: Sat Aug 03, 2019 11:27 pm
***SOLVED***EMAIL CONTACT FORM NOT WORKING
Hello, I've done everything, and the form doesn't work sending emails. I'm using built-in PHP. I'm sure all things are setup properly. My web hosting provider (GoDaddy) has PHP running on the server.
This is driving me crazy. Any help will be highly appreciated.
Thanks,
Brian
- BaconFries
-
- Posts: 5653
- Joined: Thu Aug 16, 2007 7:32 pm
Re: EMAIL CONTACT FORM NOT WORKING
Did you include a success and error page? Did you read from the following url "Emails are not arriving in my inbox..." For now it is assumed that you are running the latest version of PHP with GoDaddy? note only they can say. Is there any error logs? Without more information it is difficult to say anything. Always try to provide as much information as possible so help can be given.
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=32967
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=32967
Re: EMAIL CONTACT FORM NOT WORKING
It is difficult to help you without knowing what you have done.
But there are no known issues with form otherwise these issues would have already been fixed. So, this is most likely a configuration issue.
Note that emails are sent by the server, so it's also good to check the server log to see why the email was not sent.
For example, the server may have some restrictions on the 'from address' or you may need to use SMTP authentication.
See also "Emails are not arriving in my inbox" in the FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=32967
But there are no known issues with form otherwise these issues would have already been fixed. So, this is most likely a configuration issue.
Note that emails are sent by the server, so it's also good to check the server log to see why the email was not sent.
For example, the server may have some restrictions on the 'from address' or you may need to use SMTP authentication.
See also "Emails are not arriving in my inbox" in the FAQ:
http://www.wysiwygwebbuilder.com/forum/ ... 10&t=32967
-
-
- Posts: 17
- Joined: Sat Aug 03, 2019 11:27 pm
Re: EMAIL CONTACT FORM NOT WORKING
I did include the success and error page. The one that comes on testing is the error page. PHP version on GoDaddy sever is 7.4.25
-
-
- Posts: 17
- Joined: Sat Aug 03, 2019 11:27 pm
Re: EMAIL CONTACT FORM NOT WORKING
It's working OK now. I just realized that I was using an old version of PHP on my side of the hosting.
Thanks
Thanks
- BaconFries
-
- Posts: 5653
- Joined: Thu Aug 16, 2007 7:32 pm
Re: EMAIL CONTACT FORM NOT WORKING
Thanks for letting us know it is working.