I have a job application wizard. I have personal info, paste resume, employment section, education section.
User clicks next, next and fills the info. On the last page, we have "preview page" where data from all 5 steps are displayed...
How can I save the data in each step and display on the last page? session might not be good...too many fields to be in session...i thought about just saving each step in a table (preview table)..and save/pull preview data from this table...then do a save to the main tables...but not sure if this is good solution....
any ideas?