RevenueHero works easily with your Unbounce forms on your landing pages. These steps will show you how to set up RevenueHero widget with your form to convert demos quickly with the Inbound Router!

  1. Identify the unique form identifier for your Unbounce Form which will be something like #lp-pom-form-27

    Note

    If Unbounce forms do not have an ID property, one can use form as the identifier as long as it’s the only form on your landing page. But it’s recommended to set up a form with ID and use that in RevenueHero script.

  2. Set up an Inbound Router in RevenueHero with the form identifier in your form mapping

  3. Copy the installation script from the final step of the router set up.

    Sample installation script
    <script type="text/javascript" src="https://app.revenuehero.io/scheduler.min.js"></script>
    <script type="text/javascript">
       window.hero = new RevenueHero({ routerId: '123' }); // Replace 123 with Router ID
       hero.schedule('#lp-pom-form-27'); // Unbounce form ID
    </script>
    
  4. In Unbounce, in your Script Manager, add a custom script, choose placement as Before Body end tag, paste the RevenueHero widget script and save.

That’s it. You’re ready to start converting your Demo Meetings from your landing page 🎉🎉