Finding form in Marketo by form ID | Community
Skip to main content
Angelika_Libera
New Participant
April 24, 2017
Solved

Finding form in Marketo by form ID

  • April 24, 2017
  • 4 replies
  • 17434 views

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

Best answer by

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: (YOUR-MARKETO-INSTANCE).marketo.com/#FO(4 digit form ID)

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

Thanks,

Simao

4 replies

September 20, 2017

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
New Participant
April 24, 2017

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

     Red Hot Whitepapers (1508)

Lynn_Ray_Pardo
New Participant
July 26, 2018

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

Thanks,

Lynn

April 24, 2017

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
New Participant
April 24, 2017

Brilliant, thank you very much

Angelika

Accepted solution
April 24, 2017

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: (YOUR-MARKETO-INSTANCE).marketo.com/#FO(4 digit form ID)

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

Thanks,

Simao

Angelika_Libera
New Participant
April 24, 2017

Dear Simao,

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

Best wishes,

Angelika

April 24, 2017

No problem Angelika,

Have a nice day.

Regards,

Simao