Skip to content

Instantly share code, notes, and snippets.

@drupalalsur
Last active January 8, 2016 18:10
Show Gist options
  • Save drupalalsur/968d80018bb668d99f48 to your computer and use it in GitHub Desktop.
Save drupalalsur/968d80018bb668d99f48 to your computer and use it in GitHub Desktop.
Boton PayPal en Bootstrap
<a href="#">
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="JGPNM5E634B42">
<input type="submit" value="Add to Cart" name="submit" title="" class="btn btn-danger">
</form>
</a>
Ref:http://www.daddydesign.com/wordpress/how-to-create-a-custom-paypal-button-without-images/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment