Forum Moderators: mack

Message Too Old, No Replies

Multiple Form Submission

         

sandpetra

3:39 am on Feb 4, 2006 (gmt 0)

10+ Year Member



How do I let users put info in one form field at the top of a page which automatically copies the info in the field to 5 other form fields below that submits the 5 forms on one submit button and generates the resulting pages in windows that open under the browsers current window?

Phew!

willybfriendly

5:28 am on Feb 4, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am not completely clear on what you are asking here.

That said, JavaScript could be used to copy what was going into one form field and have it appear in others.

A server side language such as PHP would probably be the best bet for generating the page after the submit button is pressed, although JS could do that too, depending on the need/purpose.

WBF

sandpetra

6:14 am on Feb 4, 2006 (gmt 0)

10+ Year Member



cheers - can you point me in the right direction?

To clarify - I have 5 forms on a page - with totally different functions and totally different form actions.

I want one submit button to start them all...

and open the form results in 5 windows behind the main window.