Publishing & Sharing
Sharing Options
Share your published form via link, embed code, or QR code.
Direct Link
Every published form gets a unique URL. Open the Share dialog from the form list or from within the builder to copy this link. The URL follows the pattern /forms/[form-id] for private forms and /public/[slug] for public forms with a custom slug.
Embed Code
The Share dialog also provides an HTML snippet you can paste into any webpage to embed the form in an <iframe>. The embed automatically resizes to fit its container width.
<iframe
src="https://yourapp.com/public/your-form-slug"
width="100%"
height="600"
frameborder="0"
style="border:none;"
></iframe>QR Code
Click Download QR Code to get a PNG image of a QR code that encodes the direct form link. This is ideal for printed materials, flyers, posters, or in-person events where you want respondents to quickly access the form on their smartphones.
Was this helpful?