For the complete documentation index, see llms.txt. This page is also available as Markdown.

Content Apps

Umbraco Content Apps can be configured to appear alongside forms in the Umbraco Forms backoffice section.

They will appear after the default "Design" and "Settings" apps when editing a form in the backoffice:

Umbraco Forms Content App

A content app such as the following would display only in the forms section:

Within the /App_Plugins/TestFormsContentApp/ folder we need the client-side files, for which an example is shown below:

package.manifest:

testformscontentapp.html:

testformscontentapp.controller.js:

Finally, it needs to be registered via a composer:

Last updated

Was this helpful?