Frontend | Backend | Api

Forms default templates (Backend)

This page contains an overview of the default templates for the Forms module.

The overview is generated based on controllers using the specified template as their default layout and containing GET methods; thus depending on the configuration the controller might not use the template at all or other controllers might use the template too.
The table is only meant as a first orientation which ResponseVariables can likely be expected when working with the template.

File Controller GET Response variables GET Description
forms/backend/form-submissions/manage.html FormSubmissions\Manage
Name Type Description
formSubmissions Collection (FormSubmission) Collection of FormSubmissions
Retrieve available records and assign them to the template for editing.
forms/backend/forms/add.html Forms\Add
Name Type Description
form Form Single (empty) Form record
Add a new record. Assigns an empty record to the template.
forms/backend/forms/custom-fields.html Forms\CustomFields
Name Type Description
form Form Retrieved Form record
Retrieve a single record and display the edit page for the record
forms/backend/forms/manage.html Forms\Manage
Name Type Description
forms Collection (Form) Collection of Forms
Retrieve available records and assign them to the template for editing.