Hi there
The Email forms do not work in any of the pages in the site.
I controlled several times that the address is correct, and also view the web-mail page in my hosting to see that it is not blocked there for some reason.
What could it be?
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
function change_cf_from() {
return "wordpress@YOURWEBSITE.com";
}
add_filter('avf_form_from', 'change_cf_from', 10);
Cheers!
Josue
Josue thanks
I inserted the code into Theme Functions (functions.php) in editor, is that right? because it’s not working.
the added code:
function change_cf_from() {
return ” (Email address hidden if logged out) “;
}
add_filter(‘avf_form_from’, ‘change_cf_from’, 10);
what is wrong?
Hi!
could you please try to deactivate all plugins to see if that helps? one plugin might cause the issue.
Cheers!
Andy
Hey!
Please set-up a test form with this plugin to discard if the issue is coming from the theme.
Regards,
Josue