Hello all -
I want to change my current CTA that takes the user to another landing to instead go directly to the form at the bottom of the page. Here is the page I am trying to do this on: AP Automation for Dealerships & Mid-Market Organizations | onPhase
Does anyone know how to do this and can help me out?
Thanks in advance!
@JessieBumgarner Last I checked Hubspot CTAs don’t allow you to use anchor links so you would need to switch to using a regular link within a rich text module. You can always add the cta_button class to it to give it the CTA styling.
<a href="#your-form-section-id" class="cta_button">Get Started</a>
Thank you so much for your help! It worked!