The New Survey page hosts the engagement survey creation form and is available atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/hr/engagement/surveys/new.
Overview
The New Survey page rendersSurveyFormPage in create mode (HR-17). On successful submission the user is redirected to the surveys list at /hr/engagement/surveys. This page is part of the HR Employee Engagement module.
Who it’s for
No explicit permission gate on this route.Before you start
- Define the survey purpose, target audience, and question set before opening the form.
- Confirm the distribution window (open and close dates).
Steps
- Navigate to
/hr/engagement/surveys/newor choose New Survey from the surveys list. - Complete the survey form fields.
- Submit; on success you will be returned to the surveys list.
Key concepts
- Engagement Survey — A structured questionnaire distributed to employees to measure satisfaction, engagement, or other workforce indicators.
Related
Human Resources
Human Resources 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/hr/engagement-routes.tsx
- src/cores/hr/engagement/pages/SurveyFormPage.tsx
- src/cores/hr/engagement/hooks/useSurveyMutation.ts