Hello
Site is not sending emails
Have installed Contact form 7 and they go through
Have just upgraded to 3.2.3
Thanks
Hi El Dietista. Dietista Nutricionista!
Please see – http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/
Regards,
Yigit
Helo thanks a lot Yigit
The thing is that it was working perfect before.
And apparently I had made no changes to stop receiving them…
It did work adding:
function change_cf_from() {
return ” (Email address hidden if logged out) “;
}
add_filter(‘avf_form_from’, ‘change_cf_from’, 10);
But… will I have to add that if I update the theme right?
Thanks a lot in advance
Hi!
Yes but you can use a child theme to avoid that – http://kriesi.at/documentation/enfold/using-a-child-theme/
After that please add the code to functions.php file of your child theme.
Regards,
Yigit
Ok thank you
Do you have any idea why it worked and stopped working?
Thanks again