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
Solved! Go to Solution.
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
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
Dear Simao,
Thank you so much for this, this is working! Very much appreciated
Best wishes,
Angelika
No problem Angelika,
Have a nice day.
Regards,
Simao
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
Brilliant, thank you very much
Angelika
Good practice is to embed the ID in the form name after creation.
Red Hot Whitepapers (1508)
Hi Sanford, may I ask where to find the Red Hot Whitepapers?
Thanks,
Lynn
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!