In-text anchor to form

Kaitlyn_Nelson2
Level 2

In-text anchor to form

In creating a long form landing page, and I would like those to anchor to the form on that same page.I would like it to be in-text anchor at the bottom of the page. 

Thanks! 

3 REPLIES 3
SanfordWhiteman
Level 10 - Community Moderator

Re: In-text anchor to form

Standard local target link:

<a href="#mktoForm_123">Go</a>‍‍
Kaitlyn_Nelson2
Level 2

Re: In-text anchor to form

So where do I place this? I'm assuming I need to put the form name where it says "mktoForm_123"?

SanfordWhiteman
Level 10 - Community Moderator

Re: In-text anchor to form

Not the form name, the ID of the <form> element, in exactly that format (a Marketo <form>'s ID attribute always looks like that, search your page).