Overview
Sugarforms lets you design forms visually, publish them, collect submissions, and export code for your app.
Quick Links
Typical Workflow
Most teams move through these steps:
- Prototype in /playground without signing in.
- Save a form to your account and continue in /forms/{formId}/edit.
- Publish the form and share /f/{formId}.
- Track responses in /forms/{formId}/submissions or post directly to the API.
Core Routes
These are the key routes used in the product:
- /playground for quick drafting.
- /dashboard for saved forms.
- /forms/{formId}/edit for the builder.
- /forms/{formId}/share for share links and code export.
- /forms/{formId}/submissions for response history.
- /f/{formId} for the public form URL.
- POST /api/forms/{formId}/submit for direct submissions.