Frontend | Backend | Api

Forms routes (Backend)

Name Request Response variables Description
addForm

GET /cdna-admin/forms/add-form

Name Type Description
form Form Single (empty) Form record
Add a new record. Assigns an empty record to the template.
editFormCustomFields

GET /cdna-admin/forms/form/{id}/custom-fields

id \d+
Name Type Description
form Form Retrieved Form record
Retrieve a single record and display the edit page for the record
manageForms

GET /cdna-admin/forms/forms

Name Type Description
forms Collection (Form) Collection of Forms
Retrieve available records and assign them to the template for editing.
manageFormSubmissions

GET /cdna-admin/forms/form-submissions/{form.id}

form.id \d+
Name Type Description
formSubmissions Collection (FormSubmission) Collection of FormSubmissions
Retrieve available records and assign them to the template for editing.