You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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 !
The text was updated successfully, but these errors were encountered: