Embed

Put your form anywhere

Inline, popup, slider, or a full-page link — one snippet, no dependencies. Every FormHouse form has its own ready-to-copy version of this in the builder's Embed panel.

Inline

Renders the form directly in the page, sized to a container div.

<div data-formhouse-embed="inline" data-formhouse-slug="your-form-slug" style="height:600px"></div>
<script src="https://yourdomain.com/embed.js" async></script>

Popup

A button that opens the form in a centered overlay.

<button data-formhouse-embed="popup" data-formhouse-slug="your-form-slug">Open form</button>
<script src="https://yourdomain.com/embed.js" async></script>

Slider

A button that slides the form in from the right edge.

<button data-formhouse-embed="slider" data-formhouse-slug="your-form-slug">Open form</button>
<script src="https://yourdomain.com/embed.js" async></script>

Full page

Just a link — the respondent leaves your site for the hosted form page.

<a href="https://yourdomain.com/f/your-form-slug">Take the survey</a>

Platform guides