• Hello

    I use since some time serveral contact forms in my wordpress installation and it worked fine until the latest Ocean WP update. I have no clue what happend ??

    It is the same thing on my second installation:
    https://www.explore-the-ocean.com/kontakt/

    I hope you do have a solution for it as my customers can’t contact me currently over my webpages ??

    Best regards, jochen

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • I tested your form. The orange error border color indicates reCAPTCHA v3 is not working correctly on your site.

    See Contact Form 7 5.1.1 – theme needs to properly loads JavaScript in the footer area of each page.

    Switch temporarily (nothing will be lost when you switch back) to a WP default theme to see if the problem goes away.

    If this fixes the problem & you can’t get your theme fixed, you might try using Contact Form 7 – reCaptcha v2 in addition to Contact Form 7. Once installed and configured it offers the same reCaptcha functionality you are used to in previous versions of Contact Form 7 (recommended by CF7 plugin author).

    Thread Starter jfrenzer

    (@jfrenzer)

    Thanks Neil for your fast feedback. How can I change to CF7 -reCapv2 ?

    I just updated my theme on my subdomain test site and am also now getting errors regarding your plugin. I changed the url of the test site and my username… just want you to see the error msg..

    Warning: Cannot modify header information – headers already sent by (output started at /home/user/TEST.mysite.com/wp-content/themes/thesis/lib/compatibility/contact-form-7.php:18) in /home/user/TEST.mysite.com/wp-admin/includes/misc.php on line 1144

    Warning: Invalid argument supplied for foreach() in /home/user/TEST.mysite.com/wp-content/themes/thesis/lib/compatibility/contact-form-7.php on line 18

    Warning: Cannot modify header information – headers already sent by (output started at /home/user/TEST.mysite.com/wp-content/themes/thesis/lib/compatibility/contact-form-7.php:18) in /home/user/TEST.mysite.com/wp-admin/includes/misc.php on line 1144

    Warning: Cannot modify header information – headers already sent by (output started at /home/user/TEST.mysite.com/wp-content/themes/thesis/lib/compatibility/contact-form-7.php:18) in /home/user/TEST.mysite.com/wp-includes/pluggable.php on line 1223

    Warning: Cannot modify header information – headers already sent by (output started at /home/user/TEST.mysite.com/wp-content/themes/thesis/lib/compatibility/contact-form-7.php:18) in /home/user/TEST.mysite.com/wp-includes/pluggable.php on line 1223

    <?php
    /*
    Copyright 2018 DIYthemes, LLC. Patent pending. All rights reserved.
    License: DIYthemes Software License Agreement
    License URI: https://diythemes.com/thesis/rtfm/software-license-agreement/
    */
    class thesis_contact_form_7 {
    public $exclude = array(
    ‘wpcf7_contact_form’);

    public function __construct() {
    if (!defined(‘WPCF7_PLUGIN’)) return;
    foreach (array(‘template’, ‘query’) as $type)
    add_filter(“thesis_exclude_{$type}_types”, array($this, ‘exclude_post_types’));
    }

    public function exclude_post_types($post_types) {
    foreach ($this->exclude[‘post_types’] as $type)
    $post_types[] = $type;
    return $post_types;
    }
    }

    Thread Starter jfrenzer

    (@jfrenzer)

    Hi Neil

    you are right. CF7 -reCap v3 seems to cause the problems. Now I deactivated reCaptcha and the forms work. But that shouldn’t be the final solution …

    Regards, jochen

    How can I change to CF7 -reCapv2 ?

    You can use Contact Form 7 – reCaptcha v2 in addition to Contact Form 7. Once installed and configured it offers the same reCaptcha functionality you are used to in previous versions of Contact Form 7.

    @sapience– see I have the same problem! Can I just reply to someone else’s post with “Me too”?.

    If you are willing to create a new question, which details your issues, somebody will likely be able to help you there.

    My Theme Developer created a Hotfix to remove PHP notice triggered on sites running the Contact Form 7 Plugin, so my problem is gone. Seems to be an issue with the latest update of the plugin though since so many are experiencing problems…

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Contact Forms not working anymore’ is closed to new replies.