Forum Moderators: open

Message Too Old, No Replies

Forms: Carrying Data to Confirm?

How to build a form to carry user information?

         

Zhariken

6:25 pm on Nov 15, 2007 (gmt 0)

10+ Year Member



Hi,

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

Marshall

8:13 pm on Nov 15, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You need a form handler, usually an asp, php or javascript, to collect the data and parse it to a confirm or results page.

Marshall

Zhariken

9:45 pm on Nov 15, 2007 (gmt 0)

10+ Year Member



As promised, I continued to search after making this post...

...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!