Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save PardotGists/0f43f52cd8310023c920 to your computer and use it in GitHub Desktop.
Save PardotGists/0f43f52cd8310023c920 to your computer and use it in GitHub Desktop.
Adding the Pardot Lists Iframe to Microsoft Dynamics CRM
//Load list iframe if (crmForm.all.emailaddress1.DataValue != null) { crmForm.all.IFRAME_PardotLists.src = "https://pi.pardot.com/listProspect/crm/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