coxmotorgroup.com Open in urlscan Pro
185.4.176.29  Public Scan

Submitted URL: https://lancaster-automart.co.uk/
Effective URL: https://coxmotorgroup.com/locations/dealership/lancaster-automart
Submission: On August 17 via api from US — Scanned from GB

Form analysis 2 forms found in the DOM

POST /thank-you/confirmation

<form class="my-4 mx-0" action="/thank-you/confirmation" method="post" onsubmit="sendButton.disabled = true; return true;">
  <div class="row">
    <!-- recipient -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Dealership</label>
        <input type="input" value="Lancaster Automart" name="recipient" class="form-control">
      </div>
    </div>
    <!-- department -->
    <div class="col-md-6 col-xl-4 ">
      <div class="form-group">
        <label>Department</label>
        <select name="department" class="form-control" required="">
          <option value="">Please Select</option>
          <option>Sales</option>
          <option>Servicing</option>
        </select>
      </div>
    </div>
    <!-- form -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Enquiry Type</label>
        <input type="input" value="Customer Enquiry" name="form" class="form-control">
      </div>
    </div>
    <!-- title -->
    <div class="col-md-6 col-xl-4 ">
      <div class="form-group">
        <label>Title</label>
        <select name="title" class="form-control" required="">
          <option value="">Please Select</option>
          <option value="Mr">Mr</option>
          <option value="Mrs">Mrs</option>
          <option value="Ms">Ms</option>
          <option value="Miss">Miss</option>
        </select>
      </div>
    </div>
    <!-- forename -->
    <div class="col-md-6 col-xl-4">
      <div class="form-group">
        <label>Forename</label>
        <input type="input" value="" name="forename" class="form-control" required="">
      </div>
    </div>
    <!-- surname -->
    <div class="col-md-6 col-xl-4">
      <div class="form-group">
        <label>Surname</label>
        <input type="input" value="" name="surname" class="form-control" required="">
      </div>
    </div>
    <!-- email -->
    <div class="col-md-6 col-xl-4">
      <div class="form-group">
        <label>Email</label>
        <input type="input" value="" name="email" class="form-control" required="">
      </div>
    </div>
    <!-- phone -->
    <div class="col-md-6 col-xl-4">
      <div class="form-group">
        <label>Phone</label>
        <div class="input-group">
          <input type="input" value="" name="phone" class="form-control" required="">
          <div class="input-group-append">
            <select name="phone_type" class="form-control" required="">
              <option value="">Please Select</option>
              <option value="Mobile">Mobile</option>
              <option value="Home">Home</option>
              <option value="Work">Work</option>
            </select>
          </div>
        </div>
      </div>
    </div>
    <!-- postcode -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Postcode</label>
        <input type="input" value="" name="postcode" class="form-control">
      </div>
    </div>
    <!-- make -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Make</label>
        <input type="input" value="" name="make" class="form-control">
      </div>
    </div>
    <!-- model -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Model</label>
        <input type="input" value="" name="model" class="form-control">
      </div>
    </div>
    <!-- reg -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Reg Number</label>
        <input type="input" value="" name="reg" class="form-control">
      </div>
    </div>
    <!-- condition -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Vehicle Condition</label>
        <input type="input" value="" name="condition" class="form-control">
      </div>
    </div>
    <!-- franchise -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Franchise</label>
        <input type="input" value="" name="franchise" class="form-control">
      </div>
    </div>
    <!-- message -->
    <div class="col-lg-12 ">
      <div class="form-group">
        <label>Message</label>
        <textarea name="message" class="form-control" style="height: 80px;"></textarea>
      </div>
    </div>
    <!-- marketing -->
    <div class="col-lg-12 ">
      <p>I'm happy to receive marketing from Cox Motor Group in relation to products and services. I consent to receive marketing by:</p>
      <label class="mr-3"><input type="checkbox" name="marketing_post" value="1"> Post</label>
      <label class="mr-3"><input type="checkbox" name="marketing_email" value="1"> Email</label>
      <label class="mr-3"><input type="checkbox" name="marketing_sms" value="1"> SMS</label>
      <label class="mr-3"><input type="checkbox" name="marketing_phone" value="1"> Phone</label>
    </div>
    <!-- inputs -->
    <div class="d-none">
      <input type="text" name="age" value="">
      <input type="text" name="sex" value="">
      <textarea name="comment"></textarea>
      <input type="text" name="gender" value="">
      <select name="colour">
        <option>Red</option>
        <option selected="">Green</option>
        <option>Blue</option>
      </select>
      <input type="text" name="size" value="">
    </div>
    <div style="display: none">
      <select name="year">
        <option>2000</option>
        <option>2010</option>
        <option selected="">2020</option>
      </select>
      <input type="text" name="month" value="">
      <input type="text" name="day" value="">
      <input type="text" name="width" value="-4">
      <input type="text" name="height" value="7.2">
      <textarea name="post"></textarea>
    </div>
    <!-- send -->
    <div class="col-lg-12">
      <input type="submit" value="Send Message" name="sendButton" class="btn btn-primary btn-lg rounded w-100 my-3">
    </div>
  </div>
</form>

POST /thank-you/confirmation

<form class="my-4 mx-0" action="/thank-you/confirmation" method="post" onsubmit="sendButton.disabled = true; return true;">
  <div class="row">
    <!-- recipient -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Dealership</label>
        <input type="input" value="Contact our Sales Director" name="recipient" class="form-control">
      </div>
    </div>
    <!-- department -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Department</label>
        <input type="input" value="" name="department" class="form-control">
      </div>
    </div>
    <!-- form -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Enquiry Type</label>
        <input type="input" value="Contact our Sales Director (Dealership: Lancaster Automart)" name="form" class="form-control">
      </div>
    </div>
    <!-- title -->
    <div class="col-md-6 col-xl-4 ">
      <div class="form-group">
        <label>Title</label>
        <select name="title" class="form-control" required="">
          <option value="">Please Select</option>
          <option value="Mr">Mr</option>
          <option value="Mrs">Mrs</option>
          <option value="Ms">Ms</option>
          <option value="Miss">Miss</option>
        </select>
      </div>
    </div>
    <!-- forename -->
    <div class="col-md-6 col-xl-4">
      <div class="form-group">
        <label>Forename</label>
        <input type="input" value="" name="forename" class="form-control" required="">
      </div>
    </div>
    <!-- surname -->
    <div class="col-md-6 col-xl-4">
      <div class="form-group">
        <label>Surname</label>
        <input type="input" value="" name="surname" class="form-control" required="">
      </div>
    </div>
    <!-- email -->
    <div class="col-md-6 col-xl-4">
      <div class="form-group">
        <label>Email</label>
        <input type="input" value="" name="email" class="form-control" required="">
      </div>
    </div>
    <!-- phone -->
    <div class="col-md-6 col-xl-4">
      <div class="form-group">
        <label>Phone</label>
        <div class="input-group">
          <input type="input" value="" name="phone" class="form-control" required="">
          <div class="input-group-append">
            <select name="phone_type" class="form-control" required="">
              <option value="">Please Select</option>
              <option value="Mobile">Mobile</option>
              <option value="Home">Home</option>
              <option value="Work">Work</option>
            </select>
          </div>
        </div>
      </div>
    </div>
    <!-- postcode -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Postcode</label>
        <input type="input" value="" name="postcode" class="form-control">
      </div>
    </div>
    <!-- make -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Make</label>
        <input type="input" value="" name="make" class="form-control">
      </div>
    </div>
    <!-- model -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Model</label>
        <input type="input" value="" name="model" class="form-control">
      </div>
    </div>
    <!-- reg -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Reg Number</label>
        <input type="input" value="" name="reg" class="form-control">
      </div>
    </div>
    <!-- condition -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Vehicle Condition</label>
        <input type="input" value="" name="condition" class="form-control">
      </div>
    </div>
    <!-- franchise -->
    <div class="col-md-6 col-xl-4 d-none">
      <div class="form-group">
        <label>Franchise</label>
        <input type="input" value="" name="franchise" class="form-control">
      </div>
    </div>
    <!-- message -->
    <div class="col-lg-12 ">
      <div class="form-group">
        <label>Message</label>
        <textarea name="message" class="form-control" style="height: 80px;"></textarea>
      </div>
    </div>
    <!-- marketing -->
    <div class="col-lg-12 d-none">
      <p>I'm happy to receive marketing from Cox Motor Group in relation to products and services. I consent to receive marketing by:</p>
      <label class="mr-3"><input type="checkbox" name="marketing_post" value="1"> Post</label>
      <label class="mr-3"><input type="checkbox" name="marketing_email" value="1"> Email</label>
      <label class="mr-3"><input type="checkbox" name="marketing_sms" value="1"> SMS</label>
      <label class="mr-3"><input type="checkbox" name="marketing_phone" value="1"> Phone</label>
    </div>
    <!-- inputs -->
    <div class="d-none">
      <input type="text" name="age" value="">
      <input type="text" name="sex" value="">
      <textarea name="comment"></textarea>
      <input type="text" name="gender" value="">
      <select name="colour">
        <option>Red</option>
        <option selected="">Green</option>
        <option>Blue</option>
      </select>
      <input type="text" name="size" value="">
    </div>
    <div style="display: none">
      <select name="year">
        <option>2000</option>
        <option>2010</option>
        <option selected="">2020</option>
      </select>
      <input type="text" name="month" value="">
      <input type="text" name="day" value="">
      <input type="text" name="width" value="-4">
      <input type="text" name="height" value="7.2">
      <textarea name="post"></textarea>
    </div>
    <!-- send -->
    <div class="col-lg-12">
      <input type="submit" value="Send Message" name="sendButton" class="btn btn-primary btn-lg rounded w-100 my-3">
    </div>
  </div>
</form>

Text Content

According to European Union law, we would like to inform you that our website
uses cookies in order to deliver you high quality services. You may specify how
cookies are being stored in your browser's settings. Learn more
Got it!
Vehicle Search

CARS

Honda Range SEAT Range Volkswagen Range MG Range Motability Cars New Cars in
Stock Used Cars


MOTORCYCLES

New Motorcycles New Motorcycles in Stock Used Motorcycles
Book Appointment

CARS

Book a Service / MOT Book a Test Drive

MOTORCYCLES

Book a Service / MOT Book a Test Ride
News
Car News Motorcycle News Cox Motor Group News
Contact
Find a Dealership Find us on Social Media Marketing opt-out Customer Feedback

Cars Motorcycles Locations Our Brands

New Cars

 * New Car Search
 * Honda Range
 * SEAT Range
 * Volkswagen Range
 * MG Range
 * Motability

Used Cars

 * Search All Used Car Stock
 * Honda Approved Used Cars
 * SEAT Approved Used Cars
 * Volkswagen Approved Used Cars
 * MG Approved Used Cars
 * Automart Approved Used Cars
 * Car Sourcing
 * Sell My Car

Aftercare & Services

 * Book Service & MOT
 * Car Servicing, MOT's and Repairs
 * Tyres
 * Car Parts and Accessories
 * Supagard Paint and Fabric Protection

Close

New Motorcycles

 * New Motorcycle Search
 * Honda Motorcycle Range
 * Specialist Dealer for Gold Wing
 * £500 Step Up Offer

Used Motorcycles

 * Search All Used Motorcycle Stock
 * We Buy Your Motorcycle
 * Motorcycle Sourcing

Aftercare & Services

 * Motorcycle MOT, Service & Repairs
 * Online Stores and Shop
 * Motorcycle Accessories Catalogue

Close

Blackpool

 * Blackpool Honda
 * Blackpool SEAT
 * Blackpool AutoMart
 * North West Honda Super Centre
 * CMD - Motorcycle Store

Lancaster

 * Lancaster Honda
 * Lancaster SEAT
 * Lancaster Volkswagen
 * Lancaster MG
 * Lancaster Mitsubishi
 * Lancaster AutoMart
 * Lancaster Automart A2B
 * Heritage and Performance

Kendal

 * Kendal Honda
 * Kendal AutoMart

Southport

 * Southport Honda
 * Southport AutoMart

Close

Honda

SEAT

Volkswagen

MG

Mitsubishi

Motability

Heritage & Performance

Used Cars

Motorcycles

Motorcycle Store
Close
 1. Home
 2. Dealerships
 3. Lancaster Automart

Lancaster Automart

Browse our range of used cars

01524 405 090
Message
Location
Business Hours


WELCOME TO LANCASTER AUTOMART

Your trusted destination for premium used cars in the Lancaster area. We take
pride in offering a handpicked selection of meticulously inspected pre-owned
vehicles that exemplify both quality and value.

Our dedicated team works tirelessly to ensure that each car on our lot meets the
highest standards of reliability, safety, and performance, giving you confidence
in every purchase. At Lancaster Automart, we prioritize customer satisfaction,
aiming to provide a seamless and personalized car-buying experience.



Services we offer...

Used Cars
Aftercare
Parts and Accessories
Tyres

Location

Lancaster Automart, Mellishaw Lane, Morecambe, Lancashire, LA3 3FB
Sat Nav - If using Sat Nav to navigate to our dealership - Please use the
postcode LA3 3EN


Send a message

Dealership
Department Please SelectSalesServicing
Enquiry Type
Title Please Select Mr Mrs Ms Miss
Forename
Surname
Email
Phone
Please Select Mobile Home Work
Postcode
Make
Model
Reg Number
Vehicle Condition
Franchise
Message

I'm happy to receive marketing from Cox Motor Group in relation to products and
services. I consent to receive marketing by:

Post Email SMS Phone
RedGreenBlue
200020102020


Business Hours

SALES

Monday09:00 - 18:00Tuesday09:00 - 18:00Wednesday09:00 - 18:00Thursday09:00 -
18:30Friday09:00 - 18:30Saturday09:00 - 17:30Sunday11:00 - 17:00

SERVICE

Monday08:00 - 18:00Tuesday08:00 - 18:00Wednesday08:00 - 18:00Thursday08:00 -
18:00Friday08:00 - 18:00SaturdayClosedSundayClosed

Reviews

Did you have a good experience at Lancaster Automart? Please share our five star
experience.



4.5 OUT OF 5
FROM 245 REVIEWS


Add Review

92% RECOMMEND US
FROM 86 REVIEWS


Add Review

5 OUT OF 5
FROM 304 REVIEWS


Add Review

4.2 OUT OF 5
FROM 32 REVIEWS


Add Review

4.8 OUT OF 5
FROM 734 REVIEWS


Add Review

Always ready to listen and help

Our mission is to maintain high standard in customer service. Sometimes things
can go wrong. When it does were willing to go that extra step to put it right.
Feel free to contact our Sales Director Geoff Stothert.

Dealership
Department
Enquiry Type
Title Please Select Mr Mrs Ms Miss
Forename
Surname
Email
Phone
Please Select Mobile Home Work
Postcode
Make
Model
Reg Number
Vehicle Condition
Franchise
Message

I'm happy to receive marketing from Cox Motor Group in relation to products and
services. I consent to receive marketing by:

Post Email SMS Phone
RedGreenBlue
200020102020



FIND US ON SOCIAL MEDIA



--------------------------------------------------------------------------------



Cars

Used Cars New Car Range New Car Search Car Aftercare Car Parts Sell My Car Car
News

Motorcycles

Used Motorcycles Honda Motorcycles Range New Motorcycle Search Specialist Gold
Wing Dealer Motorcycle Aftercare Motorcycle Parts Motorcycle News



Cox Motor Group

Contact Us Our Brands Social Media Charities We Support Careers Marketing
opt-out Cox Motor Group News

Modern Slavery Statement | Environmental Policy | COVID-19 Risk Assessment |
Distance Selling Regulations | Terms & Conditions | Privacy Policy | Sitemap
DJ Cox Ltd - CRN 4007232 - FRN 309723 CMG Lancaster Ltd - CRN 9882036 - FRN
730076 North West Motorcycles Ltd - CRN 9881889 - FRN 730077
Copyright © 2024 Cox Motor Group

Welcome to Cox Motor Group!

×


Conversations

✕Hi! Can we help you?