Account & Data · Last updated April 23, 2026
Forms
Each form you create gets a unique endpoint for collecting submissions. There is no limit on how many fields a form can have — SaveForm captures whatever you POST to it.
How to organize forms
Forms are just containers — how you group them is up to you. Common patterns:
- One form per contact page (Contact, Support, Sales inquiry).
- One form per section of your site (Newsletter, Feedback, Waitlist).
- Multiple forms across different sites or domains — they share the same dashboard.
Endpoint URL
Every form has a permanent endpoint of the form:
https://saveform.io/api/submit/YOUR_FORM_ID
Your form ID is safe to embed in public HTML — it is only a reference, not a secret. The form owner decides what happens to submissions via spam protection, email routing, and webhooks.
Forms per plan
Higher tier plans allow more forms, with Pro offering unlimited forms. See the pricing page for the exact counts.