The routeDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/ce/web-forms/:id/submissions for a dedicated Submissions page does not exist in the current codebase. Submission review is available on the Web Form Details page at /ce/web-forms/:id, within the Submissions tab.
Overview
No component is mounted at/ce/web-forms/:id/submissions. Submissions for a form are accessible via the Submissions tab on the Web Form Details page (/ce/web-forms/:id), which renders WebFormSubmissionsTable with a status filter (all, pending, processed, spam). Submission stats (total, pending, processed, spam, today’s count) appear as stat cards above the tab set.
Who it’s for
No explicit permission gate on this route — it is not a valid route. The Web Form Details page requiresce.admin.
Before you start
Navigate to the form’s detail page at/ce/web-forms/{id} and switch to the Submissions tab.
Steps
Related
Community Engagement
Community Engagement core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/ce.tsx
- src/cores/ce/pages/WebFormDetailPage.tsx
- src/cores/ce/components/web-forms/WebFormSubmissionsTable.tsx
- src/cores/ce/hooks/useWebFormSubmissions.ts