Header script
Permalink
How would I insert this button to the 'site wide header nag full width' block from a page header script?
Many thanks for any help provided.
<div class="clear"></div><a href="" class="btn btn-default btn-lg text-center btn-block" id="customButton" target="_self">Donate</a> <div class="clear"></div>
Many thanks for any help provided.
<form action="/charge" method="POST">
<script
src="https://checkout.stripe.com/checkout.js" class="stripe-button"
data-key="pk_test_6pRNASCoBOKtIshFeQd4XMUh"
data-image="/img/documentation/checkout/marketplace.png"
data-name="Stripe.com"
data-description="2 widgets"
data-amount="2000">
</script>
</form>