Can we add reCaptcha V3 in in our website? I am using free version of Netlify

I am already using reCaptcha V2 in my website using Netlify form API, but reCaptcha V2 is annoying so I want to add reCaptcha V3. How can I do it?
Note: I am using the free version of Netlify.
My website is in simple HTML (www.shariquenadim.tk)
for V3 reCaptcha I have to add ```
Submit
in submit button.
Any one please guide in a simple way/

Hey @ramps,

You’d have to use custom ReCaptcha. So, you won’t be able to use the ReCaptcha provided by Netlify Forms, but follow ReCaptcha’s documentation to add your own instance of the same on your site.

@hrishikesh thank you