Forms not submitting after adding recaptcha v2

Hello I added ReCaptcha for my form its imported from react Recaptcha when I hit submit the I cant find the submission in netlify form but when I remove the Recaptcha the form works

Here is my code

import ReCAPTCHA from "react-google-recaptcha";
<form

              onSubmit={handleSubmit}

              name="partner"

              method="post"

              data-netlify="true"

              data-netlify-honeypot="bot-field"

            >

              <input type="hidden" name="form-name" value="partner" />
<ReCAPTCHA

                sitekey="6LdwPXYbAAAcccccccccccccccccccc"

                render="explicit"

                verifyCallback={verifyCallback}

                onloadCallback={callback}

              />
</form>

Hi there, @userweb

Sorry you are having trouble getting your forms to work.

This Support Guide is the first port of call to debug any forms issues. There are also many other Support Guides for forms - you can find them here: #Netlify-support:support-guides

We also recommend trying to search the forums or look at topics tagged Netlify forms if you haven’t already - it’s likely your question was already asked by someone else! I did a quick search and saw some threads related to recaptcha as well :slight_smile:

If you are still having problems, please provide the forms information we ask for in the Support Guide I linked! Thank you.