SamuellBoon
New Member
So I have a really long form that I broke up into three parts. As of now everything works (validation, next button, submit, database insertion). But now I want to implement a back button. So if they're on the second page of the form they can go back to the first page. So something like this but I don't want to use that plugin, rather I want to implement my own version (rather than tabs, I would just have back links on the top right corner). How should I go about this?