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:
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)
If you decide to add a floating button on the right and it opens a side modal it will look like this:
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.
The form size is dependent on the container it is in. Please ensure the size is not lower than 420px in height and 320px in width.
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
company_key
string
Unique identifier for the company on mod24
first_name
string
Customer's first name
last_name
string
Customer's last name
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
Last updated
Was this helpful?