The documentation says to put a snippet of code into the HTML template, and the other into the form where I want the reCAPTCHA to be displayed.
Paste this snippet before the closing </head> tag on your HTML template:
<script src='https://www.google.com/recaptcha/api.js'></script>
The problem is; I don't know where these go.Paste this snippet at the end of the <form> where you want the reCAPTCHA widget to appear:
<div class="g-recaptcha" data-sitekey="super secret code"></div>
Where should I insert this code?
Thank you.
Daryl