Note sure if that helps, but the site is designed in Webflow and converted to Jamstack with Udesly adapter, so I have not written any part of the code myself.
It looks like the form isn’t reaching till Netlify to be processed. It’s some JavaScript on the website’s end that’s blocking and throwing errors for the submission.
I don’t think so. If it all I’m right and it’s the JavaScript that’s causing the issue, it’s tough to locate what part of the JS is handling the form submission because the JS is uglified.
Even if you manage to locate the code and modify it, you’ll still have to somehow replace that JS with your custom one and with your workflow, I don’t know if it’ll work.
The team is always reading and replying to almost all the threads. So, you would be getting a reply sooner or later. The wait period would differ for all since the ‘team’ is small as compared to number of threads to reply to. So, mentioning or tagging people is possible, but if everyone starts asking for it, that would get unmanageable. I hope you understand.
Yeah, we’ve seen pretty significant issues with Webflow-generated forms and Netlify Forms I haven’t looked at your particular site yet but have helped a few folks with this issue. Webflow generates forms that are ultimately processed by Javascript, not just pure HTML forms. You’d have to get under the hood and play with some of the Webflow-generated code to get the form to work just right, and I don’t think there’s a “Netlify Form” component in Webflow’s component library yet