aryehraber / statamic-captcha

Statamic Addon that protects your Statamic forms using a Captcha service.
MIT License
11 stars 8 forks source link

Getting two recaptcha challenge divs before closing body tag if two forms on same page #23

Closed twd3 closed 2 years ago

twd3 commented 2 years ago

I'm seeing two recaptcha challenge divs before closing body tag if two forms on same page. Specifically, I have a login form and a normal form. Not sure if it is happening with just two normal forms on same page. Also, it looks like the scripts in the head are NOT duplicating and are fine.

1

twd3 commented 2 years ago

Hahaha, I think I'm being silly here and it needs two challenges because there is two forms on the page. Can you close this if this is how it's supposed to be?

aryehraber commented 2 years ago

Hey @twd3, yeah this sounds like expected behaviour — assuming each form works correctly with their respective captchas.

Closing but feel free to re-open if you notice issues with the captchas themselves using multiple forms.