• ronaldb73

    (@ronaldb73)


    after updating mee news to the latest version, i’ve noticed that sending a form (contact form 7) doesn’t work anymore. The arrow keeps spinning and that’s it. Deactivating Mee News solves this problem, but does anyone have an idea how both can work at the same time?

Viewing 2 replies - 16 through 17 (of 17 total)
  • [Incorrect]
    In case of $_POST[‘_wpcf7’] == “”:
    Contact form plugin is enabled and the contact form is used in the page.

    [Correct]
    In case of $_POST[‘_wpcf7’] == “”:
    Contact form plugin is enabled and the contact form is not used in the page.

    Alain

    (@alainotjens)

    thank you kimipooh!

    if ( !isset($_POST['_wpcf7']) || $_POST['_wpcf7'] == ""){ –> works!

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘[Plugin: Contact Form 7] conflict mee news and contact form 7’ is closed to new replies.