• mstudioIL

    (@mstudioil)


    I using “Google Captcha (reCAPTCHA) by BestWebSoft” to create Google Captcha, it has shortcode the enter on the forms, but the shortcode do not render to the Google Captcha it stays as shortcode. I check on other pages and it working. where is the problem?

    https://ww.wp.xz.cn/plugins/contact-form-7/

Viewing 2 replies - 1 through 2 (of 2 total)
  • d-media

    (@martijnh)

    I’ve got the same problem. The shortcode:

    [bwp-recaptcha bwp-recaptcha-761]

    isn’t parsed.

    I found an solution. Looks like the dash is the problem:

    In the file: class-bwp-recaptcha-cf7.php search for the line:
    wpcf7_add_shortcode('bwp-recaptcha', ...
    And replace this by removing the dash:
    wpcf7_add_shortcode('bwprecaptcha', ...

    Don’t forget to change the shorttag in your form [bwp-recaptcha...] to [bwprecaptcha...]

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Google Captcha’ is closed to new replies.