craue / CraueFormFlowBundle

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

Validation Documentation #369

Closed mcgoode closed 3 years ago

mcgoode commented 3 years ago

Is there any better examples of validation using this? I have tried what is available and looked at issues created and still not understanding why my validation isn't working.

craue commented 3 years ago

Make sure to always use the correct validation group(s). To me it seems that this is the issue in most cases.

mcgoode commented 3 years ago

correct you are.