So I thought I had it working yesterday but obviously not!
Here's my situation.
I have a contact form which is spread over two columns. So I thought as it is split I'll do the same with my php form. First question....is this correct? If so how would i reflect this in "action"? At the moment I have for the first column...
<form id="quote" method="post" action="contact1.php " >
and the second column...
<form id="quote" method="post" action="contact2.php" >
Problem is my submit button is in the second column so only the second part of the form is being submitted to an email address?
Have I completely buggered this up? Am I going in the wrong direction? Can I get this to work? Or should i give up now and go get a STROOOONGGGG coffee?
As always any tips/advice would be greatly appreciated.
James
Help















