Hi Greg,Check out Example 2 in http://developers.marketo.com/documentation/websites/forms-2-0/You can listen to the form onSuccess event and set the location.hrefThanks,Calvin
Jep is right. Sorry that I must have misunderstood your question.Using batch campaign and static list is the easiest way. Even in REST currently, you will also need to do the same ...
If I am understanding your question correctly, both the landing page and the thank you page will be hosted in Marketo and you are going to use some ajax to call your php page from ...
Try adding return false; after the form.showErrorMessage() and see if that helps.form.showErrorMessage("Your password confirmation does not match your password.", platformPasswordC...
Option 1 - Use Rich Text and empty out the Field Label -https://community.marketo.com/MarketoArticle?id=kA050000000LH1iCAGOption 2 - Put html into the field labelOption 3 - Modify ...
I am assuming this is the same Marketo subscription. If this is the case, it shouldn't take that much time for the activity to appear in the lead's activity history.If you are tryi...
Create a <div> tag with a unique ID in the html editor of the Known Lead Message. You can check whether the id of the tag exists and then set document.location.href to the follow u...