View Single Post
  #48  
Old 4th August 2018, 16:22
MasterMan MasterMan is offline
Senior Member
 
Join Date: Jan 2012
P2P
Posts: 143
Default
edit these:


1. main template of your all styles and add


Quote:
<script src='https://www.google.com/recaptcha/api.js'></script>

before the closing of </head>


2. go to your captcha template and add to all styles the following on the top;



Quote:
<div class="g-recaptcha" data-sitekey="xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"></div>

change the xxxxxxxxxxxxxxxxxxxx with your site key where you registered with google recaptcha!


that's it ...! this works :)
Reply With Quote