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!
Standard local target link:
<a href="#mktoForm_123">Go</a>
So where do I place this? I'm assuming I need to put the form name where it says "mktoForm_123"?
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).