craue / CraueFormFlowBundle

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

Submit full flow from any step when editing #362

Open blackjak231 opened 4 years ago

blackjak231 commented 4 years ago

Hi !

When using dynamic navigation and when editing an entity, I would like to be able to submit all steps at once directly from any step. The goal is to not have to go to the last step every time to save the changes.

Example of desired workflow :

I've been attempting something as simple as to add a submit button on all the steps but it simply redirects me to the next step.

To clarify again : my research is only regarding an edit form (all steps already completed), not the creation form.

Has anybody made this request before and has anyone found a solution ? (or alternative workflow maybe ?)

Thank you in advance !

victor6993 commented 3 years ago

I think you could use tabs instead of a formflow in the edit view, and keep the flow only for the create view.

mcgoode commented 3 years ago

I do something sorta similar see issue #376