---
title: "Feature: #89551 - Add fluidAdditionalAttributes to the form element"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-89551"
source: "Changelog/10.3/Feature-89551-AddFluidAdditionalAttributesToTheFormElement.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Feature: #89551 - Add fluidAdditionalAttributes to the form element

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

## Description

Allows to configure `fluidAdditionalAttributes` within a form element:

```yaml
TYPO3:
  CMS:
    Form:
      prototypes:
        standard:
          formElementsDefinition:
            Form:
              renderingOptions:
                fluidAdditionalAttributes:
                  novalidate: 'novalidate'
```

## Impact

For projects using their own Form template, the following attribute can be set on viewhelper `formvh:form` as attribute:
`additionalAttributes="{formvh:translateElementProperty(element: form, property: 'fluidAdditionalAttributes')}"`
