1. In Webflow, navigate to your form’s settings and set a CSS ID with a unique value. For ex. email-form
  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: '<routerId>' }); // Replace 123 with Router ID
       hero.schedule('#email-form'); // Unbounce form ID
    </script>
    
  4. In Webflow, navigate to Sidebar -> Pages -> Your landing page -> Edit Page settings (wheel icon)
    • Scroll to Inside <head> tag section, and paste the RevenueHero source script
    • Scroll to Before </body> tag section, and paste the RevenueHero widget code
    • Verify, and click Save in the slide-out’s right-top corner
  5. Publish your landing page

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