Viewing 2 replies - 1 through 2 (of 2 total)
  • Not exactly sure if you have the same problem. But my problem was that the shortcode/tag wasn’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...]

    Plugin Author Khang Minh

    (@oddoneout)

    Should be resolved in 2.0.0 (released next week).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tag generator problem with Contact Form 7’ is closed to new replies.