How do I create a PHP form that exists across multiple pages like
http://www.shop4t1.com/ has (right side). Obviously the values don't get submitted until the entire form on the next page is complete. How do I get it to retain the values when clicking on to step 2 and submit everything (to an email address) after ?
I'm a total newbie at PHP, but I managed to do a simple 1-page form value submission to an email address.
Any links, guides, tips, or hints are appreciated.