How to embed a pardot form in Drupal?
You have created an event, a solution page, a content in Drupal and would like to integrate a Pardot form into this page.
It's possible!
You need 3 things:
- The URL of the Pardot form
- A page on which you want to integrate it ;-)
- A content block section on the page
Then
- Copy this code and paste it in the iframe field of a content block section.
<iframe src="Pardot_URL" frameborder="0" width="100%" height="1300" scrolling="auto" class="iframe-utm" onload="addIframeUtmParameters();"></iframe>
- Integrate the Pardot URL into the code.
- Click on Save