How to find Forms and Landing Pages
Have you ever been sent a link to a Marketo Landing Page or Form and asked to update it? But without the Marketo program, it's hard to track things down, here's a tip on how to go backwards from the Landing Page to the Program without having to fill in the form:
In Chrome (Firefox too)
N.B. You will need to understand HTML to some extent to do this
- Right click somewhere on the landing page and click Inspect
- The code will appear, press Ctrl + F (PC) or CMD + F (Mac) to open up the search

- For Forms search for formid or for Landing Pages search for lpId, you'll then see code similar to this

- What we see in the value= part for each line of the code is what we want to use when we go into Marketo
- Open up and login your Marketo instance
- Click on web address bar

- Delete everything until the hash (#), please note you need the full url, the screenshot below just blanks out my instance url, i.e. it will look like: app-xx01.marketo.com/#

- For Forms type FO then take the number from the value= part of the formid line in the code, in my example it's 213 (please note this will be whatever number you see for your formid value)

- The page will refresh (Marketo will add additional letters and numbers onto the url, so don't worry if you see this happening), please do another hard refresh: F5 (PC) or CMD + R (Mac), this allows the left menu to update to the form location, you'll then see the Form in Marketo
- For Landing Pages do everything in step 7 then type LP and take the number from the value= part of the lpId line in the code, in my example it's 7857 (please note this will be whatever number you see for your lpId value)

- The page will refresh (Marketo will add additional letters and numbers onto the url, so don't worry if you see this happening), please do another hard refresh: F5 (PC) or CMD + R (Mac), this allows the left menu to update to the form location, you'll then see the Landing Page in Marketo
I hope this helps speed up the process of finding things using Landing Page links and external links.
This works for both Forms 2.0 and Forms 1.0 along with embedded forms.