← All guides

Sharing & distribution

UUID vs slug URLs, embed code, QR code, post-submit redirect, and plan tiers.

Overview

Once a form is published, share it via a direct link, embed it on your website, or generate a QR code. The available URL formats depend on your workspace plan.

URL tiers

| Plan | URL format | Notes |

|------|-----------|-------|

| Free | `/f/{uuid}` | Works immediately on publish |

| Professional | `/{workspace-slug}/{form-slug}` | Readable, branded URL |

| Enterprise / Custom | `https://forms.yourdomain.com/{form-slug}` | Requires DNS setup — see Custom domain |

Find all links in the builder Share tab.

Copy the public link

1. Open the form and click the Share tab.

2. Click Copy link next to the URL format you want.

3. Paste it anywhere — email, social media, documentation.

Embed on a website

The Share tab provides two embed options.

iframe

Paste the provided `<iframe>` snippet directly into any HTML page:

  • Width defaults to 100 %; adjust the `height` attribute if needed.
  • Works on any platform that allows raw HTML (WordPress, Webflow, Ghost, etc.).

JavaScript widget

Include the `<script>` tag instead of the iframe for a lighter integration that adapts to your page's styling.

If your site uses a strict Content Security Policy, add the form host to your `frame-src` and `script-src` directives.

QR code

Click Download QR in the Share tab to get a PNG of the form's QR code. Print it on flyers, business cards, or event signage.

Post-submit behaviour

Configure what happens after a respondent submits in the builder Settings tab.

  • Success message — show a thank-you message inline (default).
  • Redirect URL — send the respondent to any URL (e.g. your website's thank-you page).

Conversion analytics

View the view → submission conversion rate per form in Analytics → Form analytics. The trend chart shows views and submissions side by side.

Related guides