craue / CraueFormFlowBundle

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

Feature request #383

Closed joncifuentes closed 3 years ago

joncifuentes commented 3 years ago

Not sure if already possible, but could not find it in the documentation.

I am trying to find a way to start the flow in a given step. The idea is to automatically populate the fields with stored data on each step and advance until a given step. The user will see only the given step without having to go through the previous ones.

Thanks

joncifuentes commented 3 years ago

I found a way to do it by saving the data for each step on the $currentRequest and then saving the form and moving to the following step