www.mahwy.com Open in urlscan Pro
45.154.183.183  Public Scan

Submitted URL: https://mahwy.com/warranty
Effective URL: https://www.mahwy.com/warranty/
Submission: On October 25 via api from US — Scanned from CA

Form analysis 2 forms found in the DOM

POST

<form id="dws-forms-contact-us-1" class="dws-forms-wrapper dws-forms-contact-us  layout-1" method="post">
  <div class="dws-forms-section dws-forms-section-legend pb-3 row">
    <div class="dws-forms-section-header dws-forms-section-legend-header col-sm-12">
      <span class="dws-forms-legend-title">All fields marked with an asterisk (*) are required</span>
    </div>
  </div>
  <div class="dws-forms-section dws-forms-section-contact-information row">
    <div class="dws-forms-section-header dws-forms-section-contact-information-header mb-3 col-sm-12">
      <span class="dws-forms-section-title dws-forms-contact-information-title">Contact Information</span>
    </div>
    <!-- first name -->
    <div class="form-group dws-form-group col-12 col-md-6 dws-forms-first-name">
      <!-- <label for="dws-forms-first-name-input" class="form-label">First Name</label> -->
      <input type="text" class="form-control dws-forms-form-control" name="first_name" id="dws-forms-first-name-input" placeholder="First Name *" maxlength="50" aria-describedby="dws-forms-first-name-help" required=""
        data-form-section="contact_information" data-form-json-field-map="applicant.name.firstName">
      <!-- <div id="dws-forms-first-name-help" class="form-text help-block">Please enter a valid first name.</div> -->
      <div class="invalid-feedback dws-forms-invalid-feedback dws-forms-validation-feedback-contact_information-first_name">Please enter your First Name</div>
    </div>
    <!-- last name -->
    <div class="form-group dws-form-group col-12 col-md-6 dws-forms-last-name">
      <!-- <label for="dws-forms-last-name-input" class="form-label">Last Name</label> -->
      <input type="text" class="form-control dws-forms-form-control" name="last_name" id="dws-forms-last-name-input" placeholder="Last Name *" maxlength="50" aria-describedby="dws-forms-last-name-help" required=""
        data-form-section="contact_information" data-form-json-field-map="applicant.name.lastName">
      <!-- <div id="dws-forms-last-name-help" class="form-text help-block">Please enter a valid last name.</div> -->
      <div class="invalid-feedback dws-forms-invalid-feedback dws-forms-validation-feedback-contact_information-last_name">Please enter your Last Name</div>
    </div>
    <!-- phone number -->
    <div class="form-group dws-form-group col-12 col-md-6 dws-forms-phone-number">
      <!-- <label for="dws-forms-phone-number-input" class="form-label">Phone Number</label> -->
      <input type="text" class="form-control dws-forms-form-control" pattern=".{14}" minlength="14" name="phone_number" id="dws-forms-contact-us-phone_number-1" placeholder="Phone Number *" aria-describedby="dws-forms-phone-number-help" required=""
        data-form-section="contact_information" data-form-json-field-map="applicant.homePhone" maxlength="14">
      <div class="invalid-feedback dws-forms-invalid-feedback dws-forms-validation-feedback-contact_information-phone_number">Please enter your Phone Number</div>
      <!-- <div id="dws-forms-phone-number-help" class="form-text help-block">Please enter a valid phone number.</div> -->
      <script>
        jQuery(document).ready(function($) {
          var form_id = $("#dws-forms-contact-us-1");
          var phoneNumberField = 'id="dws-forms-contact-us-phone_number-1"';
          phoneNumberField = phoneNumberField.replace('id="', '#').replace('"', '');
          DealerCenter.WebSite.Plugins.DWS_Input_Mask.maskPhoneNumber(phoneNumberField, form_id);
          var emailField = 'id="dws-forms-contact-us-email-1"';
          emailField = emailField.replace('id="', '#').replace('"', '');
          $(phoneNumberField).prop('required', true);
          $(emailField).prop('required', true);
          /* check if phone number or email has values */
          $('input[name="phone_number"], input[name="email"]', form_id).each(function() {
            $(this).on('change', function() {
              if ($(phoneNumberField).val() === '' && $(emailField).val() === '') {
                $(phoneNumberField).prop('required', true);
                $(emailField).prop('required', true);
              } else {
                if ($(phoneNumberField).val().length < 14 && $(emailField).val() === '') {
                  $(phoneNumberField).prop('required', true);
                  $(emailField).prop('required', true);
                } else {
                  $(phoneNumberField).prop('required', false);
                  $(emailField).prop('required', false);
                }
              }
            });
          });
        });
      </script>
    </div>
    <!-- email -->
    <div class="form-group dws-form-group col-12 col-md-6 dws-forms-email">
      <!-- <label for="dws-forms-email-input" class="form-label">Email</label> -->
      <input type="email" class="form-control dws-forms-form-control" name="email" id="dws-forms-contact-us-email-1" placeholder="Email *" aria-describedby="dws-forms-email-help" required="" data-form-section="contact_information"
        data-form-json-field-map="applicant.email" pattern="^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$">
      <div class="invalid-feedback dws-forms-invalid-feedback dws-forms-validation-feedback-contact_information-email">Please enter your Email Address</div>
      <!-- <div id="dws-forms-email-help" class="form-text help-block">Please enter a valid email address.</div> -->
    </div>
    <div class="form-group dws-form-group-full-width col-12 col-md-12 dws-forms-contact-preference">
      <label for="" class="form-label">Contact Preference</label>
      <div class="form-check form-check-inline checkbox-inline">
        <input class="form-check-input dws-forms-form-checkbox" type="checkbox" id="dws-forms-contact-preference-phone" name="contact_preference_phone_checker" data-form-section="contact_information" data-form-json-field-map="applicant.preferPhone">
        Phone
      </div>
      <div class="form-check form-check-inline checkbox-inline">
        <input class="form-check-input dws-forms-form-checkbox" type="checkbox" id="dws-forms-contact-preference-email" name="contact_preference_email_checker" data-form-section="contact_information" data-form-json-field-map="applicant.preferEmail">
        Email
      </div>
      <div class="form-check form-check-inline checkbox-inline">
        <input class="form-check-input dws-forms-form-checkbox" type="checkbox" id="dws-forms-contact-preference-sms" name="contact_preference_sms_checker" data-form-section="contact_information" data-form-json-field-map="applicant.preferSMS"> SMS
      </div>
    </div>
    <!-- message -->
    <div class="form-group dws-form-group-full-width col-12 col-md-12 dws-forms-message">
      <!-- <label for="dws-forms-message-input" class="form-label">Message</label> -->
      <textarea class="form-control dws-forms-form-control" name="message" id="dws-forms-contact-us-message-1" placeholder="Message *" maxlength="1024" aria-describedby="dws-forms-message-help" rows="3" data-form-section="contact_information"
        data-form-json-field-map="applicant.comments" required=""></textarea>
      <p class="dws-textarea-char-counter-label float-end">Characters left: <span class="dws-textarea-char-counter-value">1,024</span></p>
      <div class="invalid-feedback dws-forms-invalid-feedback dws-forms-validation-feedback-contact_information-message">Please enter your Message</div>
      <!-- <div id="dws-forms-message-help" class="form-text help-block">Please enter a valid message.</div> -->
      <!-- textarea character counter script -->
      <script>
        jQuery(document).ready(function($) {
          var elementId = 1;
          var messageFieldId = 'id="dws-forms-contact-us-message-1"';
          messageFieldId = messageFieldId.replace('id="', '#').replace('"', '');
          var textarea = jQuery(messageFieldId);
          var parentForm = textarea.closest('form');
          var counter = parentForm.find('.dws-textarea-char-counter-value');
          var max = textarea.attr('maxlength');
          var remaining = max - textarea.val().length;
          counter.text(remaining.toLocaleString());
          var text_length = textarea.val().length;
          /* if textarea has value on page load */
          if (text_length > 0) {
            var remaining = max - text_length;
            counter.text(remaining.toLocaleString());
          }
          textarea.keyup(function() {
            text_length = textarea.val().length;
            var remaining = max - text_length;
            counter.text(remaining.toLocaleString());
          });
        });
      </script>
    </div>
  </div>
  <div class="dws-forms-footer-section row">
    <div class="col-12 col-md-12 dws-forms-footer-text">
      <p>By checking this box and by clicking the "SUBMIT" button below, I consent to receive information by email, telephone call, including those made with an automatic telephone dialing system or an artificial or pre-recorded voice, and/or SMS
        message from or on behalf of this dealership, and/or their representatives at any contact information I provide above, even if I am on a state or federal Do-Not-Call list. I understand that calls and messages to any mobile phone number may
        incur access fees from my cellular provider. This acknowledgment constitutes my written consent to receive such communications. I have read and agree to the Privacy Policy of this dealership.</p>
    </div>
  </div>
  <div class="dws-forms-term-container row">
    <div class="col-12 col-md-12 dws-forms-accept-terms">
      <div class="form-check dws-forms-form-check">
        <input type="checkbox" class="form-check-input dws-forms-form-checkbox dws-forms-form-check-input" id="dws-forms-accept-terms-671bb02ae1d3f" name="accept_terms" required="">
        <label class="form-check-label dws-forms-form-check-label" for="dws-forms-accept-terms-671bb02ae1d3f"> I accept all the above terms </label>
      </div>
    </div>
  </div>
  <div class="dws-forms-message-section row">
    <div class="col-12 dws-forms-error-wrapper" style="display: none;">
      <p class="dws-forms-error-message text-center">There was an error submitting the form. Please try again in a few minutes.</p>
    </div>
  </div>
  <div class="dws-forms-message-section row">
    <div class="col-12 dws-forms-validation-error-wrapper" style="display: none;">
      <p class="dws-forms-error-message text-center">There are some items that require your attention. Please check all highlighted fields above.</p>
    </div>
  </div>
  <div class="dws-forms-buttons-section row">
    <div class="col-12 dws-forms-buttons-wrapper">
      <button type="submit" class="btn btn-lg btn-primary dws-forms-button dws-forms-button-submit">
        <div class="dws-forms-button-submit-label">Submit</div>
        <div class="spinner-border dws-forms-btn-loader" role="status">
          <span class="sr-only"></span>
        </div>
      </button>
    </div>
  </div>
  <div class="hidden">
    <input type="hidden" id="_wpnonce" name="_wpnonce" value="ca84f99d1d"><input type="hidden" name="_wp_http_referer" value="/warranty/">
  </div>
</form>

POST //translate.googleapis.com/translate_voting?client=te

<form id="goog-gt-votingForm" action="//translate.googleapis.com/translate_voting?client=te" method="post" target="votingFrame" class="VIpgJd-yAWNEb-hvhgNd-aXYTce"><input type="text" name="sl" id="goog-gt-votingInputSrcLang"><input type="text"
    name="tl" id="goog-gt-votingInputTrgLang"><input type="text" name="query" id="goog-gt-votingInputSrcText"><input type="text" name="gtrans" id="goog-gt-votingInputTrgText"><input type="text" name="vote" id="goog-gt-votingInputVote"></form>

Text Content

Toggle navigation

SALES: (571) 832 0032
25350 Pleasant Valley Rd Ste 150, Chantilly, VA 20152
▼

 * Home
 * Inventory
 * Vehicle Special
 * Apply Online
   * Apply Online
   * Edmunds Trade-in
 * Sell Us Your Car
 * Warranty
 * Contact Us

 * 


WARRANTY


MECHANICAL BREAKDOWNS CAN ADD UP TO THOUSANDS IN REPAIRS. PROTECT YOURSELF FROM
THE UNEXPECTED.
ADD AN EXTENDED WARRANTY PLAN TO YOUR VEHICLE TO SHIELD YOU FROM THE HIGH COSTS
OF THOSE REPAIRS.


SECURE



This is our most affordable coverage option. The Secure plan covers the
components that are the most vital (and are often the most costly to repair!)


SUPERIOR



This is our most affordable coverage option. The Secure plan covers the
components that are the most vital (and are often the most costly to repair!)


SUPREME



Supreme coverage for maximum peace of mind! These programs are similar to your
factory warranty and are commonly referred to as “bumper-to-bumper.” They will
provide maximum breakdown protection for all your vehicle’s parts (except
exclusions).


SELECT PREMIERE



For high mileage cars Our Select Premier coverage plan was specifically designed
to protect the vital components of high-mileage vehicles.

COVERAGE AVAILABLE FOR THE FOLLOWING ITEMS. COVERAGE INCLUDES PARTS AND LABOR.

FOR COMPLETE COVERAGE DETAILS PLEASE REFER TO YOUR CONTRACT.



Air Conditioner
Brakes
Cooling System
Drive Axle Assembly

Air Conditioner
Brakes
Cooling System
Drive Axle Assembly

Air Conditioner
Brakes
Cooling System
Drive Axle Assembly

Turbocharger/Supercharger
Exclusionary Coverage
24/7 Roadside Assistance
Rental Car Benefits

CALL OR VISIT US TODAY FOR MORE INFORMATION ABOUT OUR AVAILABLE WARRANTIES.


All fields marked with an asterisk (*) are required
Contact Information
Please enter your First Name
Please enter your Last Name
Please enter your Phone Number
Please enter your Email Address
Contact Preference
Phone
Email
SMS

Characters left: 1,024

Please enter your Message

By checking this box and by clicking the "SUBMIT" button below, I consent to
receive information by email, telephone call, including those made with an
automatic telephone dialing system or an artificial or pre-recorded voice,
and/or SMS message from or on behalf of this dealership, and/or their
representatives at any contact information I provide above, even if I am on a
state or federal Do-Not-Call list. I understand that calls and messages to any
mobile phone number may incur access fees from my cellular provider. This
acknowledgment constitutes my written consent to receive such communications. I
have read and agree to the Privacy Policy of this dealership.

I accept all the above terms

There was an error submitting the form. Please try again in a few minutes.

There are some items that require your attention. Please check all highlighted
fields above.

Submit


Thank You!
The form has been submitted successfully.

A representative from the dealership will contact you shortly.


STORE HOURS

 * Monday - Saturday : 10:00 AM - 7:00 PM
 * Sunday : Closed

HOW TO REACH US?

25350 Pleasant Valley Rd Ste 150, Chantilly, VA 20152

DEALER INFO

 * SALES: (571) 832 0032


 * HOME
 * Pre Owned Vehicles
 * Vehicle Special
 * Edmunds Trade-in
 * Apply Online
 * Sell Us Your Car
 * Warranty
 * Contact Us
 * Privacy Policy



© 2024 Mahwy Cars INC

Website by: DealerCenter

Compare Selected Vehicles  

https://www.mahwy.com
Mahwy Cars INC
Welcome to DaraCars INC

Original text

Rate this translation
Your feedback will be used to help improve Google Translate