How can I display multiple HTML form inputs from the same form on a single page?

I want to use a single HTML form that the user can fill out multiple times, and each time they fill it out, another page displays the new inputs in addition to the old ones. Is this possible? Thanks.

Public Comments

  1. sure. <iframe src="webpageheresource.html" width="50" height="50" > </iframe> try that. If thats kind of what you want but not exactly i suggest using JavaScripts check document.form.value elements to track what the user has been entering in your forms and then activating the IFrames.
  2. <iframe src="webpageheresource.html" width="50" height="50" > </iframe>
Powered by Yahoo! Answers