CraueFormFlowBundle
CraueFormFlowBundle copied to clipboard
Submit full flow from any step when editing
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 :
- User is on Car detail view
- User clicks "edit Car"
- User arrives multi-step edit form on step 1 out of 4 : "General info"
- User clicks on step 2 "Engine details" and edits something
- User clicks "save" and is redirected back to the detail view
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 !
I think you could use tabs instead of a formflow in the edit view, and keep the flow only for the create view.
I do something sorta similar see issue #376