Render ViewHelper <formvh:render>
Main Entry Point to render a Form into a Fluid Template
Usage
Default:
{namespace formvh=TYPO3\CMS\Form\ViewHelpers}
<formvh:render factoryClass="NameOfYourCustomFactoryClass" />
Copied!
The factory class must implement \TYPO3\
.
Scope: frontend
Source code
Go to the source code of this ViewHelper: RenderViewHelper.php (GitHub).
Arguments
The following arguments are available for the render ViewHelper:
factoryClass
-
- Type
- string
- Default
- 'TYPO3\\CMS\\Form\\Domain\\Factory\\ArrayFormFactory'
The fully qualified class name of the factory
overrideConfiguration
-
- Type
- array
- Default
- array ( )
factory specific configuration
persistenceIdentifier
-
- Type
- string
The persistence identifier for the form.
prototypeName
-
- Type
- string
Name of the prototype to use