www.5daydeals.co.za Open in urlscan Pro
156.38.250.230  Public Scan

Submitted URL: http://www.5daydeals.co.za/
Effective URL: https://www.5daydeals.co.za/home.php
Submission: On August 02 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

POST functions/search_vehicles.php

<form method="post" action="functions/search_vehicles.php">
  <h2 class="text-center">Looking for a Specific Car?</h2>
  <h4 class="text-center"><input type="text" name="search" placeholder="Make or Model" required=""> <button class="btn btn-search" type="submit">SEARCH <i class="fas fa-search" aria-hidden="true"></i></button></h4>
</form>

POST functions/search_vehicles.php

<form method="post" action="functions/search_vehicles.php">
  <h4 class="text-center">Looking for a Specific Car?</h4>
  <h4 class="text-center"><input type="text" name="search" placeholder=""></h4>
  <h4 class="text-center"><button class="btn btn-search" type="submit">SEARCH <i class="fas fa-search" aria-hidden="true"></i></button></h4>
</form>

POST functions/personalised_service.php

<form method="post" action="functions/personalised_service.php">
  <table class="text-white text-right" style="width:100%">
    <tbody>
      <tr>
        <td class="pr-3">Name*</td>
        <td><input type="text" name="name" class="form-control mb-3" required=""></td>
      </tr>
      <tr>
        <td class="pr-3">Surname*</td>
        <td><input type="text" name="surname" class="form-control mb-3" required=""></td>
      </tr>
      <tr>
        <td class="pr-3">Email*</td>
        <td><input type="email" name="email" class="form-control mb-3" required=""></td>
      </tr>
      <tr>
        <td class="pr-3">Mobile*</td>
        <td><input type="text" name="mobile" class="form-control mb-3" required=""></td>
      </tr>
      <tr>
        <td class="pr-3">Province*</td>
        <td>
          <select class="form-control mb-3" name="province" required="">
            <option value="">Please Select</option>
            <option>Eastern Cape</option>
            <option>Free State</option>
            <option>Gauteng</option>
            <option>KwaZulu-Natal</option>
            <option>Limpopo</option>
            <option>Mpumalanga</option>
            <option>Northern Cape</option>
            <option>North West</option>
            <option>Western Cape</option>
          </select>
        </td>
      </tr>
      <tr>
        <td class="pr-3">Looking For*<br><span class="small">year, make, model</span></td>
        <td><textarea name="search" class="form-control mb-3" placeholder="Hi, please describe the vehicle you are looking for. eg: 2020 Toyota Hilux double cab" required=""></textarea></td>
      </tr>
      <tr>
        <td>
          <div class="d-none"><input type="text" name="address"></div>
        </td>
        <td><button class="btn btn-primary btn-block" type="submit">SUBMIT</button></td>
      </tr>
    </tbody>
  </table>
</form>

POST functions/accept_offer.php

<form action="functions/accept_offer.php" method="post">
  <div class="modal-body">
    <p>Subject: The listed on Cover Me</p>
    <p>Please note, by accepting this offer, the transaction fee of R1500 is split between the buyer and seller. T&amp;C’s Apply</p>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="checkbox" id="inlineCheckbox1" value="option1" required="">
      <label class="form-check-label" for="inlineCheckbox1">I Accept the T&amp;C’s</label>
    </div>
    <div class="form-check form-check-inline">
      <input class="form-check-input" type="checkbox" id="inlineCheckbox2" value="option2" required="">
      <label class="form-check-label" for="inlineCheckbox2">The Vehicle is Actual</label>
    </div>
    <div class="d-none">
      <div class="modal-offer-id">
        <input class="form-control mb-3" type="text" name="id" value="">
      </div>
      <div class="modal-buyer-id">
        <input class="form-control mb-3" type="text" name="buyer_id" value="">
      </div>
      <input class="form-control mb-3" type="text" name="seller_id" value="">
      <input class="form-control mb-3" type="text" name="vehicle_id" value="">
      <input class="form-control mb-3" type="text" name="email_to" value="">
      <input class="form-control mb-3" type="text" name="subject" value="The   listed on CoverMe">
    </div>
  </div>
  <div class="modal-footer">
    <button class="btn btn-primary" type="submit">Accept Offer</button>
    <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
  </div>
</form>

POST functions/login.php

<form method="post" action="functions/login.php">
  <div class="modal-content">
    <div class="modal-header">
      <h5 class="modal-title" id="loginModalLabel">Log In</h5>
      <button type="button" class="close" data-dismiss="modal" aria-label="Close">
        <span aria-hidden="true">×</span>
      </button>
    </div>
    <div class="modal-body">
      <input class="form-control" type="text" name="username" placeholder="Username" autofocus="">
      <div id="username_response"></div>
      <div class="d-none">
        <input class="form-control" type="text" name="important_field" placeholder="important">
      </div>
      <input class="form-control mt-3" type="password" name="password" placeholder="Password">
    </div>
    <div class="modal-footer">
      <input class="btn btn-primary mt-3" type="submit" value="Login">
      <a class="btn btn-warning mt-3" href="password-reset.php">Reset Password</a>
    </div>
  </div>
</form>

POST functions/subscribe.php

<form method="post" action="functions/subscribe.php">
  <div class="modal-header subscription-header">
    <h5 class="modal-title" id="subscriptionModalLabel"><img class="img-fluid" src="assets/images/logos/5dd-subscription.png"></h5>
  </div>
  <div class="modal-body">
    <div class="row justify-content-end">
      <div class="col-12">
        <h5>Send us your details and we'll do all that we can to find that dream car</h5>
      </div>
      <div class="col-md-6 mb-3">
        <label for="name">Full Name:*</label>
        <input class="form-control" type="text" name="name" required="">
      </div>
      <div class="col-md-6 mb-3">
        <label for="email">Email:*</label>
        <input class="form-control" type="email" name="email" required="">
      </div>
      <div class="col-md-6 mb-3">
        <label for="mobile">Mobile:*</label>
        <input class="form-control" type="text" name="mobile" required="">
      </div>
      <div class="col-md-6 mb-3">
        <label for="suburb">Suburb:*</label>
        <input class="form-control" type="text" name="suburb" required="">
      </div>
      <div class="col-md-12 mb-3">
        <label for="Nearest_dealership">Nearest Dealerdhip:*</label>
        <input class="form-control" type="text" name="nearest_dealership" required="">
      </div>
      <div class="d-none">
        <input class="form-control" type="text" name="address">
      </div>
      <div class="col-md-6">
        <div class="form-group form-check">
          <input type="checkbox" class="form-check-input" id="exampleCheck1" required="">
          <label class="form-check-label" for="exampleCheck1">I Agree to receiving emails from 5DayDeals:*</label>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group form-check">
          <input type="checkbox" class="form-check-input" name="dealer_consent" id="exampleCheck2">
          <label class="form-check-label" for="exampleCheck2">I Agree to receiving emails from our authorised dealers:</label>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group form-check">
          <input type="checkbox" class="form-check-input" id="exampleCheck3">
          <label class="form-check-label" for="exampleCheck3">I Agree to 5DayDaals <a href="terms-and-conditions-5daydeals.php" target="_blank">Terms &amp; Conditions</a>:*</label>
        </div>
      </div>
      <div class="col-md-6">
        <div class="form-group form-check">
          <input type="checkbox" class="form-check-input" id="exampleCheck4">
          <label class="form-check-label" for="exampleCheck4">I Agree to 5DayDeals <a href="privacy-policy.php" target="_blank">Privacy Policy</a>:*</label>
        </div>
      </div>
    </div>
  </div>
  <div class="modal-footer">
    <button type="button" class="btn btn-secondary usernotSubscribed" data-dismiss="modal">No Thanks <i class="fas fa-sad-tear" aria-hidden="true"></i></button>
    <button type="submit" class="btn btn-primary userSubscribed">Definitely Yes <i class="fas fa-smile" aria-hidden="true"></i></button>
  </div>
</form>

Text Content

support@5daydeals.co.za • 021 569 6056 • 041 110 1151 • 087 474 0330

 * HOME
 * 5DAYDEAL SPECIALS
 * SEARCH ALL VEHICLES
 * BLOGS
 * CONTACT US
 * PRIVATE VEHICLE SALES

 * LOGIN
 * REGISTER DEALER




THE CAR DEALS WEBSITE


SPECIAL LIMITED TIME OFFERS


AVAILABLE FOR 5 DAYS ONLY!


SPECIAL LIMITED TIME OFFERS


AVAILABLE FOR 5 DAYS ONLY!


LOOKING FOR A SPECIFIC CAR?

SEARCH


DO YOU WANT TO SELL YOUR VEHICLE?

CLICK HERE TO LIST YOUR PRIVATE VEHICLE FOR FREE!

LOOKING FOR A SPECIFIC CAR?



SEARCH


DO YOU WANT TO SELL YOUR VEHICLE?

CLICK HERE TO LIST YOUR PRIVATE VEHICLE FOR FREE!


WHY 5DAYDEALS?


5DAYDEALS EMPOWERS TODAY’S DISCERNING CAR BUYER TO SHOP FROM QUALITY PRE-OWNED
VEHICLES, AVAILABLE AT OUR REPUTABLE DEALER PARTNERS. THE HOME OF A DIVERSE
RANGE OF CAREFULLY SELECTED VEHICLES!

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


AT 5DAYDEALS WE ARE PASSIONATE ABOUT PEOPLE AND THE CARS THEY LOVE TO DRIVE!
SHOP THE BRANDS YOU LIKE IN THE STYLE YOU PREFER.


CHECK OUT OUR LIMITED TIME SPECIAL DEALS!


TOP DEALS (BIGGEST SAVINGS)

WAS R 649,950

NOW R 629,950



2024 • BMW • 2 SERIES
218I GRAN COUPE M SPORT


5,000 km
Western Cape

SAVE R20,000

WAS R 699,950

NOW R 679,950



2021 • BMW • X3
XDRIVE20D M SPORT


42,000 km
Western Cape

SAVE R20,000

WAS R 209,995

NOW R 189,995



2015 • BMW • 1 SERIES (E81/ 87)/(F20/F21)(F40)
120I 5DR A/T (F20)


205,000 km
Western Cape

SAVE R20,000

WAS R 519,000

NOW R 509,000



2020 • TOYOTA • FORTUNER
FORTUNER 2.4GD-6 4X4 A/T


60,500 km
Eastern Cape

SAVE R10,000

WAS R 629,000

NOW R 619,000



2020 • HONDA • CIVIC
CIVIC 2.0T TYPE R


69,000 km
Eastern Cape

SAVE R10,000


MORE 5DAYDEALS

THESE TOP FIVE DEALS ARE ONLY THE TIP OF THE ICEBERG,
CLICK HERE FIND MANY MORE




MORE DEALS

GO TO OUR VIRTUAL SHOWROOM TO SEARCH FOR YOUR DREAM CAR IN YOUR AREA

SEARCH

Managers special

R 339,900



2022 • TOYOTA • HILUX
2.0 S (AIRCON)


24,000 km
Western Cape

Amazing price!

R 234,900



2020 • TOYOTA • COROLLA QUEST
COROLLA QUEST 1.8 EXCLUSIVE


75,058 km
Western Cape

One of a kind

R 1,479,900



2022 • LAND ROVER • DEFENDER
DEFENDER 110 D300 HSE X-DYNAMIC


39,691 km
Western Cape

ITS A GREAT DEAL!

R 409,900



2019 • FORD • RANGER
2.0SIT DOUBLE CAB 4X4 XLT


93,200 km
Western Cape

BEAUTIFUL condition! Must-see!

R 399,995



2016 • JEEP • WRANGLER
WRANGLER RUBICON 3.6 V6 A/T 2DR


92,003 km
Western Cape


MORE 5DAYDEALS

CHECK OUT ALL THE AMAZING DEALS WE CURRENTLY HAVE ON OFFER

BROWSE ALL OUR DEALS



Our team is here to help you find your dream car. Let us know what you are
looking for and we will do the searching for you.

Name* Surname* Email* Mobile* Province* Please Select Eastern Cape Free State
Gauteng KwaZulu-Natal Limpopo Mpumalanga Northern Cape North West Western Cape
Looking For*
year, make, model

SUBMIT

Username/Email Address already exists
Ok
Vin number already exists
Ok
Dealership already exists
Ok
Please use a valid email address
Ok
Ok
Please upload jpeg, jpg, bmp, gif or png
Ok
Please keep your images to below 6000px by 4000px
Ok
Please keep your images to below 8mb
Ok
Please do not upload more than 18 Gallery Images
Ok

SEND A NOTIFICATION TO THE BUYER THAT THEIR OFFER HAS BEEN ACCEPTED

×

Subject: The listed on Cover Me

Please note, by accepting this offer, the transaction fee of R1500 is split
between the buyer and seller. T&C’s Apply

I Accept the T&C’s
The Vehicle is Actual

Accept Offer Close

LOG IN

×

Reset Password

SEND US YOUR DETAILS AND WE'LL DO ALL THAT WE CAN TO FIND THAT DREAM CAR

Full Name:*
Email:*
Mobile:*
Suburb:*
Nearest Dealerdhip:*

I Agree to receiving emails from 5DayDeals:*
I Agree to receiving emails from our authorised dealers:
I Agree to 5DayDaals Terms & Conditions:*
I Agree to 5DayDeals Privacy Policy:*
No Thanks Definitely Yes


MENU

Search Vehicles
Terms & Conditions
Privacy Policy
Contact Us

© 5DayDeals 2024 • Developed by Area5One



We use cookies to provide our services. To find out more about our use of
cookies, please see our Terms & Conditions. By continuing to browse our website,
you agree to use our cookies as well as our Terms & Conditions.

I agree