Build direct links into the Wix Forms pages of a site's dashboard. For the general URL contract (metaSiteId, fallbacks, redirects), see Dashboard Navigation.
| Page | URL after /dashboard/{metaSiteId}/ | What it manages |
|---|---|---|
| Forms list | wix-forms | All forms on the site |
| Form builder | wix-forms/form/{formId} | Edit a specific form (fields, rules, submit settings) |
| Standalone form | wix-forms/standalone-form | Create a standalone form (has its own shareable page, not embedded in a site page) |
| Submissions | wix-forms-and-payments/submissions | Submissions table across forms |
| Templates | wix-forms-and-payments/templates | Create a form from a template |
| Forms settings | wix-forms-and-payments/settings | Forms-level settings |
Two URL namespaces appear here because the forms management pages and the form builder are registered by two apps (14ce1214-b278-a7e4-1373-00cebd1bef7c and 225dd912-7dea-4738-8688-4b8c6955ffc2); wix-forms also redirects to the forms list, so it's the stable entry point.
Entity-specific links ({formId}) accept the entity's ID appended as an extra path segment. Query params can follow.
Fetch the entity via REST, then link the matching dashboard page. All calls use https://www.wixapis.com with an Authorization header. Dashboard forms use the wix.form_app.form namespace.
| Entity | Read API | Dashboard link |
|---|---|---|
| Form | GET /form-schema-service/v4/forms · POST /form-schema-service/v4/forms/query · GET /form-schema-service/v4/forms/{formId} | wix-forms/form/{formId} (edit) or wix-forms (list) |
| Submission | POST /form-submission/v4/submissions/namespace/query (filter must include the namespace) · GET /form-submission/v4/submissions/{submissionId} | wix-forms-and-payments/submissions |
Example — after creating a form, hand back its links:
Last updated: 30 July 2026