Viewing 5 replies - 1 through 5 (of 5 total)
  • same here. How can I fix this?

    I have fix that in this way whit the help of another user post. Il the file called /wp-content/plugins/contact-form-7-recaptcha-extension/includes/CF7reCAPTCHA.class.php change this line (around 773 line)
    function tag_pane( &$contact_form ) {
    into this
    function tag_pane( $contact_form ) {

    and this line near the previous
    <div id="cf7recaptcha-tg-pane" class="hidden">
    into this
    <div id="cf7recaptcha-tg-pane">

    For me works correctly and i hope this edit help ?? (sorry for my english but i really hope this help)

    Hi Xiradorn
    Thanks for the fix ! Works fine with the following versions
    WP 4.0
    CF7 v4.0.1
    reCAPTCHA extension v0.1.0

    [email protected]

    (@aps11090gmailcom)

    Another verification for Xiradorn

    I’ve used this on 3 sites now as a fix.

    WP Version 4.3.1
    CF7 Version 4.3
    reCAPTCHA extension v0.1.0

    Thanks!

    Thank You very much and another verification;

    WP Version 4.4
    CF7 Version 4.3.1
    Better WordPress reCAPTCHA Versión 2.0.2

    Javi.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘reCapthha php error’ is closed to new replies.