Web Quote

An option for customers to submit quote requests from your website

Intro

From the company page you'll have an option to get web quotes from your own website. We offer you a few choices here:

  • Custom form

  • Floating button

  • iFrame widget

  • API request

With web quotes customers will be able to submit a request from your website and that request will be visible to you in Mod24 Dispatch app. From there you can assess the request and offer a preferred rate.

Custom Form

The custom form is meant for the companies that want to keep their own style on the website or create a form that reflects their brand.

Instructions, HTML markup and script info is available on your Company page in mod24 Dispatch app.

Floating button

Simple button that allows you to copy the script and paste it into your HTML application. The script will resemble the code below:

<script id="mod24-widget" src="https://widget.mod24.com/widget.js" company-key="YOURCOMPANYKEY" button-position="1" button-style="1" modal-position="2" color-primary="#000000" color-secondary="#ffffff" async></script>      

You can adjust the styling of the button by selecting:

  • Primary and secondary colors

  • Position of the button on your website

  • Type of form it opens (side modal or a pop-up)

Instructions how to add it on your website are available on your company page.

If you decide to add a floating button on the right and it opens a side modal it will look like this:

Example of a side modal with floating button

iFrame widget

This is a simple option that will allow you to embed a form into your existing website without further hassle with coding. Simply copy the iFrame code snippet and paste it into your <div> element.

API for web quote

You can find the information about the company key and relevant request information on your company page under Web quote tab. For your convenience an example of the request is below.

Create a lead from website

POST https://rest.mod24.com/api/v1/quotes

Request Body

Name
Type
Description

company_key

string

Unique identifier for the company on mod24

first_name

string

Customer's first name

last_name

string

Customer's last name

email

string

Customer's email address

phone

string

Customer's phone number (valid US number)

move_size_id

integer

Identifier of the move size

move_date

string

Date of the move

source_zip

string

ZIP code or an address for pickup

destination_zip

string

ZIP code or an address for delivery

Lead was successfully created.

Last updated

Was this helpful?