Hi @PixelGeek, two years later I still haven’t manage to make this work, is it possible to get more details on how this must be implemented?
I have added the code line <script src="https://www.google.com/recaptcha/api.js" async defer></script>
in head section and the div <div class="g-recaptcha" data-sitekey="your_site_key"></div>
in the form as per Google instructions, and then the form is submitted to FormCarry (where I have also defined the secret key in the settings).
The recaptcha element is rendered correctly, but I can submit the form without checking it. Can you please help?