Finding form IDs | Community
Skip to main content
May 7, 2013
Question

Finding form IDs

  • May 7, 2013
  • 3 replies
  • 2901 views
Do you need to drop a form into a landing page to find the form ID?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

May 8, 2013
You can also get the id from the url of the asset or the form designer

https://xxx.marketo.com/lobeditor/formEdit?lpgObjType=form&lpgObjAction=edit&lpgObjId=1013&lpgObjName=basic

look for the lpgObjId value

Cheers Eric
Jep_Castelein2
Level 10
May 8, 2013
Actually, you don't even have to open the editor. In the Marketo UI, select the form and look at the URL: it should be of the format app-x.marketo.com/#FO8B2ZN12. Behind the # sign, look at the number immediately following “FO” to find the Form ID. In this case, the Form ID is 8.
May 8, 2013
Wow. Awesome. Thanks guys!