Form rendering and form submitting #7915
|
Hello everyone! |
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. |
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.