Integrate RevenueHero’s scheduler with your Pardot form in 10 simple steps
RevenueHero’s scheduling snippet integrates natively with Pardot forms and works with both instances —
Where the Pardot form is used as in a Pardot landing page (Native Pardot form installation)
Where the Pardot form is embedded in any page (Iframe Pardot form installation)
NOTEWhen adding the RevenueHero script, make sure that that form_type: “pardot” is present.new RevenueHero({ routerId: '<your-routerId>', formType: 'pardot' })
These steps help setup the RevenueHero scheduler for a Pardot form embedded in a Salesforce Landing Page.In RevenueHero:
Scroll down and click on Confirm & Save to persist changes.
Navigate to Landing Pages, choose the landing page where widget should be displayed, and click Edit landing page
Navigate to Step 4 - Landing Page Content
Click on script icon, and add full RevenueHero widget installation script
The script below depicts the native RevenueHero widget installation script for Pardot forms. If you’re copying the snippet below, all you need to do is add your router ID to the snippet.
RevenueHero widget installation script example
Copy
<script type="text/javascript" src="https://app.revenuehero.io/scheduler.min.js"></script><script type="text/javascript"> window.hero = new RevenueHero({ routerId: '', formType:'pardot' }) //Replace your router ID here. hero.schedule('#pardot-form')</script>
Scroll down and click on Confirm & Save to persist changes
Open you landing page in a new tab and submit the form to see the scheduler in action. And, that’s it! 🎉🎉