Forum Moderators: open

Message Too Old, No Replies

Submit two different forms with one click?

         

jeriani

3:34 pm on May 21, 2003 (gmt 0)

10+ Year Member



Hi,
I've got two form. The first one has fields and a link to a second form.
In the second one I've got fields and a submit button which should send by e mail the two forms. Is it possible? How should I do?
I need to separate the two form.

TIA
Jerome

BlobFisk

4:48 pm on May 21, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Jerome,

You can send the information from the 1st form to the page with the second form. Using whatever server side language you are working with to collect that form data.

Then you can use this information with the values from the second from page to create your email.