Header script

Permalink
How would I insert this button to the 'site wide header nag full width' block from a page header script?


<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.

 
Pluto replied on at Permalink Reply
Pluto
You can try the simple code for this purpose


<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>
terminallabs replied on at Permalink Reply
Thanks for the help, I have found a really cool resource which looks like it will solve my issues at jotform.com

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.