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

    updated the template yesterday and the contact form does not work anymore.

    Please help me as I am for several hours without receiving mail through the site, which is generating a loss.

    thank you!

    #394243

    Hi!

    I tried logging to your backend but got this screen – http://screencast.com/t/IhweW17olZ

    Best regards,
    Josue

    #394625

    must be some security lock because of its ip or country is very different or because of the time you tried to access the panel. Try again please, I still not receiving emails sent by the site and there is no problem with the server as a simple PHP script for sending via SMTP email I used for testing is working perfectly

    #394665

    Hey!

    Try adding this at the very end of your theme / child theme functions.php file:

    function change_cf_from() {
    	return "wordpress@YOURWEBSITEURL.com";
    }
    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.