View Single Post
  #45  
Old 2nd August 2018, 02:08
outtyrox outtyrox is offline
Senior Member
 
Join Date: Apr 2015
Posts: 59
Default
Quote:
Originally Posted by joeroberts View Post
You have made the edit in the templates?
Paste this snippet before the closing
Code:
</head>
tag on your HTML template:
Code:
<script src='https://www.google.com/recaptcha/api.js'></script>
Paste this snippet at the end of the
Code:
<form>
where you want the reCAPTCHA widget to appear:
Code:
<div class="g-recaptcha" data-sitekey="YOUR PUBLIC KEY"></div>

joe which template(s) need this added? this is only part I'm not sure on. I have everything else updated.
Reply With Quote