Form success appearing under Normal form, not replacing

Hello, I want to make the form success state appear under the normal state of the form, rather than replacing the form entirely.

Eg)

Name
Email
Submit

Thanks your message has been received!

Is this possible?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Should be possible with custom code but it may be a bit janky.
I think the easiest approach would be-

Add a form submit handler ( Webflow will already have one installed ).
On triggering your handler, delay 500ms and then make sure the form block is visible.
It will be hidden if the success message has appeared.

You’ll probably also need to decide if you’re clearing the form fields, or keeping the previously entered data intact.