---
title: "Breaking: #79201 - EXT:form: Split TypoScript Includes"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:breaking-79201"
source: "Changelog/8.6/Breaking-79201-ExtFormSplitTyposcriptIncludes.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Breaking: #79201 - EXT:form: Split TypoScript Includes

See [forge#79201](https://forge.typo3.org/issues/79201)

## Description

The frontend specific TypoScript setup for EXT:form isn't loaded automatically anymore and must be added manually through
static includes. With this change a TYPO3 integrator can easier decide where the extension Typoscript is included.

## Impact

Using the extension without adding static includes of EXT:form will result in an erroneous frontend output.

## Affected Installations

Any installation with activated EXT:form extension.

## Migration

Make sure to include the static TypoScript "Form" in your (root) template record. Same procedure as with static includes
of fluid_styled_content or css_styled_content.
