***SOLVED***EMAIL CONTACT FORM NOT WORKING

Issues related to forms.
Post Reply
BrianLucas
 
 
Posts: 17
Joined: Sat Aug 03, 2019 11:27 pm

***SOLVED***EMAIL CONTACT FORM NOT WORKING

Post by BrianLucas »

:evil:
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
User avatar
BaconFries
 
 
Posts: 5653
Joined: Thu Aug 16, 2007 7:32 pm

Re: EMAIL CONTACT FORM NOT WORKING

Post by BaconFries »

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
User avatar
Pablo
 
Posts: 22503
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: EMAIL CONTACT FORM NOT WORKING

Post by Pablo »

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
BrianLucas
 
 
Posts: 17
Joined: Sat Aug 03, 2019 11:27 pm

Re: EMAIL CONTACT FORM NOT WORKING

Post by BrianLucas »

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
BrianLucas
 
 
Posts: 17
Joined: Sat Aug 03, 2019 11:27 pm

Re: EMAIL CONTACT FORM NOT WORKING

Post by BrianLucas »

It's working OK now. I just realized that I was using an old version of PHP on my side of the hosting.
Thanks
User avatar
BaconFries
 
 
Posts: 5653
Joined: Thu Aug 16, 2007 7:32 pm

Re: EMAIL CONTACT FORM NOT WORKING

Post by BaconFries »

Thanks for letting us know it is working.
Post Reply