Hi everyone,
I am trying to create a embeed an HTML CTA button that would scroll down to the buttom of the page once we click on it.
I have inserted the following HTML code: <span class=“hs-cta-node hs-cta-f81703eb-f482-43c5-9595-cc13a7f2bc10” id=“hs-cta-f81703eb-f482-43c5-9595-cc13a7f2bc10”><!--[if lte IE 8]><div id=“hs-cta-ie-element”></div><![endif]--><a href=“form”><img class=“hs-cta-img” id=“hs-cta-img-f81703eb-f482-43c5-9595-cc13a7f2bc10” style=“border-width:0px; font-family: Almarai;” src=“https://no-cache.hubspot.com/cta/default/4541443/f81703eb-f482-43c5-9595-cc13a7f2bc10.png” alt=“حمل مجاناً”></a></span>
Also, I have created a specific CTA button and added following URL link to it: https://info.ecomz.com/ar/building-vs-buying-an-ecommerce-solution/#form
The embed code for this CTA is: <!--HubSpot Call-to-Action Code --><span class=“hs-cta-wrapper” id=“hs-cta-wrapper-f81703eb-f482-43c5-9595-cc13a7f2bc10”><span class=“hs-cta-node hs-cta-f81703eb-f482-43c5-9595-cc13a7f2bc10” id=“hs-cta-f81703eb-f482-43c5-9595-cc13a7f2bc10”><!--[if lte IE 8]><div id=“hs-cta-ie-element”></div><![endif]--><a href=“https://cta-redirect.hubspot.com/cta/redirect/4541443/f81703eb-f482-43c5-9595-cc13a7f2bc10” ><img class=“hs-cta-img” id=“hs-cta-img-f81703eb-f482-43c5-9595-cc13a7f2bc10” style=“border-width:0px;” src=“https://no-cache.hubspot.com/cta/default/4541443/f81703eb-f482-43c5-9595-cc13a7f2bc10.png” alt=“حمل مجاناً”/></a></span><script charset=“utf-8” src="https://js.hscta.net/cta/current.js"></script><script type=“text/javascript”> hbspt.cta.load(4541443, ‘f81703eb-f482-43c5-9595-cc13a7f2bc10’, {}); </script></span><!-- end HubSpot Call-to-Action Code -->
Any idea why the CTA is not scrolling to the buttom of the page once we click on it?