Hey there,
can somebody tell me what the best way is two have two different forms with different kinds of actions (in this case email and data transfer to another file) be handled by one submit button. i can't get it to work
at the moment it is like this:
<FORM action="http://cgi.wish.net/cgi-bin/mailform.cgi" method="POST">
<INPUT type="hidden" name="mailformFromName" value="Contracts">
<INPUT type="hidden" name="mailformSubject" value="Online order">
<INPUT type="hidden" name="mailformToEmail" value="roel@typhone.nl">
</form>
<form method="post" action="Ben_contract.php3">
rest of the body
and then
<input type="submit" name="submit2></form>