craue / CraueFormFlowBundle

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

Is it possible to store the current step in the database / session and restore it when the user comes back ? #335

Open Loooooouuuuu opened 5 years ago

Loooooouuuuu commented 5 years ago

Hello !

Simple question: Is it possible to store the current state of the form in the session / database so that if the user leaves, when they comes back they can continue filling the form ?

Thanks a lot for this bundle ! It is awesome :)

mcgoode commented 3 years ago

See issue #376, I create a new button to save the progress of the form. Might help you get started.