craue / CraueFormFlowBundle

Multi-step forms for your Symfony project.
MIT License
736 stars 118 forks source link

Call Form::isSubmitted() before Form::isValid() #367

Closed mcgoode closed 3 years ago

mcgoode commented 3 years ago

I have followed the option B of the guide on Symfony 4.4 and get the error in the title. Any ideas?

mcgoode commented 3 years ago

fixed this issue, I had $form->isValid() not $flow->isValid()