Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PardotGists/79dbc1c8b8d44b0d1089 to your computer and use it in GitHub Desktop.
Save PardotGists/79dbc1c8b8d44b0d1089 to your computer and use it in GitHub Desktop.
Adding the Pardot Activities Iframe to Microsoft Dynamics CRM sample 2
//Load activity iframe
if (crmForm.all.emailaddress1.DataValue != null) {
crmForm.all.IFRAME_Pardot.src =
"https://pi.pardot.com/prospect/activity/source/mscrm/email/" +
crmForm.all.emailaddress1.DataValue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment