Views#
Views are the user-facing pages of the SurveyJS integration. They are
accessed by appending the view name to the object URL, e.g.
/my-survey/@@viewer or /@@forms-settings for site-root views.
The machine-readable HTTP interfaces (JSON endpoints, downloads, submission API) are documented separately in Endpoints.
Survey rendering (public)#
View |
Permission |
Purpose |
|---|---|---|
|
|
Landing page with navigation to the survey tools. |
|
|
Public survey rendering and submission (also available for survey
templates). Enforces the survey’s access mode (public / trusted) and
issues the authenticity token used by |
|
|
Embed-friendly viewer for iframes. Returns HTTP 403 when embedding is
not allowed for this survey; otherwise removes |
|
|
Placeholder page shown when a requested feature is disabled via the global “Features enabled” setting. |
|
|
Renders the survey actions menu (used by the UI). |
|
|
Renders the JavaScript/CSS asset includes for the survey screens. |
|
|
Forms overview listing all surveys (folder view). |
|
|
Redirects the site root to the forms overview (site root). |
Survey editing & management#
View |
Permission |
Purpose |
|---|---|---|
|
|
Survey creation wizard (form-based). |
|
|
SurveyJS Creator visual editor. |
|
|
Metadata editing screen for a survey. |
|
|
Detailed HTML view of a single submission. |
|
|
Form version management (preview, restore, download, lock, upload). |
|
|
Manager-only demo page showing iframe embedding. |
Results & analytics#
View |
Permission |
Purpose |
|---|---|---|
|
|
Results listing with search, filtering and export controls. |
|
|
Results dashboard with statistics. |
|
|
PDF export generator screen. |
|
|
Site-wide submission monitor (site root). |
AI, chatbot & PDF#
View |
Permission |
Purpose |
|---|---|---|
|
|
AI form generator UI (prompt, document upload, temp form history). |
|
|
Chatbot UI for survey-related questions. |
|
|
Fillable PDF management screen (upload/download template, fill). |
|
|
Demo page for Direct DOM embedding. |
Administration#
View |
Permission |
Purpose |
|---|---|---|
|
|
Global Forms control panel (site root). |
|
|
Trusted access token management (generate, import, CSV export). |
|
|
Lists the available LLM models for the AI provider (site root). |
|
|
Overview page listing surveys (management view). |
|
|
Overview page listing survey templates. |
|
|
Creates the demo content (site root). |