Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #848500

    I recently migrated my theme from my own host to a new client’s host (and URL) and the website is working fine.

    I have changed all URLs in the database where necessary though the contact form is no longer sending emails.

    Troubleshooting so far:

    – Created a new contact form to test.
    – Updated all URLs through search and replace plugin in new database.
    – Added the below code to the end of my theme’s function.php file.

    function change_cf_from() {
    return “wordpress@YOURWEBSITE.com”;
    }
    add_filter(‘avf_form_from’, ‘change_cf_from’, 10);

    Note that the contact form was working fine on my original website host.

    Any help much appreciated.

    Thanks,

    Will

    #849124

    Hey Will,

    Please refer to this post as well – http://kriesi.at/documentation/enfold/my-contact-form-is-not-sending-emails/

    Best regards,
    Yigit

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