Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Patchstack plugin can add either Google ReCAPTCHA or Cloudflare Turnstile to you

Patchstack, by default, has the captcha features turned off. You can pick to which pages you would like to add the capcha -- login, register, forgot password, and comments.

Note that Patchstack's captcha only works with WordPress's built-in forms and not for other plugins forms (like e-commerce registration forms).
Note that Patchstack's captcha works with WordPress's built-in forms and WooCommerce forms, but not with other plugins' forms.

If you turn this feature on and have a different plugin installed that has the same kind of functionality, you may get locked out of your WordPress site. In this scenario, you'd have to delete either plugin to regain access to your site.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ Patchstack offers two captcha solutions:
![](@images/patchstack-captcha-setup.png)


Note that our captcha can only be used on the WordPress built-in forms - these are:
Our captcha can be used on the WordPress built-in forms as well as WooCommerce forms. The WordPress built-in forms are:
* Commenting forms
* Login form
* Registration form
* Password reset form

**NB!** Patchstack does not offer captcha integrations for other third-party plugins or themes (eg. WooCommerce, Contact Form 7).
In addition, captcha is supported on WooCommerce forms.

**NB!** Patchstack does not offer captcha integrations for other third-party plugins or themes (eg. Contact Form 7).

To activate captcha on your site, you will have to generate a public key and secret key first.
The tutorials for creating captcha keys and integrating them with Patchstack can be found below.
Expand Down