Skip to content

Commit

Permalink
Update Readme: #57
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguffin committed Nov 30, 2015
1 parent 3873810 commit 16b7a7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,13 @@ Limitations

- NoCaptcha only works with JavaScript enabled.

- On a Contact Form 7 when the reCaptcha is disabled (e.g. for logged in users) the field
- On a **Contact Form 7** when the reCaptcha is disabled (e.g. for logged in users) the field
label will be still visible. This is due to CF7 Shortcode architecture, and can't be fixed.


You should also leave the Contact Form 7 internal recaptcha unconfigured (since CF7 4.3).
CF7 will fall back to WP recaptcha then. Having both recaptchas configured will result in
conflicts.

To handle this there is a filter `recaptcha_disabled_html`. You can return a message for your logged-in
users here.

Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ running under his/her own domain name.
To handle this there is a filter `recaptcha_disabled_html`. You can return a message for your logged-in
users here. Check out the [GitHub Repo](https://github.com/mcguffin/wp-recaptcha-integration) for details.

- Please leave the **Contact Form 7** internal recaptcha unconfigured. Don't enter any
keys under Contact / integration.
CF7 will fall back to the WP Recaptcha. Two recaptchas together will not work.

- Old style reCaptcha does not work together with **WooCommerce**.

- In **WooCommerce** the reset password form can not be protected by a captcha. Woocommerce does
Expand Down

0 comments on commit 16b7a7e

Please sign in to comment.