• Couple of days ago, I guess after wp update and/or after plugin update, WPCF7 forms stopped working, doesn’t send emails while wpsmtp tests works fine. After submitting the form the circle shows up and nothing happens. When I deactivate the plugin, WPCF7 forms works back fine. Any ideas what could be wrong? It was working fine together for more than 2 years….

    • This topic was modified 5 years, 2 months ago by jasionn.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • @jasionn did you find solution for this issue?

    neuroine

    (@neuroine)

    I have the same issue.

    Wordpress 4.9.12
    Contact Form 7 5.1.4
    FreshMail for WordPress 2.3.1

    szmery

    (@szmery)

    Same here. Just spend few hours to investigate and found FreshMail plugin to be the culprit. When it is disabled, CF7 will work again.

    Would be nice to could use both of them.

    viola2101

    (@viola2101)

    I noticed that in file wp-content\plugins\freshmail-integration\src\Plugin\Newsletter\Freshmail.php
    action wpcf7_before_send_mail (line: 1305) has exit instruction so wpcf7_mail_sent action is not run.
    I just comment:
    //echo json_encode($ResponcCF7);
    //exit;
    and for me all is ok.
    Script register freshmail subscription if fm-sign input is avaliable in form and send mail using wpcf7.

    @viola2101 Thank you, that’s works ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin breaks WPCF7’ is closed to new replies.