Finding form IDs

Anonymous
Not applicable

Finding form IDs

Do you need to drop a form into a landing page to find the form ID?
Tags (1)
3 REPLIES 3
Anonymous
Not applicable

Re: Finding form IDs

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

Re: Finding form IDs

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 https://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.
Anonymous
Not applicable

Re: Finding form IDs

Wow. Awesome. Thanks guys!