Is there really still no way to manage Akismet!?
My automated end-to-end tests (using playwright) are failing as my test form is getting marked as spam so the test timeout. I went to disable the spam checking while we develop but there appears to be no way to do so.
Reading other people problems it seem the netlify forms are basically unusable without any way to manage the spam filtering. Plus we don’t want to use Netlify’s form management console at all. That’s a shame as I wanted to take advantage of the spam filtering and HTML form encoding to JSON conversion.
Looks like, as someone else pointed out in another post I made, I will have to submit directly to a function and ignore the forms feature!