Product

Instant Forms vs Forms

Forms are a wildcard HTML ingest pipe: you own the markup and POST any keys to /f/:token.

Instant Forms are template-driven flows FormRouter owns end-to-end — fixed steps, typed payloads, hosted at /i/:token (or embedded via iframe).

When to use which

Forms Instant Forms
Who designs UX Your HTML FormRouter template
Payload Arbitrary keys Fixed schema per template
Entry POST /f/:token /i/:token or embed

Property Area

First Instant Form template: address search → satellite map with drawn polygons → lead capture. Create one from the dashboard under Instant Forms, publish it, then share the public link or embed snippet.

See Property Area Instant Form for embed details.