Tagged: CONTACT FORM, email, godaddy
-
AuthorPosts
-
June 8, 2016 at 7:14 pm #645008
So on GoDaddy you have to put this snippet in to the functions.php file for the contact form to work.
function change_cf_from() {
return “wordpress@YOURWEBSITE.com”;
}
add_filter(‘avf_form_from’, ‘change_cf_from’, 10);I did that but what is not working is the e mail send to the person who is filling out the form. https://www.stahlinsurance.com/contact-us/
I need some help with this.
Also should I try using Gravity Forms?
Thanks
PeterJune 8, 2016 at 8:31 pm #645045Hi Peter!
Please try the following and let us know if it works properly
function change_cf_from() { return "wordpress@YOURWEBSITE.com"; } add_filter('avf_form_from', 'change_cf_from', 10);
and make sure, to change the email ofcourse.
Thanks a lot for your time and understanding
Regards,
BasilisJune 8, 2016 at 8:34 pm #645047I already tried this but I am not receiving the auto-responder telling me that they have received my request.
June 10, 2016 at 4:04 am #645945Hey!
I already tried this but I am not receiving the auto-responder telling me that they have received my request.
I’m sorry but the “auto-responder” message will be sent to the user who used the form.
Cheers!
IsmaelJune 10, 2016 at 7:11 am #646058We know that the contact form auto reply goes to the end-user. I’m saying that they’re not receiving it
June 12, 2016 at 12:56 pm #646896Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueJune 12, 2016 at 9:55 pm #647036I too have this issue. I use GoDaddy to host my website and email accounts. As an alternative, in the past I have used Contact Form 7, but I would like to know how to use Enfold’s Contact Form.
I added the following to my Enfold functions.php file (yes, I also changed the YOURWEBSITE to my actual website), but I just tested and am still not receiving emails:
function change_cf_from() { return "wordpress@YOURWEBSITE.com"; } add_filter('avf_form_from', 'change_cf_from', 10);
Please help! Any suggestions? Thank you.
June 13, 2016 at 12:54 am #647098I was able to fix the issue by going into GoDaddy’s cPanel for web hosting, opening “MX Entry”, and changing Email Routing from “Local Mail Exchanger” to “Remote Mail Exchanger”.
June 14, 2016 at 4:52 am #647760 -
AuthorPosts
- You must be logged in to reply to this topic.