I have to make a form with 3 steps, in each step before moving on to the next one, you have to record the data in case you go back to the ones that have already been filled out. The idea is to make 3 views (3 pages) one for each step of the form.
- How can I save the data so it does not get lost when I go to the next page?
- Can you do a static class that saves them?
- Should you do better with sessions?