Advertisement
the-technoholik

reCAPTCHA example form page

Feb 11th, 2015
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <script src="https://www.google.com/recaptcha/api.js"></script>
  5. </head>
  6. <body>
  7. <form method="POST">
  8.     <div class="g-recaptcha" data-sitekey="YOUR_PUBLIC_KEY">
  9. </div>
  10. </form>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement