Hi I have two forms on my home page, the one is a "contact form" and the other one is a "subscribe to mail list form". I used the "django-recaptcha ReCaptchaV2Invisible" field on both forms. The contact form works fine, but if I submit the second form (the mail list one) the first form is submitted and I get and invalid form error (obviously).
Has anyone experience the same problem? any recommended fixes?
Thanks