Skip to main content
FluidTYPO3 home
Documentation
Library
Donate
Search
☾
Templating Manual
Templating Manual
ViewHelper Reference
4.3.1
Creating Form Components
Most Flux Forms are declared directly in Fluid using the Form ViewHelpers. This has the advantage that the form definition and the template which uses its values are stored together. There are, however, cases where creating the Form in PHP…