I’m currently using a form on my Webflow site, and I want to prevent the success message from appearing after submission. Instead of showing the default “Thank you for your submission” message, I need the form to stay visible so users can continue entering new queries without interruption.
I’ve already tried setting .w-form-done { display: none !important; }
in custom code, but the success message still briefly appears before hiding. Is there a built-in setting or workaround within Webflow to fully disable or bypass the success message?
Here is my site Read-Only: LINK
(how to share your site Read-Only link)