0

So, I'm using getdrip to set up my forms and currently, it has recaptcha V2 (we're updating to V3). Does anybody know if it is possible to add the recaptcha on multiple forms on a single page?

1 Answers1

-1

reCAPTCHA v3 is an API that helps you detect abusive traffic on your website without user interaction.Instead of showing a CAPTCHA challenge, reCAPTCHA v3 returns a score so you can choose the most appropriate action for your website.

So, You don't need more than one recapcha . use one single recapcha for all forms . check this : How to implement reCaptcha V3 in ASP.NET

Nihar Sarkar
  • 1,187
  • 1
  • 13
  • 26