Hello everyone.
I’m tyring to disable form detection for two specific forms on our website. After hours of tinkering and reading the forms’ docs, I thought I’d ask for help here.
I’m working on the following web app: Intuita.io
I have two filter forms that use Finsweet Filters on the following pages:
The problem I’m facing is that these forms get picked up by Netlify form detection and get treated as normal submission forms, which causes the form to get prompted to the success state upon searching for anything. Obviously, this is not the correct behavior.
When I delete the form Netlify detects through the Forms menu in my site settings, the form works correctly. However, this is far from ideal as we ship a lot of builds daily and I would prefer to keep the app working correctly between builds. I tried adding data-netlify="false"
[based on this section in the docs] to both forms, but it seems to be not working correctly.
My question is:
Is there a way I could disable form detection for specific forms/pages? Or alternatively, is there a way I could enable it only for specific forms/pages instead?
I want Netlify to completely ignore these forms while building.
I would really appreciate any help.