Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Edit Survey page provides a form for updating an existing engagement survey. It is available at route /hr/engagement/surveys/:id/edit.

Overview

The route renders SurveyFormPage with the id param present (edit mode). The existing survey data is pre-filled in the form. On submit the survey record is updated via mutation and the user is redirected to the detail page.

Who it’s for

No explicit permission gate on this route. Data is scoped to the current organization.

Before you start

  • Navigate from a survey detail page at /hr/engagement/surveys/:id and click the edit action.

Steps

1

Open the edit form

From a survey detail page, click the edit action. You land on /hr/engagement/surveys/:id/edit.
2

Modify fields

Update the survey name, questions, or other settings.
3

Save changes

Submit the form. On success, you are redirected to the survey detail page.

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.
  • src/routes/hr/engagement-routes.tsx
  • src/cores/hr/engagement/pages/SurveyFormPage.tsx