completecarwarranty.com Open in urlscan Pro
2606:4700:20::ac43:46cb  Public Scan

Submitted URL: https://114903.txchildsupportonline.com/xP4S1U,83EjRQeaNktiWUCg65uvdKb7n2SBxHzl/nYDej,bPTkOdUYZnc/Tnx9YipHU7c8,f200ao,XT/WQCfUY5bJh3MpD9...
Effective URL: https://completecarwarranty.com/index.php?campaign_id=111&crid=352287400&afid=163&cid=13186&sid1=202791&sid2=65663a8ff6b5c92b1c4...
Submission: On August 13 via api from BE — Scanned from US

Form analysis 1 forms found in the DOM

POST /submit

<form method="post" action="/submit" class="form-horizontal" id="main_form" style="height: auto; ">
  <div class="row form-group">
    <span>
      <h4 style="padding-left:15px;">Vehicle Information</h4>
    </span>
    <div class=" col-md-6">
      <select class="form-control" name="edit_model_year" id="edit_model_year" vtype="not_empty" verrorcall="ShowMessage('%%control_id%%')" title="Car Model Year" required="">
        <option value="">Select Year</option>
        <option value="2024">2024</option>
        <option value="2023">2023</option>
        <option value="2022">2022</option>
        <option value="2021">2021</option>
        <option value="2020">2020</option>
        <option value="2019">2019</option>
        <option value="2018">2018</option>
        <option value="2017">2017</option>
        <option value="2016">2016</option>
        <option value="2015">2015</option>
        <option value="2014">2014</option>
        <option value="2013">2013</option>
        <option value="2012">2012</option>
        <option value="2011">2011</option>
        <option value="2010">2010</option>
        <option value="2009">2009</option>
        <option value="2008">2008</option>
        <option value="2007">2007</option>
        <option value="2006">2006</option>
        <option value="2005">2005</option>
        <option value="2004">2004</option>
        <option value="2003">2003</option>
        <option value="2002">2002</option>
        <option value="2001">2001</option>
        <option value="2000">2000</option>
        <option value="1999">1999</option>
        <option value="1998">1998</option>
        <option value="1997">1997</option>
        <option value="1996">1996</option>
        <option value="1995">1995</option>
        <option value="1994">1994</option>
        <option value="1993">1993</option>
        <option value="1992">1992</option>
        <option value="1991">1991</option>
        <option value="1990">1990</option>
      </select>
    </div>
    <div class=" col-md-6">
      <select class="form-control" name="edit_make" id="edit_make" vtype="not_empty" verrorcall="ShowMessage('%%control_id%%')" title="Car Make" required="">
        <option value="">Vehicle Make</option>
      </select>
    </div>
  </div>
  <div class="row  ">
    <div class=" col-md-6">
      <select class="form-control" name="edit_model" id="edit_model" vtype="not_empty" verrorcall="ShowMessage('%%control_id%%')" title="Car Model" required="">
        <option value="">Vehicle Model</option>
      </select>
    </div>
    <div class=" col-md-6">
      <select class="form-control" name="edit_mileage" id="edit_mileage" vtype="not_empty" verrorcall="ShowMessage('%%control_id%%')" title="Car Mileage" required="">
        <option value="10000">10,000 - 20,000</option>
        <option value="20000">20,000 - 30,000</option>
        <option value="30000">30,000 - 40,000</option>
        <option value="40000">40,000 - 50,000</option>
        <option value="50000">50,000 - 60,000</option>
        <option value="60000">60,000 - 70,000</option>
        <option value="70000">70,000 - 80,000</option>
        <option value="80000">80,000 - 90,000</option>
        <option value="90000">90,000 - 100,000</option>
        <option value="100000">100,000 - 110,000</option>
        <option value="110000">110,000 - 120,000</option>
        <option value="120000">120,000 - 130,000</option>
        <option value="130000">130,000 - 140,000</option>
        <option value="140000">140,000 - 149,999</option>
        <option value="150000">150,000 - 200,000</option>
        <option value="200000">200,000 miles or higher</option>
      </select>
    </div>
  </div>
  <div class="row form-group">
    <span>
      <h4 style="padding-left:15px;"> Personal info</h4>
    </span>
    <div class=" col-md-6">
      <input class="form-control" type="text" name="edit_fullname" id="edit_fullname" verrorcall="ShowMessage('%%control_id%%')" value="" accept="true" title="Full Name" placeholder="Full Name" pattern="^([a-zA-Z]+\s?\b){2,}" required="">
    </div>
    <div class=" col-md-6">
      <input type="email" id="edit_email" name="edit_email" placeholder="Email" class=" form-control" vtype="email" verrorcall="ShowMessage('%%control_id%%')" value="" pattern="^([\w\.\-]+)@([\w\-]+)((\.(\w){2,3})+)$" required=""
        data-required="true">
    </div>
  </div>
  <div class="row ">
    <div class=" col-md-6">
      <input class="form-control" id="edit_phone" name="edit_phone" placeholder="Phone" type="tel" value="" title="Phone" maxlength="10" data-val="true" pattern="^[\(]?[2-9]{1}[0-9]{2}[\)]?[.\- ]?[2-9]{1}[0-9]{2}[.\- ]?[0-9]{4}$"
        data-val-regex="Please enter a valid number" data-val-required="Phone is required." required="">
    </div>
    <div class=" col-md-6">
      <input class="form-control" id="edit_zip" name="edit_zip" placeholder="Zip" type="tel" value="" vtype="zip" verrorcall="ShowMessage('%%control_id%%')" minlength="5" maxlength="5" title="Zip" pattern="[0-9]{5}"
        data-val-regex="Please enter a valid number" data-val-required="Zip is required." required="">
    </div>
  </div>
  <br clear="all">
  <div id="div_message" align="center" style="display:none;padding-right:0px;padding-bottom:10px;">
    <div style="background-color:purple;width:100%;color:white;padding:5px;font-size:11pt;">
      <span id="span_message" style="color:white;">Message</span>
    </div>
  </div>
  <button class="effect6 button_2  btn_anim" type="button" name="btn-submit" id="btn-submit">Get Free Quote Now!</button>
  <p style="font-size:11px; color:#555; line-height:13px; display:block; margin-top:12px;"><input type="hidden" id="leadid_tcpa_disclosure"> By clicking the "Get Free Quote Now!" button, you certify that you have provided your legal name and your own
    phone number, you agree to our
    <a href="/terms.php" onclick="if (!window.__cfRLUnblockHandlers) return false; open(this.getAttribute('href'),'CT','resizable=no,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,width=620,height=400'); return false;" title="Terms and Conditions">Terms&nbsp;and&nbsp;Conditions</a>
    and
    <a href="/privacy.php" onclick="if (!window.__cfRLUnblockHandlers) return false; open(this.getAttribute('href'),'CT','resizable=no,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,width=620,height=400'); return false;" title="Privacy Policy">Privacy&nbsp;Policy</a>
    and authorize Complete Car Warranty and its
    <a href="/_auto/partners" onclick="if (!window.__cfRLUnblockHandlers) return false; open(this.getAttribute('href'),'CT','resizable=no,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,width=620,height=400'); return false;" title="Partners">partners</a>
    to contact you by email or at the phone number you entered using automated technology including recurring auto-dialers, pre-recorded messages, and text messages, even if your phone is a mobile number or is currently listed on any state, federal,
    or corporate "Do Not Call" list. You understand that your telephone company may impose charges on you for these contacts, and that you can revoke this consent at any time. For SMS campaigns Text STOP to cancel and HELP for help. Message and data
    rates may apply. By clicking the "Get Free Quote Now!" button and submitting this form, I affirm that I have read and agree to this Site’s
    <a href="/terms.php" onclick="if (!window.__cfRLUnblockHandlers) return false; open(this.getAttribute('href'),'CT','resizable=no,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,width=620,height=400'); return false;" title="Terms and Conditions">Terms&nbsp;and&nbsp;Conditions</a>
    (including the arbitration provision and the E-SIGN consent) and
    <a href="/privacy.php" onclick="if (!window.__cfRLUnblockHandlers) return false; open(this.getAttribute('href'),'CT','resizable=no,scrollbars=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,width=620,height=400'); return false;" title="Privacy Policy">Privacy&nbsp;Policy</a>
    and agree to receive email from Complete Car Warranty and affiliated brands that may be of interest to you.</p>
</form>

Text Content

Accessibility ✗ - Close
Add Keyboard Tabbing Turn off Animations
color contrast Gray
Display Increase
Contrast Reverse
Contrast
size of text Increase Text Size Decrease Text Size Remove Font
highlighting content Underline
Links Underline
Titles Images
Titles
zoom in Large
Cursor Large
Cursor Zoom
Screen
Terms Report an Issue Reset Settings
Call Today! (866) 785-3213 


 


GET FULL PROTECTION FOR UP TO 60% OFF
OF DEALER PRICES WHEN YOU GO DIRECT!





TELL US ABOUT YOUR VEHICLE

VEHICLE INFORMATION

Select
Year20242023202220212020201920182017201620152014201320122011201020092008200720062005200420032002200120001999199819971996199519941993199219911990
Vehicle Make
Vehicle Model
10,000 - 20,00020,000 - 30,00030,000 - 40,00040,000 - 50,00050,000 -
60,00060,000 - 70,00070,000 - 80,00080,000 - 90,00090,000 - 100,000100,000 -
110,000110,000 - 120,000120,000 - 130,000130,000 - 140,000140,000 -
149,999150,000 - 200,000200,000 miles or higher

PERSONAL INFO





Message
Get Free Quote Now!

By clicking the "Get Free Quote Now!" button, you certify that you have provided
your legal name and your own phone number, you agree to our Terms and Conditions
and Privacy Policy and authorize Complete Car Warranty and its partners to
contact you by email or at the phone number you entered using automated
technology including recurring auto-dialers, pre-recorded messages, and text
messages, even if your phone is a mobile number or is currently listed on any
state, federal, or corporate "Do Not Call" list. You understand that your
telephone company may impose charges on you for these contacts, and that you can
revoke this consent at any time. For SMS campaigns Text STOP to cancel and HELP
for help. Message and data rates may apply. By clicking the "Get Free Quote
Now!" button and submitting this form, I affirm that I have read and agree to
this Site’s Terms and Conditions (including the arbitration provision and the
E-SIGN consent) and Privacy Policy and agree to receive email from Complete Car
Warranty and affiliated brands that may be of interest to you.


HAS YOUR AUTO WARRANTY EXPIRED OR IS ABOUT TO EXPIRE? SAVE THOUSANDS ON REPAIRS!

Your car is the most expensive thing you will own other than your home. The
dealer will often provide a warranty for the first 3-4 years, but after that,
you are completely unprotected. We all know auto repairs cost a lot of money
especially since shops charge as much as $175/hour just for labor. That is why
it is recommended that all drivers get an Auto Warranty to protect against such
costly repairs for the life of your vehicle. Let Complete Car Warranty help you
save money today!





UNEXPECTED AUTO REPAIR CAN COST
THOUSANDS OF DOLLARS AS YOUR VEHICLE GETS OLDER.


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



POTENTIAL COST OF MAJOR REPAIRS



ENGINE REPLACEMENT $4200 TRANSMISSION $3600 AC COMPRESSOR $1095 ECM/PCM
COMPRESSOR $1700 WATER PUMP $930 DIFFERENTIAL ASSEMBLY $1395

INSTANT
QUOTE

UNLIMITED
REPAIR CLAIMS

A+ VEHICLE
SERVICE
BUSINESS

ACCEPTED AT
ALL DEALERS AND MECHANICS
















Privacy Policy | Terms and Conditions | CA Residents Only - Do Not Sell My Info
| California Privacy | Unsubscribe

© 2024   CompleteCarWarranty.com All Rights Reserved.