I want to create a registration page that is split across multiple pages. -First page the user enters basic info (password, email etc) -Second page, with more information stored in the User database field -Third, stores information in a model from another table.
I would like the user to be saved only at the end of the process. Should I use the session to store the data? I could use the wizard component but I'm not sure if its the right way to go.