SOLVED

Re: Easy way to reverse lookup form by ID?

Go to solution
Geoff_Krajeski1
Level 10 - Champion Alumni

Is there an easy way to reverse lookup a form based on the embed ID of the item?

1 ACCEPTED SOLUTION
Josh_Hill13
Level 10 - Champion Alumni

You should be able to look at the view source to find the Form ID.

Then use this URL structure or login into marketo:

https://YOURLOGIN.com/#FOXXXX

All assets start with # and a two letter code like SC, SL, etc.

View solution in original post

5 REPLIES 5
Josh_Hill13
Level 10 - Champion Alumni

You should be able to look at the view source to find the Form ID.

Then use this URL structure or login into marketo:

https://YOURLOGIN.com/#FOXXXX

All assets start with # and a two letter code like SC, SL, etc.

Geoff_Krajeski1
Level 10 - Champion Alumni

The shortened number from my form brought up the actual form in Marketo.

Example:

HTML: <form id="mktoForm_787"></form>

This URL, *.marketo.com/#FO787, forwareded to the full URL of *.marketo.com/#FO787B2ZN10

Grégoire_Miche2
Level 10

Hi Josh,

The ID that shows in the LP or embed code for a form has the following structure : id="mktoForm_1272"

While the ID of the same form in Mkto UI is : #FO1272A1ZN12LA1. The "A1ZN12LA1" seems to be specific to the Marketo server or instance and common to all forms in one instance.

-Greg

Josh_Hill13
Level 10 - Champion Alumni

but, no, you cannot use the search bar in Marketo to look up assets by ID#

Anonymous
Not applicable

I don;t believe that this is possible