Dear Bricks Community
I have my Google Recaptcha Batch hidden when using the Form. β .grecaptcha-badge { visibility: hidden; }
Now I am looking for way to add the mandatory Google Policy text (+ Links) and a Captcha-Placeholder to the Bricks Form β The Placeholder is a Button/Div to accept cookies and load the Re-Captcha β when Cookie-Consent was rejected β otherwise the user gets an error-message when trying to submit the form β which isnΒ΄t clear to understand for the average user.
For this I would need to add some HTML to the Form (best before the Submit-Button)
With the class " .submit-button-wrapper::before" I can add text but I am looking for a way to add HTML (button, div and a).
Thanks for your help.
P.S.: I am using Complianz as my Cookie Consent Plugin. Here is a link to the documentation of the Placeholder: WP Fluent Forms & reCaptcha v3 - The Privacy Suite for WordPress
(can be probably used with bricks form too and not only with Fluent-Forms)