Install Router on Framer
Last updated
Last updated
Installing a Distro Router on your Framer website enables you to efficiently qualify and route bookings that come from form submissions. This integration connects your Framer forms with Distro, allowing for automated meeting scheduling based on your configured routing rules.
When you integrate Distro with your Framer website:
Your form continues to function exactly as before
Distro only activates the scheduling widget when a form is submitted
There is no interference with your current form setup or data collection processes
Log into your Framer account
Navigate to the page where you want to add the Distro router in the sidebar
Locate and select the "Settings" option
In the Settings panel, scroll down to the "Custom Code" section
Look for the textarea labeled "End of <body>
tag"
Add the following code snippet into this textarea:
After adding the code:
Save your changes in Framer
Preview your page to ensure it loads correctly
Test the form submission to confirm that the Distro scheduling process activates
The code must be placed in the "End of <body>
tag" section to ensure proper loading
The form selector (e.g., #contact_sales
) must match exactly with your form's ID
If you have multiple forms on your page, you'll need to specify the correct form selector
By following these steps, your Framer website will be successfully connected to Distro, enabling automated meeting scheduling for your qualified leads.