September 2019
Beginner
512 pages
12h 52m
English
Having a FormFieldWidget helps us access and validate its information individually. But, to address the problem of having too many fields, we can use the Form widget. The Form widget groups the FormFieldWidget instances logically, allowing us to perform operations including accessing field information and validating it in a more straightforward manner.
The Form widget allows us to run the following methods on all descendant fields easily:
Read now
Unlock full access