---
title: "FormEngine"
manual: "TYPO3 Explained"
version: "main"
permalink: "https://docs.typo3.org/permalink/t3coreapi:formengine@main"
source: "ApiOverview/FormEngine/Index.rst"
rendered: "2026-09-22T15:26:06+00:00"
---

# FormEngine {#formengine}

FormEngine renders records in the backend. This chapter explains the main code logics behind and how the rendering
can be influenced and extended on a PHP developer level. Record editing can also be configured and fine tuned by
integrators using page TSconfig, see the according [section of the page TSconfig reference](https://docs.typo3.org/m/typo3/reference-typoscript/main/en-us/PageTsconfig/TceForm.html#tceform)
for details.

-   [Introduction](https://docs.typo3.org/permalink/t3coreapi:introduction@main)
-   [Main rendering workflow](https://docs.typo3.org/permalink/t3coreapi:main-rendering-workflow@main)
-   [Data compiling](https://docs.typo3.org/permalink/t3coreapi:data-compiling@main)
-   [Rendering](https://docs.typo3.org/permalink/t3coreapi:rendering@main)
