render

Main Entry Point to render a Form into a Fluid Template

Usage

{namespace formvh=TYPO3\CMS\Form\ViewHelpers}
<formvh:render factoryClass="NameOfYourCustomFactoryClass" />

Scope: frontend

Arguments

persistenceIdentifier

DataType
string
Required
true
Description
The persistence identifier for the form.

factoryClass

DataType
string
Default
‘TYPO3\CMS\Form\Domain\Factory\ArrayFormFactory’
Required
true
Description
The fully qualified class name of the factory

prototypeName

DataType
string
Required
true
Description
Name of the prototype to use

overrideConfiguration

DataType
mixed
Default
array ()
Required
true
Description
Factory specific configuration