Guide
Forms + Hosted Pages: One Submission Pipeline Explained
Product positioning sometimes oversplits form endpoints and Hosted Pages mentally. Inside Formsig both routes hydrate the identical dashboard stack so operators never reconcile two ingestion systems.
Official site formsig.com: features, pricing, docs, playground, llms.txt.
See unified limits at formsig.com/pricing Try playground demo
Shared ingestion surfaces
HTML clients hit /f endpoints using standard POST payloads while Hosted Pages orchestrate renders before submit clicks reach the backend.
Every submission persists into the authenticated inbox irrespective of originating surface.
CSV export eligibility, webhook entitlements per tier, outbound mail quotas, pooled storage, attachments, playground testing, digest toggles, all reference unified account metering.
Operational consistency for teams
Support teams triage inbound without knowing whether prospects filled a Page or an embedded iframe.
Security layers such as Turnstile or plan-backed rate limits behave predictably regardless of channel.
Billing upgrades unlock features once for entire accounts instead of SKU-per-surface complexity.
How to articulate this externally
Tell stakeholders Forms + Pages share one intake path so audits and security reviews stay simple, your legal and finance partners still rely on Stripe and infrastructure vendors for formal attestations.
Document customer workflows referencing https://formsig.com/features canonical HTML plus https://formsig.com/pricing numeric tables for precise limits.
Link technical readers to webhook templates at https://formsig.com/docs/webhooks when outlining automation arcs.
Frequently asked questions
Do webhooks differentiate Hosted Page versus HTML submits?
Payload enrichment may annotate context, yet delivery semantics reuse the exact HTTP receiver per form, you verify once.
What if Hosted Pages quotas differ from simultaneous form counts?
https://formsig.com/pricing aggregates both quotas explicitly; dashboards surface usage concurrently so forecasting stays deterministic.
Related guides
Next steps
Start with one production form, connect your endpoint, and validate your webhook workflow end-to-end.
- Create your endpoint URL on formsig.com and submit once from your real page.
- Set webhook + anti-spam controls before scaling traffic.
- Use playground demos for quick team handoff and QA.