Hi,
I’m using the ninja forms plugin.
I’m trying to add reCaptcha but I’m stuck with adding the following
Paste this snippet before the closing </head> tag on your HTML template:
<script src=’https://www.google.com/recaptcha/api.js’></script>
Paste this snippet at the end of the <form> where you want the reCAPTCHA widget to appear:
<div class=”g-recaptcha” data-sitekey=”6LeITAgUAAAAAKOdb9iAx7bYpeJj0WrEMHeVR8Xn”></div>
How do I access this code via Cornerstone? Or do I need to do this direct to the HTML via FTP?
Thanks
Paul