How do I use Stripe?
-
I tried putting this code in a post:
<form action=”” method=”POST”>
<script
src=”https://checkout.stripe.com/checkout.js” class=”stripe-button”
data-key=”pk_test_aTivNYELGTGvwSSKiyoGTelP”
data-amount=”200″
data-name=”Extemp Helper”
data-description=”Extemp Helper (32-bit) ($2.00)”
data-image=”/128×128.png”>
</script>
</form>
However, when I publish the page, the code is removed. Why won’t it allow me to use Stripe? How can I?The blog I need help with is: (visible only to logged in users)
-
We strip several HTML tags including the form tag for security reasons. You can read more about that here:
You will not be able to use that embed form on your WordPress.com site. Would you be able to link to a page hosted at Stripe instead?
- The topic ‘How do I use Stripe?’ is closed to new replies.