Disable form processing in config file

Can we disable form processing via the config file. We manage multiple sites created using the API and disabling form processing manually does not scale for us

You can disable it via API :slight_smile:

Here’s how you can find the appropriate setting:

  • do it once in our UI with the devtools open,
  • examine the calls we make (both the path and the method - GET vs DELETE vs PUT vs PATCH vs POST),
  • and then apply them programatically to all your sites.

Also - I did get a feature request filed to add it - it was a good request - just not sure when/if we’ll implement it so wanted to give you a way to get there that works already today.

I’ll follow up in this thread if we ship it!