+ 1
Google swaps text CAPTCHA
Has anyone ever thought how to make an "I am not a robot" section for web page?
2 Respuestas
+ 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
- 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>