I have a form and it is subdivided in multiple steps, and i would like to know what is the best way to keep the data.
I'm using php with zend framework 2
I have a form and it is subdivided in multiple steps, and i would like to know what is the best way to keep the data.
I'm using php with zend framework 2
Store the data in a session. This would be true in any application.