Forum Moderators: coopster
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/x-click-but22.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value="payments@example.co.uk">
<input type="hidden" name="item_name" value="aaa">
<input type="hidden" name="item_number" value="1111">
<input type="hidden" name="amount" value="5.00">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
any help?
[edited by: coopster at 3:35 pm (utc) on Feb. 2, 2006]
[edit reason] generalized email address [/edit]
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
and then in another include on the same page i had this.
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
is it possible to have this?