How to embed forms on Webflow
Three ways to put a form on a Webflow site: a button that links out, a frame in the page through a Code Embed element, or a popup.
A form built in Tinyform reaches a Webflow site in one of three shapes, and each starts from the form's Share tab:
- A button on the site that links out to the form
- The form drawn inside the page
- A popup that opens over the page
1. Link out to the form
Publish
Build the form at/forms/<id>/editand publish it.Copy the link
Open theSharetab and pressCopybeside the address underShare Link.
Add a button to the Webflow page and paste the form's link as its destination. A visitor who clicks it lands on the published form at /r/<id>.
2. Embed the form in the page
On the Share tab, under Embed Form, choose Standard to place the form inside an existing layout, or Full page to make it the whole page.
Adjust the embed options, click Get the code and copy the snippet from the code pane.
Add a Code Embed in Webflow
Drag a Code Embed element into the design where the form should appear, or make a blank page for a full-page embed.Paste and save
Paste the snippet into the HTML embed editor that opens and clickSave & close.Publish
UsePublishin the top right of Webflow, publish to your domains, and open the page to check the result.
3. A popup form
Choose Popup under Embed Form instead. The code pane gives you the widget's script tag plus a button carrying the popup's settings as attributes; paste both into a Code Embed element, or attach the same settings to a link if you prefer. Popup forms covers the triggers, the position and the emoji bubble.
Related Webflow guides
- Create Forms with file upload in Webflow
- Create a multi-step form in Webflow
- Create forms with conditional logic in Webflow
Back to Embed guides.