[eluser]Unknown[/eluser]
Hi. I'm working on a custom order form for my server and am running into a snag. I have it all in my head, but no clue how to put it into code:
I want to collect the client's contact information, then, once they hit Verify, it takes them to the next screen where they verify that everything they have input for the first screen is correct. Then, I wish to have an edit button which will take them back to the first screen, if they made a mistake, a next button for stage 2 of the ordering process and a cancel button which will wipe all data about them and take them back to the main page of the server.
How would one go about the "Edit" and "Cancel" buttons... Doing a next page is easy, just pull up a new view. The "Edit" button should be easy. Just point it back to index.php, right? Or is there somethign even simpler that I'm missing...?