We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9807dd commit a89d27aCopy full SHA for a89d27a
forms.rst
@@ -700,6 +700,16 @@ the choice is ultimately up to you.
700
701
$form->get('dueDate')->setData(new \DateTime());
702
703
+Final Thoughts
704
+--------------
705
+
706
+When building forms, keep in mind that the first goal of a form is to translate data
707
+from an object (``Task``) to an HTML form so that the user can modify that data.
708
+The second goal of a form is to take the data submitted by the user and to re-apply
709
+it to the object.
710
711
+There's a lot more to learn and a lot of *powerful* tricks in the form system.
712
713
Learn more
714
----------
715
0 commit comments