Feature: #89551 - Add fluidAdditionalAttributes to the form element
See forge#89551
Description
Allows to configure 
        fluid within a form element:
TYPO3:
  CMS:
    Form:
      prototypes:
        standard:
          formElementsDefinition:
            Form:
              renderingOptions:
                fluidAdditionalAttributes:
                  novalidate: 'novalidate'
            
        Copied!
    
Impact
For projects using their own Form template, the following attribute can be set on viewhelper 
        formvh: as attribute:
        additional