SOLVED

Re: Finding form in Marketo by form ID

Go to solution
Angelika_Libera
Level 2

Hello,

Is it possible to search a form in Marketo by form ID? I can see that a certain form is used on the web page and see its ID but can't find it in Marketo.

Many thanks,

Angelika

Tags (1)
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi Angelika,

Not sure if the search function is able to pull the form if you place the id in the search box.

Try this: https://(YOUR-MARKETO-INSTANCE).marketo.com/#FO(4 digit form ID)

In my case, https://app-lon02.marketo.com/#FO2887 leads me to one of my forms.

Thanks,

Simao

View solution in original post

8 REPLIES 8
Anonymous
Not applicable

I know we can do some small roundabout ways to find forms by ID, but it seems like a no-brainer to just simply search the ID and it works!

SanfordWhiteman
Level 10 - Community Moderator

Good practice is to embed the ID in the form name after creation.

     Red Hot Whitepapers (1508)

Lynn_Ray_Pardo
Level 5

Hi Sanford, may I ask where to find the Red Hot Whitepapers?

Thanks,

Lynn

Anonymous
Not applicable

Hi Angela,

You can also look at the Source code for your webpage. View Source, and then look for the html code of the form:

<script src="/js/forms2/js/forms2.min.js"></script>

<form class="mktoForm" id="mktoForm_1508">

<form>

<script>

<function (){

var formDescriptor = {"Id":1508,"Vid":1508,"Status":"approved","Name":"Form German","Description":""

you will find the name here in form Descriptor: Name":"Form German".

Hope this helps,

Sally

Angelika_Libera
Level 2

Brilliant, thank you very much

Angelika

Anonymous
Not applicable

Hi Angelika,

Not sure if the search function is able to pull the form if you place the id in the search box.

Try this: https://(YOUR-MARKETO-INSTANCE).marketo.com/#FO(4 digit form ID)

In my case, https://app-lon02.marketo.com/#FO2887 leads me to one of my forms.

Thanks,

Simao

Angelika_Libera
Level 2

Dear Simao,

Thank you so much for this, this is working! Very much appreciated

Best wishes,

Angelika

Anonymous
Not applicable

No problem Angelika,

Have a nice day.

Regards,

Simao