Help center
Go to home
Go to templates
Go to settings
Go to help center

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:

  1. A button on the site that links out to the form
  2. The form drawn inside the page
  3. A popup that opens over the page

1. Link out to the form

  1. Publish

    Build the form at /forms/<id>/edit and publish it.
  2. Copy the link

    Open the Share tab and press Copy beside the address under Share 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.

  1. 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.
  2. Paste and save

    Paste the snippet into the HTML embed editor that opens and click Save & close.
  3. Publish

    Use Publish in 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

Back to Embed guides.