I have a problem to integrate stripe on a landing page in mautic. I would like to integrate this snippet in a mautic landing page:
<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
<stripe-pricing-table pricing-table-id="prctbl_1MSGvoJcMHqHTYoTIVyL1cFb"
publishable-key="pk_test_Lq67Fg0UjiKpjmAYh3InJiri00Go5gF6Y8">
</stripe-pricing-table>
The first thing I tried to do was to copy my html code directly into the mautic mode code.
The problem is that mautic delete immediatl the <stripe-pricing-table></stripe-pricing-table>
tag after I pasted it in the code.
Then I tried to solve the problem by importing the code as a theme in mautic. But the result gives me a blank page.
Does anyone know what is the reason of this issue and if he knows how to solve it.
Thank you.