Users can't submit Webflow form - getting error

Today I’ve noticed that order form submission on website didn’t go through.
The error that I was able to recover (thanks to Logrocket) is

“BadRequestError: Request is malformed: Failed to ingest form due to spam filter”

Concerning is that I haven’t received any notifications about this from Webflow and almost missed the order from a client. It’s a very basic form with just a few fields, no captcha is used.

Is there a way to prevent this other than doing custom form with HTML/JS and bypassing Webflow?

1 Like

The Webflow form submission handler does not catalog spam into any site-owner-accessible inbox that I’m aware of.

If you’re having problems with this you’ll need to setup your own form submission handler. Basin is exceptional and catalogs spam for you to review. I generally build automations as well to collect forms into e.g. AirTable but then you’re responsible for your own spam handling.

@Pharod

Having customers complain about the exact same thing, after looking into it, it seems to be the same error: “Failed to ingest form due to spam filter”. Did you find anything about this or some info how you solved this?

@memetican I will look into alternatives, but it’s horrible that suddenly I cant count on the Webflow built-in form handler. I have built x amount of client websites, now hearing that I should just replace all of these forms across all client websites because there’s a Webflow bug will take a lot of time. I’m generally happy with Webflow, but it’s not a lot to ask for the price to have a simple working form. If my clients are losing leads, the responsibility falls on me.