I can see the script is loaded in the page, but it still throws this error. Recaptcha works fine when I use Contact Form 7, but doesn’t seem to when loaded in a block. I tried disabling all plugins but it didn’t help.
Bard found the solution, I had to add the following in the header for it to work:
<script src=”https://www.google.com/recaptcha/api.js?render=explicit”></script>
But now the script loads twice…
Did you get it working? I am getting:
Uncaught ReferenceError: grecaptcha is not defined
at ?mcfb_redirect=64c3c42b315a4:355:5
I tried on the developers own site but he’s blocked his test form which is a really helpful UX to show how it doesn’t work.