From 4c5a6bf44ccccd269ca2636881bb0e27f736b3f0 Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Thu, 7 Oct 2021 11:24:12 +0200 Subject: [PATCH] add more docs for recaptcha --- docs/05_recaptchaV3.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/05_recaptchaV3.md b/docs/05_recaptchaV3.md index 3b2a0e8..9479691 100644 --- a/docs/05_recaptchaV3.md +++ b/docs/05_recaptchaV3.md @@ -4,6 +4,9 @@ This Plugin will enable reCAPTCHA v3 functionality on your form. Workflow: - Loads `https://www.google.com/recaptcha/api.js` if not available - Adds token to captcha field on your form +## Back-End Configuration +First, you need to set up some server side configuration via form builder. Read more about it [here](https://github.com/dachcom-digital/pimcore-formbuilder/blob/master/docs/03_SpamProtection.md#recaptcha-v3). + ## Enable Extension ```js import 'jquery-pimcore-formbuilder/dist/jquery.fb.ext.recaptcha-v3';