Forum Moderators: open
This seems relatively simple, I just don't really know where to start.
I want to do the following:
Create a page...say.... offer.html
On offer.html, I'll have various ad copy, as well as some HTML forms for input, such as name, address, etc.
Upon a user typing in this info, they'll click 'submit'...and be taken to.... confirm.html.
On confirm.html, I want the same fields to all be present, and populated by the user's entries from the last page.
How could I achieve this? I've tried various google searches, and I'll continue to search as I wait for an answer...I just haven't found what I'm looking for.
Thank you very much in advance.
-Justin
...turns out, I'm looking to make a 'multi page form', with PHP being the simplest solution...
...I've heavily modified the code found here:
[zend.com...]
Best of luck to anyone else in the same spot!