Recaptcha
-
It works but i don’t get to see the recaptcha, how can i add it to the form?
I have added the keys and script to the header but where do i need to place this code?:<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=””></div><input type=”submit” value=”Submit”>
</form>
</body>
</html>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Recaptcha’ is closed to new replies.