Are you referring to having something in the activity log that indicates this is a "Revisit of the Web Page after a form fill out" versus just "Visits a Web Page"?Anyway, if you ca...
All new instances after Forms 2 rollout do not show Forms 1 capabilty by default. Forms 2 should do everything you need to do plus more. Perhaps, this API article will help -http:/...
If I understand your question correctly, you can achieve this by using visibility rules -https://community.marketo.com/MarketoArticle?id=kA050000000LHX8CAO
Hi Frank,SQL style query is not supported. You will need to use the available SOAP calls athttp://developers.marketo.com/documentation/soap/Also, there is no straight up call to ge...
Following up on my last comment, I put together a very basic script such that when the form is submitted, I just alert the value of the email address.My Test Landing Page -http://g...
The sample code on the developer site pretty much all deal with situations when you embed the code on your website. Specificially, you specify a callback function to perform some a...
If you set the Munchkin code to not track anonymous lead on your site, then only known leads should have a cookie. In this case, you can make the assumption that associateLead was ...
Do you see any javascript errors in the developer tool of the browser? So it sounds like the form actuallly renders? I am not familar with wordpress but if there are NO javascript ...