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.
2 parents cd4a8e9 + 3cd4489 commit 3ece010Copy full SHA for 3ece010
form/without_class.rst
@@ -2,8 +2,8 @@ How to Use a Form without a Data Class
2
======================================
3
4
In most cases, a form is tied to an object, and the fields of the form get
5
-and store their data on the properties of that object. This is exactly what
6
-you've seen so far in this article with the ``Task`` class.
+and store their data on the properties of that object. This is what
+:doc:`the main article on forms </forms>` is about.
7
8
But sometimes, you may want to use a form without a class, and get back an
9
array of the submitted data. The ``getData()`` method allows you to do
0 commit comments