From 097c34d0d0d0d6dd30953a2570a4b04fae25d4d7 Mon Sep 17 00:00:00 2001 From: Danilo Date: Thu, 2 Jul 2026 10:05:30 +0200 Subject: [PATCH] Document WooCommerce form support for CAPTCHA (ENG-2962) CAPTCHA now works for WooCommerce forms in addition to WordPress built-in forms. Update the CAPTCHA hardening page and the related FAQ so they no longer state support is limited to built-in forms. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../does-patchstack-work-with-other-captcha-plugins.md | 2 +- .../docs/Patchstack App/Site Dashboard/Hardening/captcha.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/content/docs/FAQ Troubleshooting/Technical/does-patchstack-work-with-other-captcha-plugins.md b/src/content/docs/FAQ Troubleshooting/Technical/does-patchstack-work-with-other-captcha-plugins.md index 3586c08..23f483d 100644 --- a/src/content/docs/FAQ Troubleshooting/Technical/does-patchstack-work-with-other-captcha-plugins.md +++ b/src/content/docs/FAQ Troubleshooting/Technical/does-patchstack-work-with-other-captcha-plugins.md @@ -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. diff --git a/src/content/docs/Patchstack App/Site Dashboard/Hardening/captcha.md b/src/content/docs/Patchstack App/Site Dashboard/Hardening/captcha.md index b5e796d..ef16717 100644 --- a/src/content/docs/Patchstack App/Site Dashboard/Hardening/captcha.md +++ b/src/content/docs/Patchstack App/Site Dashboard/Hardening/captcha.md @@ -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.