---
title: "Feature: #81654 - Adding novalidate Attribute to Fluid Form ViewHelper"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-81654"
source: "Changelog/8.7.x/Feature-81654-AddingNovalidateAttributeToFluidFormViewHelper.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Feature: #81654 - Adding novalidate Attribute to Fluid Form ViewHelper

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

## Description

Adding novalidate attribute to fluid form viewHelper to disable the browser form validation.
The attribute novalidate is optional and can set with novalidate="1".The argument will
converted to \<form novalidate="novalidate">...\</form>.
