Basically, I need to paste this code somewhere in my bubble.io page so that this zoho payment button shows. Where can i paste this? I’m on a free plan btw. Does free plan allow adding code like this?

  <div id="zf-widget-root-id"></div>
  <script type="text/javascript" src='https://js.zohostatic.com/books/zfwidgets/assets/js/zf-widget.js'></script>
  <script>
    var buttonOptions = {
      id: 'zf-widget-root-id',
      template: 'button_1',
      product_id: '2-3aaf464f893a450bba3e61600fc004785072b4878c3aa46f58d399b0043bd6727b939086d883fb32dcd6c241ff4b3036095681d50e4f957de8f94ecca8061732',
      plan_code: 'EXCLUSIVE_ENROLL',
      addons: [

      ],
      theme: {
        color: '#7952b3'
      },
      button_text: 'Subscribe',
      product_url: 'https://subscriptions.zoho.in'
    };
    ZFWidget.init('zf-subscribe-button', buttonOptions);
  </script>