CMS Development

JessieBumgarner
Teilnehmer/-in

How can I create a CTA that jumps to the form at the bottom of the page?

lösung

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: https://www.docuphase.com/invoice-automation

 

Does anyone know how to do this and can help me out?

 

Thanks in advance!

 

 

0 Upvotes
1 Akzeptierte Lösung
alyssamwilie
Lösung
Trendsetter/-in | Elite Partner
Trendsetter/-in | Elite Partner

How can I create a CTA that jumps to the form at the bottom of the page?

lösung

@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>

 

 

 

If this answer solved your question, please mark it as the solution.

Alyssa Wilie Profile Image

Alyssa Wilie

Web Developerat Lynton

Learn HubL | Get Marketing Insights

HubSpot Elite Solutions Partner
Lynton's HubSpot theme Rubric now available. Click to download.

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten
alyssamwilie
Lösung
Trendsetter/-in | Elite Partner
Trendsetter/-in | Elite Partner

How can I create a CTA that jumps to the form at the bottom of the page?

lösung

@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>

 

 

 

If this answer solved your question, please mark it as the solution.

Alyssa Wilie Profile Image

Alyssa Wilie

Web Developerat Lynton

Learn HubL | Get Marketing Insights

HubSpot Elite Solutions Partner
Lynton's HubSpot theme Rubric now available. Click to download.
JessieBumgarner
Teilnehmer/-in

How can I create a CTA that jumps to the form at the bottom of the page?

lösung

Thank you so much for your help! It worked!

0 Upvotes