In-text anchor to form | Community
Skip to main content
Kaitlyn_Nelson2
Level 2
September 12, 2019
Question

In-text anchor to form

  • September 12, 2019
  • 1 reply
  • 2376 views

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! 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
September 12, 2019

Standard local target link:

<a href="#mktoForm_123">Go</a>‍‍
Kaitlyn_Nelson2
Level 2
September 13, 2019

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

SanfordWhiteman
Level 10
September 13, 2019

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).