SOLVED

Re: Finding form in Marketo by form ID

Go to solution
Angelika_Libera
Level 2

Finding form in Marketo by form ID

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

Accepted Solutions
Anonymous
Not applicable

Re: Finding form in Marketo by form ID

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

Re: Finding form in Marketo by form ID

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

Re: Finding form in Marketo by form ID

Dear Simao,

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

Best wishes,

Angelika

Anonymous
Not applicable

Re: Finding form in Marketo by form ID

No problem Angelika,

Have a nice day.

Regards,

Simao

Anonymous
Not applicable

Re: Finding form in Marketo by form ID

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

Re: Finding form in Marketo by form ID

Brilliant, thank you very much

Angelika

SanfordWhiteman
Level 10 - Community Moderator

Re: Finding form in Marketo by form ID

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

     Red Hot Whitepapers (1508)

Lynn_Ray_Pardo
Level 5

Re: Finding form in Marketo by form ID

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

Thanks,

Lynn

Anonymous
Not applicable

Re: Finding form in Marketo by form ID

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!