Created
September 25, 2015 17:37
-
-
Save PardotGists/31ac27bdf5bded17449b to your computer and use it in GitHub Desktop.
Adding the Pardot Activities Iframe to Microsoft Dynamics CRM first sample
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
window.OnLoadPardot = function() { | |
document.getElementById("IFRAME_Pardotactivity").src = "https://pi.pardot.com/prospect/activity/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