Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #368532

    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?

    #368679

    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

    #369024

    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?

    #370177

    Hi!

    could you please try to deactivate all plugins to see if that helps? one plugin might cause the issue.

    Cheers!
    Andy

    #370207

    Hey!

    Please set-up a test form with this plugin to discard if the issue is coming from the theme.

    Regards,
    Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.