If you are not using Netlify Forms to handle form submissions for your site, you can now disable the form detection feature in the Netlify UI under Settings > Build & deploy > Post processing > Form detection. Learn more about it in our docs.
Form detection runs by default, but you don’t need it if you don’t have forms in your site or you manage them through another service. During form detection, our bots parse the HTML of your site when the build completes to find and prepare forms for submission handling. Turning off form detection may speed up deploy time during post processing.
Note that turning off form detection is not recommended if you do have active forms. You’ll need to either remove the forms or set up form submission management through other means, as any updates to existing forms will not be processed at deploy time.
Inspected the browser traffic when disabling it in UI I observe it doing PUT against the site resource (https://api.netlify.com/api/v1/sites/<siteid>) with the following payload:
Hi @luke, I know this is an old thread, but I was looking for disabling the Form detection via netlify.toml like we already do with other processing flags. Is it possible to do that?