Form Types Reference
Edit this pageWarning: You are browsing the documentation for Symfony 4.4, which is no longer maintained.
Read the updated version of this page for Symfony 6.3 (the current stable version).
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:
Other Fields
- CheckboxType
- FileType
- DropzoneType
- RadioType
- CropperType (to crop images with JavaScript)
Symfony UX Fields
These types are part of the Symfony UX initiative:
- CropperType (using Cropper.js)
- DropzoneType