SmarterForm docs for streamlined workflows.

Build forms that collect, analyze, and deliver results. Guides for templates, analytics, sharing, and Pro features.

Getting Started

Create your first form, customize questions, and start collecting responses.

Templates & Customization

Start with pre-built templates and customize them for your workflow.

Sharing & Publishing

Share forms via links, QR codes, or embed them on your website.

Analytics & Insights

Track form performance and analyze responses with built-in analytics.

Pro Features

Premium themes, backgrounds, file uploads, and partial recovery.

Embed & publish

Publish a form, grab the public URL, and drop it into an iframe. Slug URLs look like /f/s/my-form; if you skip the slug, use /f/[formId]. Custom domains are not available at launch.

  1. 1) Publish from the Share modal.
  2. 2) Copy the share URL (slug or formId).
  3. 3) Paste it into your site/app as an iframe.

Autosave writes answers to the server while typing; it does not restore responses automatically on page refresh. Partial recovery lives under Pro.

Iframe example

<iframe
  src="https://www.smarterform.dev/f/s/your-form-slug"
  width="100%"
  height="640"
  frameBorder="0"
  allow="camera; microphone"
  style="max-width: 100%;"
></iframe>

Replace your-form-slug with your form's slug. If you do not set a slug, use the formId route: /f/your-form-id.

For analytics, keep the iframe height tall enough to avoid scroll traps on mobile and tablet.

Not sure where to start?

Start with a proven template and customize it in the builder.