I have a website that goes through multiple different screens, and has the user enter data, is it possible to chain information between these pages? for instance if I get first name, last name, phone number in the first screen. State, city, zip in the second page, etc etc for a few pages can I pass data from the first screen all the way to the last screen where I would then post them to a database?
NOTE: the whole reason we want to do it this way is to limit the amount of database writes that we do during this process.