Custom reCaptcha v2 with Javascript Form

Hey @jSwtch,
I think you’re almost there! Yes, you do need that script in your site’s <head>. And in the form body, I believe you’ll need
<div class="g-recaptcha" data-sitekey="your_site_key"></div>

This person ran into something similar:

Let us know if that fixes things for you.