Saves every FormField that is a descendant of this Form.
@override void save() { _onSubmit = true; super.save(); controller.commit(); }