Skip to content
Esc
navigateopen⌘Jpreview
Book a demo
On this page

Embedding forms

Share the hosted link or embed the form on your own site.

Every form is instantly live. Click Share form on the form’s page to get both distribution options.

The hosted link looks like:

https://share.sendhelios.com/p/{formId}

It’s a standalone page with just your form, perfect for Instagram bios, email signatures, QR codes, or anywhere you can paste a URL. The page uses the theme and button colors from the form’s Appearance settings.

Embed on your website

The dialog’s second section, Embed your form, gives you an iframe snippet to paste into your site’s HTML:

<iframe
  src="https://embed.sendhelios.com/{formId}"
  width="100%"
  height="600"
  frameborder="0"
></iframe>

Click Copy and paste it wherever your site builder accepts custom HTML: a Webflow embed block, a Squarespace code block, a WordPress custom HTML widget, or directly in your page markup.

Tips:

  • Set width="100%" and let the containing element control the width; the form is responsive.
  • Adjust height to fit your field count so visitors don’t get a scrollbar inside the frame.
  • Match the form’s Theme (Light/Dark) to the section of your site it sits in.

Tracking where submissions come from

Each submission records a Referrer (the page the visitor submitted from), visible in the submissions table. If you embed the same form on several pages, the referrer tells you which one is producing leads.

Was this page helpful?