+1
This is a custom code placeholder.
Switch to Preview or publish the page
to see how your code works.
Double-click to edit
<html> <head> <title>reCaptcha validation demo</title> <script src="https://www.google.com/recaptcha/api.js" async defer></script> </head> <body> <div class="form_container"> <form action="#" id="my_captcha_form"> <div class="g-recaptcha" data-sitekey="6LfrFKQUAAAAAMzFobDZ7ZWy982lDxeps8cd1I2i" ></div> </form> </div> </body> </html>