Multiple reCAPTCHAs in one ASP.Net page

前端 未结 6 1478
太阳男子
太阳男子 2021-01-18 13:27

It is possible to add multiple reCAPTCHAS in one form? I tried doing so, even giving the multiple reCAPTCHAS different IDs, but when I load the page in the browser, only one

6条回答
  •  [愿得一人]
    2021-01-18 13:54

    It's not too difficult to load each Recaptcha only when needed using the Recaptcha AJAX API, see my post here:

    How do I show multiple recaptchas on a single page?

提交回复
热议问题