Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PardotGists/8566229412013d6e30f4 to your computer and use it in GitHub Desktop.
Save PardotGists/8566229412013d6e30f4 to your computer and use it in GitHub Desktop.
Adding the Pardot Lists Iframe to Microsoft Dynamics CRM Sample 2
window.OnLoadPardot = function() {
document.getElementById("IFRAME_Pardotactivity").src = "https://pi.pardot.com/prospect/activity/source/mscrm/email/" + document.getElementById("emailaddress1").value;
document.getElementById("IFRAME_PardotLists").src = "https://pi.pardot.com/listProspect/crm/source/mscrm/email/" + document.getElementById("emailaddress1").value;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment