craue / CraueFormFlowBundle

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

How to navigate freely through the steps ? #395

Open Ezar101 opened 2 years ago

Ezar101 commented 2 years ago

I activated protected $allowDynamicStepNavigation = true;

to allow navigating back and forth through the form's pages, however when using the form to edit an existing object I want to be able to jump straight to any page in the form. This does not seem to work - the object data is loaded and I can press next repeatedly until I get to the desired page.

Is there a way to render the page navigation when editing using CraueFormFlowBundle ?

grzesiekdev commented 1 year ago

Did you find solution?

grzesiekdev commented 1 year ago

Well i managed to find a solution here: #56