Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #550528

    Hi, I have bought and used Enfold on many websites. However, I recently launched a new website and this time the contact form is not delivering emails. I have sent many test message, to multiple email addresses, and the form is not delivering. I have checked my spam folders too, and the messages are not there either. Can you please help fix this? Thanks!

    #550555

    Hey Josh!

    Can you try point 2 of this article and see how that goes?
    http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/

    Best regards,
    Josue

    #550756

    Hi Josue,

    I tried point 2, but I received the reset email immediately. Do you have any other ideas of how to fix the form? Thanks. You guys are great. Great product. Great service. Much appreciated!

    #550768

    Hey!

    Could be that your server is only allowing out-going emails from ” (Email address hidden if logged out) “, try adding this at the very end of your theme / child theme functions.php file:

    function change_cf_from() {
        return " (Email address hidden if logged out) ";
    }
    add_filter('avf_form_from', 'change_cf_from', 10);

    Cheers!
    Josue

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