Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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 can tell me what you are trying to accomplish, perhaps I can offer some suggestion.
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://developers.marketo.com/documentation/websites/forms-2-0/What are you trying to accomplish?
If I understand your question correctly, you can achieve this by using visibility rules - https://community.marketo.com/MarketoArticle?id=kA050000000LHX8CAO
If you are using Forms 2.0, you should use the Embed Code instead of constructing the form from scratch on your page
Hi Frank,SQL style query is not supported. You will need to use the available SOAP calls at http://developers.marketo.com/documentation/soap/ Also, there is no straight up call to get campaign results using a camnpaignID. You will need to use the getLeadChanges call (http://developers.marketo.com/...
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://go.kokopop.com/Form2APILP.html and below is the script when you view source.
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 actions when calling the loadForm functionHowever, if you are on a Mkto landing page, the loadForm function call is alre...
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 probably called before (or a Mkto form fill out). It will not deal with the situation where cookie is deleted but this...
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 errors to indicate a problem, my guess is that there is an event handler listening to any form submission. The event ...