I need to find a way to store users data that they have input into a form. It will be triggered by the user clicking a "save" button. At which point all of the data that they have input will be stored. When the user returns to the form they should be able to see their data in order to complete the rest of the form in order to submit the information. I want this data to be stored for 24 hours only after which point they will lose the data that they have already input.
If anybody has a method or any advice I will be grateful.