I’m working on a page that will have some Buy Now buttons – I would like these to link to PayPal where I’ve setup some buttons for each of my products.
The PayPal buttons are supplied as HTML as a form element, e.g.:
<form action=”https://www.paypal.com/cgi-bin/webscr” method=”post” target=”_top”>
<input type=”hidden” name=”cmd” value=”_s-xclick”>
<input type=”hidden” name=”hosted_button_id” value=”123456789″>
<input type=”image” src=”https://www.paypalobjects.com/en_AU/i/btn/btn_buynowCC_LG.gif” border=”0″ name=”submit” alt=”PayPal — The safer, easier way to pay online.”>
</form>
Is there a way I can link a Buy Now button so it goes to the PayPal site? I can’t see anywhere I can enter some HTML for the BuyNow button.