I’m using a logic flow to handle a user form submission. It’s very simple, it just takes the data from the form and sends an email. This used to work a while back, I hadn’t checked it in some time but now I get the error
405 Not Allowed
openresty
When I test the flow in the designer, it proceeds successfully. Only when I’ve published it and test it on my site does it give this error.
On a side note, there is an annoying limitation that I can’t publish the flow without publishing to all sites. If I want to only publish to staging it will disable the flow. Very annoying.
Logic only works when you publish to all. Do so and see if that works if you did not. Understand that Webflow is not apparently actively developing this feature from what I understand.
Open a ticket with support. Not something the community can really assist you on.
You mentioned that webflow is not actively developing this feature. What is the recommended way to take user form submissions and send those details to an email?
If I need to use logic, I like to use Webhooks with my own infrastructure but you could substitute, make, zapier, pabbly, n8n, to handle the processing, logic, and email, or any third-party form tool instead. I have a subscription to Basin that handles forms for all my WF projects.
When you use basin, do you add it via custom code to handle the form submission or just the put the http post request in the form buttons action in the settings tab?