Skip to main content

How to Embed the MoverMate Booking Form on Your Website (iFrame Integration)

You can embed the MoverMate booking form on your website using the iFrame functionality. Customers can fill out the form directly on your site, and all submissions will automatically appear in the Leads section in MoverMate.

Updated over a week ago

Step 1: Copy the Embed Code

Use the snippet below and add it to the page on your website where you want the booking form to appear.

<iframe
id="movermate-booking-form"
src="https://app.movermate.com.au/embed/booking-form/{Company_URL_Slug}"
></iframe>

<script
defer
src="https://app.movermate.com.au/scripts/embed/booking-form.js"
></script>

Step 2: Replace the Company URL Slug

In the snippet above, replace {Company_URL_Slug} with your company URL slug.

To find your company URL slug:

  1. Go to Settings in MoverMate

  2. Open Business Details

  3. Copy the Company URL Slug shown there

Replace {Company_URL_Slug} in the code with this slug

Example:

https://app.movermate.com.au/embed/booking-form/your-company-slug


Step 3: Add the Code to Your Website

Paste the updated code snippet into the HTML of the page where you want the form to appear.

For example:

  • Quote page

  • Contact page

  • Get a quote section

  • Landing pages

Once added, the booking form will appear directly on your website.



What Happens When a Customer Submits the Form?

When a customer completes the form:

  • The enquiry will automatically appear in Leads inside your MoverMate CRM.

  • A Thank You screen will be displayed to the customer after submission.


Optional: Redirect Customers to a Custom Page

If you would like customers to be redirected to a custom page instead of the default Thank You screen, you can configure this inside MoverMate.

Follow these steps:

  1. Go to Settings

  2. Open Booking Form Tracking

  3. Navigate to Embedded Configuration, and Click on Edit

  4. In Redirect URL After Lead, enter your desired landing page URL

Make sure to include http:// or https:// before the URL.


Example:

https://yourwebsite.com/thank-you

After this is configured, customers will be redirected to your selected page after submitting the form.


Summary

Using the iFrame embed:

  • The form appears directly on your website

  • All submissions automatically create Leads in MoverMate

  • You can optionally redirect users to any custom page after submission

This integration helps streamline enquiries while keeping everything organized inside your CRM.

For any inquiries, please reach out to the Movermate Product Experts at [email protected].We're here to help!

Did this answer your question?