I have form id with me but i don't know the location of form in Marketo. Can anyone knows how to do search using form id?
Solved! Go to Solution.
Go to design studio
Click on any form
In the address bar, after #FO, replace the four digits with the Form ID you need to find. Rest URL remains same.
Hit Enter, you will land on the form you were looking for!
It's a tough one -- and the reason I append the form ID to the end of the form name.
If you're desperate, you can parse and search the response to /landingPage/showForms -- it's a JSON string.
Thanks Amandeep.