I have a form on my website (name/address details) on which I want to put a second submit button. To expand a little, the form emails the user details to me and sends the user to Paypal to pay a fixed fee. I would like the second button to do the same except send the user to a Paypal subscribe form to pay the total over 12 payments. As I know very little about coding, I am hoping someone could give me an answer in fairly simple terms as most I have read on here baffle me somewhat.. lol (sorry folks:-)
Here is what I have on my form already -
<form name="form2" method="post" action="paypal.php" onSubmit="return validate()">
FORM CONTENT
</form>
My button reads - <input type="submit" name="submit" value="pay now">
and I'm using my own button image <img src="imagery/paylogo.jpg border="0">
.
I have copied and amended paypal.php with a paypal subscribe script but now need to know the code to make my second button go to that script.
Thanks to all in advance for any advice you can give me.