Pre-populating an HTML Form with Data from Another HTML Form
-------
May 17, 2005
Here is the scenario.
A simple HTML form exists on web page 1 (a static HTML page).
Another HTML form exists on web page 2 (a static HTML page).
The form on page 2 has several fields also found on the page 1 form.
Both forms have a simple HTML submit button.
The question.
If both forms have input fields for 'name' and 'address' and the website viewer enters their name and address on the page 1 form first, how do you pre-populate the page 2 form with the viewers name and address so they do not have to re-enter the same information?
Ambassador
-------
|