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 683010a commit 6ed019eCopy full SHA for 6ed019e
forms.rst
@@ -234,7 +234,7 @@ your controller::
234
235
$form->handleRequest($request);
236
237
- if ($form->isSubmitted() && $form->()) {
+ if ($form->isSubmitted() && $form->isValid()) {
238
// $form->getData() holds the submitted values
239
// but, the original `$task` variable has also been updated
240
$task = $form->getData();
0 commit comments