Is it possible to disable a single recaptcha?

Hello!
I’m maintaining a website for a client that has about 4 different forms.
Since they were getting a lot of spam, recaptcha was implemented to reduce it, which worked!
However, now I’m creating some custom functionality, for which I need a hidden form that I fill and submit using some custom javascript.
So that means that this hidden form also has to have recaptcha, however I need to either turn only this one off, or get around it somehow.
So my question is, is there any way, or workaround to disable only this one recaptcha, have it pre-filled or something?
Thank you!

would love to know as well… this is giving me quite the headache

When Recaptcha is enabled, it applies to all Webflow-handled forms. That means forms handled by the default Webflow handler, and probably Logic-bound forms as well.

If you set the Form’s action yourself to something else as the form content receiver, you do not need recaptcha on that form.

Typically that target would be a Make or Zapier webhook, or a 3rd party form handler like Basin or Formspark. Depends on what you’re needing to do with the content you’re capturing.