These are widgets which are designed to hold FormField instances. They automatically create a SubmitButton if none is provided.
The base class of all forms. This widget does not provide a useful template by itself and should be overriden to provide custom layout.
A base class for all forms.
Use this class as a base for your custom form. You should override it’s template because it’s a dummy one which does not display errors, help text or anything besides it’s fields.
The form will take care of setting its enctype if it contains any FileField
This form renders its fields in a two-column table.
This form renders its fields in an unordered list
Here’s ListForm with some fields and a repeated FieldSet.