Support for hCaptcha in Netlify Forms

You can implement it yourself using Edge Functions. For every POST request, you can validate the hcaptcha response before passing context.next() in Edge Functions.

1 Like