reCAPTCHA v3  |  Google Developers

PHOTO EMBED

Thu Sep 09 2021 07:57:40 GMT+0000 (Coordinated Universal Time)

Saved by @grigoregrigore #html #javascript

 <script src="https://www.google.com/recaptcha/api.js"></script>
 <script>
   function onSubmit(token) {
     document.getElementById("demo-form").submit();
   }
 </script>
<button class="g-recaptcha" 
        data-sitekey="reCAPTCHA_site_key" 
        data-callback='onSubmit' 
        data-action='submit'>Submit</button>
content_copyCOPY

https://developers.google.com/recaptcha/docs/v3