I’m using Chargebee to build a subscription service and recently received two snippets of code from them:
1-I put this one into the header already: <script src="https://js.chargebee.com/v2/chargebee.js" data-cb-site="companyname-test" ></script>
2-And then I opened up a custom HTML box and put this in: <a href="javascript:void(0)" data-cb-type="checkout" data-cb-plan-id="copy_of_engage-newsletter"> subscribe </a>.
that got me a tiny little “Subscribe” link…not what I’m looking for.
So here’s my question: How can I get the #2 code above into an Unbounce button? When I create a button in Unbounce, it seems like my only option is to include a URL, and the code Chargebee has given me…well, doesn’t seem to be a URL exactly…
Thanks in advance!