Form Types Reference
Form Types Reference
A form is composed of fields, each of which are built with the help of a field type (e.g. TextType
, ChoiceType
, etc). Symfony comes standard with a large list of field types that can be used in your application.
Supported Field Types
The following field types are natively available in Symfony:
Text Fields
- TextType
- TextareaType
- EmailType
- IntegerType
- MoneyType
- NumberType
- PasswordType
- PercentType
- SearchType
- UrlType
- RangeType
- TelType
- ColorType
Choice Fields
Date and Time Fields
Other Fields
Field Groups
Hidden Fields
Buttons
Base Fields
This work, including the code samples, is licensed under a Creative Commons BY-SA 3.0 license.