Form rendering and form submitting #7915
-
Hello everyone! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There won't be any data to handle but that's a classic way to handle form. See https://symfonycasts.com/screencast/symfony-forms/form-submit for instance. |
Beta Was this translation helpful? Give feedback.
There won't be any data to handle but that's a classic way to handle form.
Then you check if the form is submitted/valid.
See https://symfonycasts.com/screencast/symfony-forms/form-submit for instance.