Google swaps text CAPTCHA | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Google swaps text CAPTCHA

Has anyone ever thought how to make an "I am not a robot" section for web page?

9th May 2017, 1:20 PM
Ani Naslyan
Ani Naslyan - avatar
2 Réponses
+ 1
@Eldar Bakerman thank you for an answer. It brings an error: ERROR for site owner: Invalid site key I guess it works only after buying hosting
17th May 2017, 7:47 AM
Ani Naslyan
Ani Naslyan - avatar
- 1
<html> <head> <title>reCAPTCHA demo: Simple page</title> <script src="https://www.google.com/recaptcha/api.js" async defer></script> </head> <body> <form action="?" method="POST"> <div class="g-recaptcha" data-sitekey="your_site_key"></div> <br/> <input type="submit" value="Submit"> </form> </body> </html>
10th May 2017, 5:19 AM
Eldar Bakerman