Thread: TSUE v2.2
View Single Post
  #63  
Old 15th March 2018, 15:10
Botanicar's Avatar
Botanicar Botanicar is offline
Senior Member
 
Join Date: Jun 2013
Croatia
Posts: 127
Smile
Quote:
Originally Posted by ArcticWolf View Post
Code:
https://www.google.com/recaptcha/api/siteverify

Unfortunately there is no solution to this problem, have already tried all possible combinations .....

PS

But if you want a ReCaptcha when a new user wants to register on the page, then it's an easy solution


Paste this snippet before the closing </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 <form> where you want the reCAPTCHA widget to appear:

Code:
<div class="g-recaptcha" data-sitekey="You_Site_Key_Here"></div>
in
Appearance --> Themes --> Manage Templates: --> Your Themplate --> signup --> Find {$CAPTCHA} remove with

Code:
<div class="g-recaptcha" data-sitekey="You_Site_Key_Here"></div>
Reply With Quote
The Following User Says Thank You to Botanicar For This Useful Post:
MasterMan (4th June 2018)