Hidden Form with Interactions

Is this possible to build in Webflow with an interaction? It’s a hidden form that appears after you click on it.

http://samples.kallzu.biz/onestoptattoos/


Here is my site Read-Only: https://preview.webflow.com/preview/wisconsin-roofing?utm_source=wisconsin-roofing&preview=a7c6b6c51e1f52f6ddcc8c75a666346b
(how to share your site Read-Only link)

Yes. on mouse click you can hide it

1 Like

Would this just be a div block fixed to the bottom corner? I’m trying to comprehend how to build this?

± this idea (On click show - next click “hide”).

In your example also the text inside the button toogle. Try this idea:

Seperate the intetaction from the design. The sticky form is by CSS:
position: fixed; right: 0; bottom: 0; z-index: 9999;

2 Likes

What about the form? Would that have to be embedded with HTML code? I thought Webflow was no longer going to work to send back info.

Again also seperate the form. Use toogle (show/hide) the div. Inside this div put regular form (Without redirect after the form send - and thats it).

1 Like