Embed Options
Lygotype provides three ways to embed a form: direct URL, iFrame, and a JavaScript widget. All options are available in Builder → Publish → Share.
1. Direct URL
The simplest option — a plain link to your form.
``
https://lygo.yourdomain.com/your-form-slug
`
Use this for:
- Sharing in email
- Linking from a website or CTA button
- QR codes
2. iFrame embed
Embed the form as an inline element on any HTML page.
`html
`
Adjust height to fit your form's content. For long multi-page forms, consider height="900" or higher.
The iFrame works on any site or CMS — WordPress, Squarespace, Webflow, custom HTML.
3. JavaScript widget
The JS widget renders the form inline and automatically adjusts its height to fit the content.
`html
``
Use this on sites where you control the JavaScript and want the form to feel fully native (no fixed height).
Copying embed codes
In the builder: 1. Click Publish in the sidebar 2. Confirm the publish checklist 3. Click Share 4. Select the tab for the embed type you want 5. Click Copy
The codes are pre-filled with your form's slug.