← All guides

Publishing & embedding forms

Public URLs, embed codes, QR links, and plan tiers.

Overview

Published forms can be shared via link, embed, or QR code. Availability depends on your workspace plan.

Make a form public

1. Set status to Published and ensure the form is active.

2. In form Settings, enable Allow public submissions.

3. Optional: set schedule (open/close dates), honeypot, or reCAPTCHA in settings.

URL tiers

| Tier | URL pattern | Plans |

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

| UUID | `/f/{form-uuid}` | All |

| Slug | `/{workspace-slug}/{form-slug}` | Professional+ |

| Custom domain | `https://forms.yourdomain.com/{form-slug}` | Enterprise / Custom |

Find links in the builder Share tab (copy link, QR, embed code).

Embed on your website

The Share tab provides:

  • iframe — paste into any HTML page
  • JavaScript widget — optional script embed

If your site uses a strict Content Security Policy, ensure your policy allows the app host (see your administrator’s `SECURITY_CSP_ENABLED` configuration).

After submit

Configure either an inline success message or a redirect URL in form settings.

Related guides