Forms Dashboard Navigation

Download skillThe skill is a reference md and part of wix-manage skill. You can use the following command to add the full wix-manage skill to your project:
Copy

Build direct links into the Wix Forms pages of a site's dashboard. For the general URL contract (metaSiteId, fallbacks, redirects), see Dashboard Navigation.

Main Pages

PageURL after /dashboard/{metaSiteId}/What it manages
Forms listwix-formsAll forms on the site
Form builderwix-forms/form/{formId}Edit a specific form (fields, rules, submit settings)
Standalone formwix-forms/standalone-formCreate a standalone form (has its own shareable page, not embedded in a site page)
Submissionswix-forms-and-payments/submissionsSubmissions table across forms
Templateswix-forms-and-payments/templatesCreate a form from a template
Forms settingswix-forms-and-payments/settingsForms-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.

Pairing Entities with Their Read APIs

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.

EntityRead APIDashboard link
FormGET /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)
SubmissionPOST /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:

Copy

Notes

  • Creating forms via the Create Form recipe (Form Schemas API) makes them appear in the forms list above.

Last updated: 30 July 2026

Did this help?