purple pillow
purple pillow

Reputation: 488

One recaptcha for multiple forms

I have multiple forms on one page and I want to protect using invisible reCaptcha v2.

My question is can I use one <ReCAPTCHA /> to secure all the forms? or should I use one <ReCAPTCHA /> for every form?

Upvotes: 0

Views: 386

Answers (1)

Mika chikou
Mika chikou

Reputation: 36

You can use one outside of the forms and call it using reference on every submit.

don't forget to reset the captcha on every submit

Upvotes: 1

Related Questions