oxxousa.com Open in urlscan Pro
34.174.145.114  Public Scan

Submitted URL: https://181-224-134-241.cprapid.com/
Effective URL: https://oxxousa.com/
Submission: On August 03 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

Name: WebForm5696765000001272001POST https://crm.zoho.com/crm/WebForm

<form action="https://crm.zoho.com/crm/WebForm" name="WebForm5696765000001272001" method="POST" onsubmit="javascript:document.charset=&quot;UTF-8&quot;; return checkMandatory5696765000001272001()" accept-="" charset="UTF-8" wfa_instance_id="1">
  <input type="text" style="display:none;" name="xnQsjsdp" value="f92e5018bc184743bb488dcebb65fb4f63047961739f5e828a51d7c1240ed87c" data-uw-rm-form="fx" aria-label="Text field" data-uw-hidden-control="hidden-control-element">
  <input type="hidden" name="zc_gad" id="zc_gad" value="">
  <input type="text" style="display:none;" name="xmIwtLD" value="2a4639173fff7bf26c2d7a1322ca188d686b43699ef9da6c30c197b8b8a69872" data-uw-rm-form="fx" aria-label="Text field" data-uw-hidden-control="hidden-control-element">
  <input type="text" style="display:none;" name="actionType" value="Q3VzdG9tTW9kdWxlMw==" data-uw-rm-form="fx" aria-label="Text field" data-uw-hidden-control="hidden-control-element">
  <input type="text" style="display:none;" name="returnURL" value="https://oxxousa.com/thank-you/" data-uw-rm-form="fx" aria-label="Text field" data-uw-hidden-control="hidden-control-element">
  <!-- Do not remove this code. -->
  <style>
    html,
    body {
      margin: 0px;
    }

    #crmWebToEntityForm.zcwf_lblLeft {
      width: 100%;
      padding: 25px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    #crmWebToEntityForm.zcwf_lblLeft * {
      box-sizing: border-box;
    }

    #crmWebToEntityForm {
      text-align: left;
    }

    #crmWebToEntityForm * {
      direction: ltr;
    }

    .zcwf_lblLeft .zcwf_title {
      word-wrap: break-word;
      padding: 0px 6px 10px;
      font-weight: bold;
    }

    .zcwf_lblLeft .zcwf_col_fld input[type=text],
    .zcwf_lblLeft .zcwf_col_fld textarea {
      width: 60%;
      border: 1px solid #c0c6cc !important;
      resize: vertical;
      border-radius: 2px;
      float: left;
    }

    .zcwf_lblLeft .zcwf_col_lab {
      width: 30%;
      word-break: break-word;
    }

    @media all and (max-width: 600px) {

      .zcwf_lblLeft .zcwf_col_lab,
      .zcwf_lblLeft .zcwf_col_fld {
        width: auto;
        float: none !important;
      }

      .zcwf_lblLeft .zcwf_col_help {
        width: 40%;
      }
    }
  </style>
  <div class="zcwf_title" style="max-width: 600px;color: black; font-family:Arial;">Subscribe</div>
  <div class="zcwf_row">
    <div class="zcwf_col_lab" style="font-size:12px; font-family: Arial;"><label for="NAME">First Name<span style="color:red;">*</span></label></div>
    <div class="zcwf_col_fld"><input type="text" id="NAME" name="NAME" maxlength="120" data-uw-rm-form="nfx" aria-label="First Name*">
      <div class="zcwf_col_help"></div>
    </div>
  </div>
  <div class="zcwf_row">
    <div class="zcwf_col_lab" style="font-size:12px; font-family: Arial;"><label for="Email">Email<span style="color:red;">*</span></label></div>
    <div class="zcwf_col_fld"><input type="text" ftype="email" id="Email" name="Email" maxlength="100" data-uw-rm-form="nfx" aria-label="Email*">
      <div class="zcwf_col_help"></div>
    </div>
  </div>
  <div class="zcwf_row">
    <div class="zcwf_col_lab"></div>
    <div class="zcwf_col_fld"><input type="submit" id="formsubmit" class="formsubmit zcwf_button" value="Submit" title="Submit" data-uw-rm-form="fx" aria-label="Submit" data-uw-hidden-control="hidden-control-element"><input type="reset"
        class="zcwf_button" name="reset" value="Reset" title="Reset" data-uw-rm-form="fx" aria-label="Reset" data-uw-hidden-control="hidden-control-element"></div>
  </div>
  <script data-uw-rm-sr="">
    function validateEmail5696765000001272001() {
      var form = document.forms['WebForm5696765000001272001'];
      var emailFld = form.querySelectorAll('[ftype=email]');
      var i;
      for (i = 0; i < emailFld.length; i++) {
        var emailVal = emailFld[i].value;
        if ((emailVal.replace(/^\s+|\s+$/g, '')).length != 0) {
          var atpos = emailVal.indexOf('@');
          var dotpos = emailVal.lastIndexOf('.');
          if (atpos < 1 || dotpos < atpos + 2 || dotpos + 2 >= emailVal.length) {
            alert('Please enter a valid email address. ');
            emailFld[i].focus();
            return false;
          }
        }
      }
      return true;
    }

    function checkMandatory5696765000001272001() {
      var mndFileds = new Array('NAME', 'Email');
      var fldLangVal = new Array('First\x20Name', 'Email');
      for (i = 0; i < mndFileds.length; i++) {
        var fieldObj = document.forms['WebForm5696765000001272001'][mndFileds[i]];
        if (fieldObj) {
          if (((fieldObj.value).replace(/^\s+|\s+$/g, '')).length == 0) {
            if (fieldObj.type == 'file') {
              alert('Please select a file to upload.');
              fieldObj.focus();
              return false;
            }
            alert(fldLangVal[i] + ' cannot be empty.');
            fieldObj.focus();
            return false;
          } else if (fieldObj.nodeName == 'SELECT') {
            if (fieldObj.options[fieldObj.selectedIndex].value == '-None-') {
              alert(fldLangVal[i] + ' cannot be none.');
              fieldObj.focus();
              return false;
            }
          } else if (fieldObj.type == 'checkbox') {
            if (fieldObj.checked == false) {
              alert('Please accept  ' + fldLangVal[i]);
              fieldObj.focus();
              return false;
            }
          }
          try {
            if (fieldObj.name == 'Last Name') {
              name = fieldObj.value;
            }
          } catch (e) {}
        }
      }
      if (!validateEmail5696765000001272001()) {
        return false;
      }
      document.querySelector('.crmWebToEntityForm .formsubmit').setAttribute('disabled', true);
    }

    function tooltipShow5696765000001272001(el) {
      var tooltip = el.nextElementSibling;
      var tooltipDisplay = tooltip.style.display;
      if (tooltipDisplay == 'none') {
        var allTooltip = document.getElementsByClassName('zcwf_tooltip_over');
        for (i = 0; i < allTooltip.length; i++) {
          allTooltip[i].style.display = 'none';
        }
        tooltip.style.display = 'block';
      } else {
        tooltip.style.display = 'none';
      }
    }
  </script>
  <!-- Do not remove this --- Analytics Tracking code starts -->
  <script id="wf_anal" src="https://crm.zohopublic.com/crm/WebFormAnalyticsServeServlet?rid=2a4639173fff7bf26c2d7a1322ca188d68
6b43699ef9da6c30c197b8b8a69872gidf92e5018bc184743bb488dcebb65fb4f63047961739f5e828a51d7c1240ed8
7cgid0553f79ba9ccf83e1be97f6851b4205d7b303747575752f0090474a174d07c67gid14f4ec16431e0686150daa43
f3210513&amp;tw=61690b96c1d0471b638f31426f38e68aa67fb7ed6da86f32dc10ad817fe55a0a"></script>
  <div id="wf_tr_div_1"><input name="te" type="hidden" value="true" id="te_1"><input name="wbfIanaFrD" type="hidden" value="76eec2860994e053460f086d0896b1b1915f31ddaec975191fbf82c879a1dacbf10c755625993745eca654f1e166e0a1" id="wbfIanaFrD_1"><input
      name="rw" type="hidden" value="b09d95647e7aed6acff29dfc3b72b5265d776e10a34c11b7bfdaaa9c22355018" id="rw_1"><input name="la" type="hidden" value="4b63349dbefd4d6e122ceb8212e25d145475709b7dfc830debc4eef31556a3f6" id="la_1"><input name="eo"
      type="hidden" value="7adc7026827ea756e06cd67c853ebc9537f93301eca2ffae1fa8ccb629adfad2" id="eo_1"><input name="webform_analytics_submission" type="hidden" value="" id="webform_analytics_submission_1"><img id="wf_tr_ab_img_1"
      style="display: none;"><img id="wf_tr_vi_img_1" style="display: none;"><img id="wf_tr_st_img_1" style="display: none;"></div><!-- Do not 
remove this --- Analytics Tracking code ends. -->
</form>

Name: WebToLeads5696765000000734087POST https://crm.zoho.com/crm/WebToLeadForm

<form action="https://crm.zoho.com/crm/WebToLeadForm" name="WebToLeads5696765000000734087" method="POST" onsubmit="javascript:document.charset=&quot;UTF-8&quot;; return checkMandatory5696765000000734087()" accept-charset="UTF-8" wfa_instance_id="2">
  <input type="text" style="display:none;" name="xnQsjsdp" value="91272cb001365a546959b2838c3a319309ccd9ca20cc0319419bf63084906ab7" data-uw-rm-form="fx" aria-label="Text field" data-uw-hidden-control="hidden-control-element">
  <input type="hidden" name="zc_gad" id="zc_gad" value="">
  <input type="text" style="display:none;" name="xmIwtLD" value="c84ba4000d83162c4cc7449b8c2955cc70d419e8cdb5a7f0fe477e997e45cf724cf792ce152edccf0153213967f05fb9" data-uw-rm-form="fx" aria-label="Text field"
    data-uw-hidden-control="hidden-control-element">
  <input type="text" style="display:none;" name="actionType" value="TGVhZHM=" data-uw-rm-form="fx" aria-label="Text field" data-uw-hidden-control="hidden-control-element">
  <input type="text" style="display:none;" name="returnURL" value="https://oxxousa.com/thank-you/" data-uw-rm-form="fx" aria-label="Text field" data-uw-hidden-control="hidden-control-element">
  <!-- Do not remove this code. -->
  <style>
    html,
    body {
      margin: 0px;
    }

    #crmWebToEntityForm.zcwf_lblLeft {
      width: 100%;
      padding: 25px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    #crmWebToEntityForm.zcwf_lblLeft * {
      box-sizing: border-box;
    }

    #crmWebToEntityForm {
      text-align: left;
    }

    #crmWebToEntityForm * {
      direction: ltr;
    }

    .zcwf_lblLeft .zcwf_title {
      word-wrap: break-word;
      padding: 0px 6px 10px;
      font-weight: bold
    }

    .zcwf_lblLeft.cpT_primaryBtn:hover {
      background: linear-gradient(#02acff 0, #006be4 100%) no-repeat padding-box !important;
      box-shadow: 0 -2px 0 0 #0159b9 inset !important;
      border: 0 !important;
      color: #fff !important;
      outline: 0 !important;
    }

    .zcwf_lblLeft .zcwf_col_fld input[type=text],
    input[type=password],
    .zcwf_lblLeft .zcwf_col_fld textarea {
      width: 60%;
      border: 1px solid #c0c6cc !important;
      resize: vertical;
      border-radius: 2px;
      float: left;
    }

    .zcwf_lblLeft .zcwf_col_lab {
      width: 30%;
      word-break: break-word;
      padding: 0px 6px 0px;
      margin-right: 10px;
      margin-top: 5px;
      float: left;
      min-height: 1px;
    }

    .zcwf_lblLeft .zcwf_col_fld {
      float: left;
      width: 68%;
      padding: 0px 6px 0px;
      position: relative;
      margin-top: 5px;
    }

    .zcwf_lblLeft .zcwf_privacy {
      padding: 6px;
    }

    .zcwf_lblLeft .wfrm_fld_dpNn {
      display: none;
    }

    .dIB {
      display: inline-block;
    }

    .zcwf_lblLeft .zcwf_col_fld_slt {
      width: 60%;
      border: 1px solid #ccc;
      background: #fff;
      border-radius: 4px;
      font-size: 12px;
      float: left;
      resize: vertical;
      padding: 2px 5px;
    }

    .zcwf_lblLeft .zcwf_row:after,
    .zcwf_lblLeft .zcwf_col_fld:after {
      content: '';
      display: table;
      clear: both;
    }

    .zcwf_lblLeft .zcwf_col_help {
      float: left;
      margin-left: 7px;
      font-size: 12px;
      max-width: 35%;
      word-break: break-word;
    }

    .zcwf_lblLeft .zcwf_help_icon {
      cursor: pointer;
      width: 16px;
      height: 16px;
      display: inline-block;
      background: #fff;
      border: 1px solid #c0c6cc;
      color: #c1c1c1;
      text-align: center;
      font-size: 11px;
      line-height: 16px;
      font-weight: bold;
      border-radius: 50%;
    }

    .zcwf_lblLeft .zcwf_row {
      margin: 15px 0px;
    }

    .zcwf_lblLeft .formsubmit {
      margin-right: 5px;
      cursor: pointer;
      color: var(--baseColor);
      font-size: 12px;
    }

    .zcwf_lblLeft .zcwf_privacy_txt {
      width: 90%;
      color: rgb(0, 0, 0);
      font-size: 12px;
      font-family: Arial;
      display: inline-block;
      vertical-align: top;
      color: var(--baseColor);
      padding-top: 2px;
      margin-left: 6px;
    }

    .zcwf_lblLeft .zcwf_button {
      font-size: 12px;
      color: var(--baseColor);
      border: 1px solid #c0c6cc;
      padding: 3px 9px;
      border-radius: 4px;
      cursor: pointer;
      max-width: 120px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .zcwf_lblLeft .zcwf_tooltip_over {
      position: relative;
    }

    .zcwf_lblLeft .zcwf_tooltip_ctn {
      position: absolute;
      background: #dedede;
      padding: 3px 6px;
      top: 3px;
      border-radius: 4px;
      word-break: break-word;
      min-width: 100px;
      max-width: 150px;
      color: var(--baseColor);
      z-index: 100;
    }

    .zcwf_lblLeft .zcwf_ckbox {
      float: left;
    }

    .zcwf_lblLeft .zcwf_file {
      width: 55%;
      box-sizing: border-box;
      float: left;
    }

    .clearB:after {
      content: '';
      display: block;
      clear: both;
    }

    @media all and (max-width: 600px) {

      .zcwf_lblLeft .zcwf_col_lab,
      .zcwf_lblLeft .zcwf_col_fld {
        width: auto;
        float: none !important;
      }

      .zcwf_lblLeft .zcwf_col_help {
        width: 40%;
      }
    }
  </style>
  <div class="zcwf_title" style="max-width: 600px;color: black; font-family:Arial;">Home2</div>
  <div class="location-field-inline">
    <div class="zcwf_row">
      <div class="zcwf_col_lab" style="font-size:12px; font-family: Arial;"><label for="LEADCF1">Store Location<span style="color:red;">*</span></label></div>
      <div class="zcwf_col_fld"><select class="zcwf_col_fld_slt" id="LEADCF1" name="LEADCF1" data-uw-rm-form="nfx" aria-label="Store Location*">
          <option value="-None-">-None-</option>
          <option value="Alton Rd.">Alton Rd.</option>
          <option value="Alton Town Cntr. (PBG)">Alton Town Cntr. (PBG)</option>
          <option value="Aventura">Aventura</option>
          <option value="Bayshore">Bayshore</option>
          <option value="Boca Raton">Boca Raton</option>
          <option value="Clermont">Clermont</option>
          <option value="Cooper City">Cooper City</option>
          <option value="Doral I">Doral I</option>
          <option value="Doral II">Doral II</option>
          <option value="Doral III">Doral III</option>
          <option value="Doral IV">Doral IV</option>
          <option value="Downtown Miami">Downtown Miami</option>
          <option value="Frisco">Frisco</option>
          <option value="Hollywood">Hollywood</option>
          <option value="Houston">Houston</option>
          <option value="Katy">Katy</option>
          <option value="Keystone">Keystone</option>
          <option value="Lake Nona">Lake Nona</option>
          <option value="Las Olas">Las Olas</option>
          <option value="Mary Brickell">Mary Brickell</option>
          <option value="Merrick Park">Merrick Park</option>
          <option value="Miami Lakes">Miami Lakes</option>
          <option value="Miami Shores">Miami Shores</option>
          <option value="Midtown">Midtown</option>
          <option value="North Bay Village">North Bay Village</option>
          <option value="Palm Beach Gardens">Palm Beach Gardens</option>
          <option value="Palmetto Bay">Palmetto Bay</option>
          <option value="Pembroke Pines">Pembroke Pines</option>
          <option value="Plano">Plano</option>
          <option value="Royal Palm Beach">Royal Palm Beach</option>
          <option value="San Remo">San Remo</option>
          <option value="Short Hills">Short Hills</option>
          <option value="Southchase">Southchase</option>
          <option value="West Avenue">West Avenue</option>
          <option value="Weston">Weston</option>
        </select>
        <div class="zcwf_col_help"></div>
      </div>
    </div>
    <div class="zcwf_row">
      <div class="zcwf_col_lab" style="font-size:12px; font-family: Arial;"><label for="First_Name">First Name<span style="color:red;">*</span></label></div>
      <div class="zcwf_col_fld"><input type="text" id="First_Name" name="First Name" maxlength="40" data-uw-rm-form="nfx" aria-label="First Name*">
        <div class="zcwf_col_help"></div>
      </div>
    </div>
  </div>
  <div class="location-field-inline">
    <div class="zcwf_row">
      <div class="zcwf_col_lab" style="font-size:12px; font-family: Arial;"><label for="Last_Name">Last Name<span style="color:red;">*</span></label></div>
      <div class="zcwf_col_fld"><input type="text" id="Last_Name" name="Last Name" maxlength="80" data-uw-rm-form="nfx" aria-label="Last Name*">
        <div class="zcwf_col_help"></div>
      </div>
    </div>
    <div class="zcwf_row">
      <div class="zcwf_col_lab" style="font-size:12px; font-family: Arial;"><label for="Phone">Phone<span style="color:red;">*</span></label></div>
      <div class="zcwf_col_fld"><input type="text" id="Phone" name="Phone" maxlength="30" data-uw-rm-form="nfx" aria-label="Phone*">
        <div class="zcwf_col_help"></div>
      </div>
    </div>
  </div>
  <div class="zcwf_row">
    <div class="zcwf_col_lab" style="font-size:12px; font-family: Arial;"><label for="Email">Email<span style="color:red;">*</span></label></div>
    <div class="zcwf_col_fld"><input type="text" ftype="email" autocomplete="false" id="Email" name="Email" maxlength="100" data-uw-rm-form="nfx" aria-label="Email*">
      <div class="zcwf_col_help"></div>
    </div>
  </div>
  <div class="zcwf_row">
    <div class="zcwf_col_lab" style="font-size:12px; font-family: Arial;"><label for="Description">How can we help you?<span style="color:red;">*</span></label></div>
    <div class="zcwf_col_fld"><textarea id="Description" name="Description" data-uw-rm-form="nfx" aria-label="How can we help you?*"></textarea>
      <div class="zcwf_col_help"></div>
    </div>
  </div>
  <div class="zcwf_row">
    <div class="zcwf_col_lab" style="font-size:12px; font-family: Arial;">Enter the Captcha</div>
    <div class="zcwf_col_fld"><input type="text" maxlength="10" name="enterdigest" data-uw-rm-form="fx" aria-label="Text field" data-uw-hidden-control="hidden-control-element"></div>
  </div>
  <!-- Do not remove this code. -->
  <div class="zcwf_row">
    <div class="zcwf_col_lab"></div>
    <div class="zcwf_col_fld"><img id="imgid5696765000000734087"
        src="https://crm.zoho.com/crm/CaptchaServlet?formId=c84ba4000d83162c4cc7449b8c2955cc70d419e8cdb5a7f0fe477e997e45cf724cf792ce152edccf0153213967f05fb9&amp;grpid=91272cb001365a546959b2838c3a319309ccd9ca20cc0319419bf63084906ab7"
        data-uw-rm-alt-original="" alt="Reload" data-uw-rm-alt="CT">
      <a href="javascript:;" onclick="reloadImg5696765000000734087();" data-uw-rm-kbnav="click">Reload</a>
    </div>
    <div class=""></div>
  </div>
  <div class="zcwf_row">
    <div class="zcwf_col_lab"></div>
    <div class="zcwf_col_fld"><input type="submit" id="formsubmit" class="formsubmit zcwf_button" value="Submit" title="Submit" data-uw-rm-form="fx" aria-label="Submit" data-uw-hidden-control="hidden-control-element"><input type="reset"
        class="zcwf_button" name="reset" value="Reset" title="Reset" data-uw-rm-form="fx" aria-label="Reset" data-uw-hidden-control="hidden-control-element"></div>
  </div>
  <script data-uw-rm-sr="">
    /* Do not remove this code. */
    function reloadImg5696765000000734087() {
      var captcha = document.getElementById('imgid5696765000000734087');
      if (captcha.src.indexOf('&d') !== -1) {
        captcha.src = captcha.src.substring(0, captcha.src.indexOf('&d')) + '&d' + new Date().getTime();
      } else {
        captcha.src = captcha.src + '&d' + new Date().getTime();
      }
    }

    function validateEmail5696765000000734087() {
      var form = document.forms['WebToLeads5696765000000734087'];
      var emailFld = form.querySelectorAll('[ftype=email]');
      var i;
      for (i = 0; i < emailFld.length; i++) {
        var emailVal = emailFld[i].value;
        if ((emailVal.replace(/^\s+|\s+$/g, '')).length != 0) {
          var atpos = emailVal.indexOf('@');
          var dotpos = emailVal.lastIndexOf('.');
          if (atpos < 1 || dotpos < atpos + 2 || dotpos + 2 >= emailVal.length) {
            alert('Please enter a valid email address. ');
            emailFld[i].focus();
            return false;
          }
        }
      }
      return true;
    }

    function checkMandatory5696765000000734087() {
      var mndFileds = new Array('First Name', 'Last Name', 'Email', 'Phone', 'Description', 'LEADCF1');
      var fldLangVal = new Array('First\x20Name', 'Last\x20Name', 'Email', 'Phone', 'How\x20can\x20we\x20help\x20you\x3F', 'Store\x20Location');
      for (i = 0; i < mndFileds.length; i++) {
        var fieldObj = document.forms['WebToLeads5696765000000734087'][mndFileds[i]];
        if (fieldObj) {
          if (((fieldObj.value).replace(/^\s+|\s+$/g, '')).length == 0) {
            if (fieldObj.type == 'file') {
              alert('Please select a file to upload.');
              fieldObj.focus();
              return false;
            }
            alert(fldLangVal[i] + ' cannot be empty.');
            fieldObj.focus();
            return false;
          } else if (fieldObj.nodeName == 'SELECT') {
            if (fieldObj.options[fieldObj.selectedIndex].value == '-None-') {
              alert(fldLangVal[i] + ' cannot be none.');
              fieldObj.focus();
              return false;
            }
          } else if (fieldObj.type == 'checkbox') {
            if (fieldObj.checked == false) {
              alert('Please accept  ' + fldLangVal[i]);
              fieldObj.focus();
              return false;
            }
          }
          try {
            if (fieldObj.name == 'Last Name') {
              name = fieldObj.value;
            }
          } catch (e) {}
        }
      }
      if (!validateEmail5696765000000734087()) {
        return false;
      }
      document.querySelector('.crmWebToEntityForm .formsubmit').setAttribute('disabled', true);
    }

    function tooltipShow5696765000000734087(el) {
      var tooltip = el.nextElementSibling;
      var tooltipDisplay = tooltip.style.display;
      if (tooltipDisplay == 'none') {
        var allTooltip = document.getElementsByClassName('zcwf_tooltip_over');
        for (i = 0; i < allTooltip.length; i++) {
          allTooltip[i].style.display = 'none';
        }
        tooltip.style.display = 'block';
      } else {
        tooltip.style.display = 'none';
      }
    }
  </script>
  <!-- Do not remove this --- Analytics Tracking code starts -->
  <script id="wf_anal"
    src="https://crm.zohopublic.com/crm/WebFormAnalyticsServeServlet?rid=a46b326f9f106d40b40187aeaf7536cc8b39a72e3c618208df7f247468df70121f62cf9db2a99b3eb459b46ca9881972gid0b31525f4ad0e39139b4da09835472e9b05a23ef16f8588af097664da5366896gid60ed3ee0c23a9ebd4139b88c203ee78e21c3fd093970730acfba35bad4df62f2gid5d2c584810ac42b3d44cc33f32dafa1a112a4c5b1e66e95d7496b89259898d29&amp;tw=7851ce442aa50c9f3fd08b83a2bb0b0c83b72df5cd2ae87d6d9e396c43d69c96">
  </script>
  <div id="wf_tr_div_2"><input name="te" type="hidden" value="true" id="te_2"><input name="wbfIanaFrD" type="hidden" value="fd87e73e615fb69186ef006d3880dd8cd3b8197b9e7fd8b2da4cd1028613ddab3911ba479da2fa0b3bd0f71c216ad774" id="wbfIanaFrD_2"><input
      name="rw" type="hidden" value="58a1c51a4edd68c028345b4e1e369ff684f494c9e2332be1be7fdc1b5660c5f0" id="rw_2"><input name="la" type="hidden" value="8a2fefeee97f1a75d76db5a224ab639561032a44fe2b4b1916b7b840cad90e86" id="la_2"><input name="eo"
      type="hidden" value="772ce1c5ddbc6afe8d85f2b9985265ecd868f3cfe6b39d623554fa27c2c4d0eb" id="eo_2"><input name="webform_analytics_submission" type="hidden" value="" id="webform_analytics_submission_2"><img id="wf_tr_ab_img_2"
      style="display: none;"><img id="wf_tr_vi_img_2" style="display: none;"><img id="wf_tr_st_img_2" style="display: none;"></div><!-- Do not remove this --- Analytics Tracking code ends. -->
</form>

Name: WebForm5696765000001272001POST https://crm.zoho.com/crm/WebForm

<form action="https://crm.zoho.com/crm/WebForm" name="WebForm5696765000001272001" method="POST" onsubmit="javascript:document.charset=&quot;UTF-8&quot;; return checkMandatory5696765000001272001()" accept-="" charset="UTF-8" wfa_instance_id="3">
  <input type="text" style="display:none;" name="xnQsjsdp" value="f92e5018bc184743bb488dcebb65fb4f63047961739f5e828a51d7c1240ed87c" data-uw-rm-form="fx" aria-label="Text field" data-uw-hidden-control="hidden-control-element">
  <input type="hidden" name="zc_gad" id="zc_gad" value="">
  <input type="text" style="display:none;" name="xmIwtLD" value="2a4639173fff7bf26c2d7a1322ca188d686b43699ef9da6c30c197b8b8a69872" data-uw-rm-form="fx" aria-label="Text field" data-uw-hidden-control="hidden-control-element">
  <input type="text" style="display:none;" name="actionType" value="Q3VzdG9tTW9kdWxlMw==" data-uw-rm-form="fx" aria-label="Text field" data-uw-hidden-control="hidden-control-element">
  <input type="text" style="display:none;" name="returnURL" value="https://oxxousa.com/thank-you/" data-uw-rm-form="fx" aria-label="Text field" data-uw-hidden-control="hidden-control-element">
  <!-- Do not remove this code. -->
  <style>
    html,
    body {
      margin: 0px;
    }

    #crmWebToEntityForm.zcwf_lblLeft {
      width: 100%;
      padding: 25px;
      margin: 0 auto;
      box-sizing: border-box;
    }

    #crmWebToEntityForm.zcwf_lblLeft * {
      box-sizing: border-box;
    }

    #crmWebToEntityForm {
      text-align: left;
    }

    #crmWebToEntityForm * {
      direction: ltr;
    }

    .zcwf_lblLeft .zcwf_title {
      word-wrap: break-word;
      padding: 0px 6px 10px;
      font-weight: bold;
    }

    .zcwf_lblLeft .zcwf_col_fld input[type=text],
    .zcwf_lblLeft .zcwf_col_fld textarea {
      width: 60%;
      border: 1px solid #c0c6cc !important;
      resize: vertical;
      border-radius: 2px;
      float: left;
    }

    .zcwf_lblLeft .zcwf_col_lab {
      width: 30%;
      word-break: break-word;
    }

    @media all and (max-width: 600px) {

      .zcwf_lblLeft .zcwf_col_lab,
      .zcwf_lblLeft .zcwf_col_fld {
        width: auto;
        float: none !important;
      }

      .zcwf_lblLeft .zcwf_col_help {
        width: 40%;
      }
    }
  </style>
  <div class="zcwf_title" style="max-width: 600px;color: black; font-family:Arial;">Subscribe</div>
  <div class="zcwf_row">
    <div class="zcwf_col_lab" style="font-size:12px; font-family: Arial;"><label for="NAME">First Name<span style="color:red;">*</span></label></div>
    <div class="zcwf_col_fld"><input type="text" id="NAME" name="NAME" maxlength="120" data-uw-rm-form="nfx" aria-label="First Name*">
      <div class="zcwf_col_help"></div>
    </div>
  </div>
  <div class="zcwf_row">
    <div class="zcwf_col_lab" style="font-size:12px; font-family: Arial;"><label for="Email">Email<span style="color:red;">*</span></label></div>
    <div class="zcwf_col_fld"><input type="text" ftype="email" id="Email" name="Email" maxlength="100" data-uw-rm-form="nfx" aria-label="Email*">
      <div class="zcwf_col_help"></div>
    </div>
  </div>
  <div class="zcwf_row">
    <div class="zcwf_col_lab"></div>
    <div class="zcwf_col_fld"><input type="submit" id="formsubmit" class="formsubmit zcwf_button" value="Submit" title="Submit" data-uw-rm-form="fx" aria-label="Submit"><input type="reset" class="zcwf_button" name="reset" value="Reset" title="Reset"
        data-uw-rm-form="fx" aria-label="Reset"></div>
  </div>
  <script data-uw-rm-sr="">
    function validateEmail5696765000001272001() {
      var form = document.forms['WebForm5696765000001272001'];
      var emailFld = form.querySelectorAll('[ftype=email]');
      var i;
      for (i = 0; i < emailFld.length; i++) {
        var emailVal = emailFld[i].value;
        if ((emailVal.replace(/^\s+|\s+$/g, '')).length != 0) {
          var atpos = emailVal.indexOf('@');
          var dotpos = emailVal.lastIndexOf('.');
          if (atpos < 1 || dotpos < atpos + 2 || dotpos + 2 >= emailVal.length) {
            alert('Please enter a valid email address. ');
            emailFld[i].focus();
            return false;
          }
        }
      }
      return true;
    }

    function checkMandatory5696765000001272001() {
      var mndFileds = new Array('NAME', 'Email');
      var fldLangVal = new Array('First\x20Name', 'Email');
      for (i = 0; i < mndFileds.length; i++) {
        var fieldObj = document.forms['WebForm5696765000001272001'][mndFileds[i]];
        if (fieldObj) {
          if (((fieldObj.value).replace(/^\s+|\s+$/g, '')).length == 0) {
            if (fieldObj.type == 'file') {
              alert('Please select a file to upload.');
              fieldObj.focus();
              return false;
            }
            alert(fldLangVal[i] + ' cannot be empty.');
            fieldObj.focus();
            return false;
          } else if (fieldObj.nodeName == 'SELECT') {
            if (fieldObj.options[fieldObj.selectedIndex].value == '-None-') {
              alert(fldLangVal[i] + ' cannot be none.');
              fieldObj.focus();
              return false;
            }
          } else if (fieldObj.type == 'checkbox') {
            if (fieldObj.checked == false) {
              alert('Please accept  ' + fldLangVal[i]);
              fieldObj.focus();
              return false;
            }
          }
          try {
            if (fieldObj.name == 'Last Name') {
              name = fieldObj.value;
            }
          } catch (e) {}
        }
      }
      if (!validateEmail5696765000001272001()) {
        return false;
      }
      document.querySelector('.crmWebToEntityForm .formsubmit').setAttribute('disabled', true);
    }

    function tooltipShow5696765000001272001(el) {
      var tooltip = el.nextElementSibling;
      var tooltipDisplay = tooltip.style.display;
      if (tooltipDisplay == 'none') {
        var allTooltip = document.getElementsByClassName('zcwf_tooltip_over');
        for (i = 0; i < allTooltip.length; i++) {
          allTooltip[i].style.display = 'none';
        }
        tooltip.style.display = 'block';
      } else {
        tooltip.style.display = 'none';
      }
    }
  </script>
  <!-- Do not remove this --- Analytics Tracking code starts -->
  <script id="wf_anal" src="https://crm.zohopublic.com/crm/WebFormAnalyticsServeServlet?rid=2a4639173fff7bf26c2d7a1322ca188d68
6b43699ef9da6c30c197b8b8a69872gidf92e5018bc184743bb488dcebb65fb4f63047961739f5e828a51d7c1240ed8
7cgid0553f79ba9ccf83e1be97f6851b4205d7b303747575752f0090474a174d07c67gid14f4ec16431e0686150daa43
f3210513&amp;tw=61690b96c1d0471b638f31426f38e68aa67fb7ed6da86f32dc10ad817fe55a0a"></script>
  <div id="wf_tr_div_3"><input name="te" type="hidden" value="true" id="te_3"><input name="wbfIanaFrD" type="hidden" value="01caa8c5c724ef24f67bb58402679746ba2c61925cc20bb3ba7f9074f0ce20dd3822905dd5e5653d1bb33d735595b280" id="wbfIanaFrD_3"><input
      name="rw" type="hidden" value="d96b29c20b0455090ca784c6aa8b113688f29669807af4109a3369ad37e039c6" id="rw_3"><input name="la" type="hidden" value="b98b82b1487b65b9a8148eb6dfb3ef633bd5fa5c6b994d7d5eda27aa329fb646" id="la_3"><input name="eo"
      type="hidden" value="4a0a6eb4f6906f47e36fa5872924b34789e3438295d784a7f73fa21da59afdaf" id="eo_3"><input name="webform_analytics_submission" type="hidden" value="" id="webform_analytics_submission_3"><img id="wf_tr_ab_img_3"
      style="display: none;"><img id="wf_tr_vi_img_3" style="display: none;"><img id="wf_tr_st_img_3" style="display: none;"></div><!-- Do not 
remove this --- Analytics Tracking code ends. -->
</form>

Text Content

Skip to main contentEnable accessibility for low visionOpen the accessibility
menu






Skip to content
 * Why OXXOExpand
   * Quality
   * GreenEarth
   * Technology
   * Convenience
   * Social Responsibility
 * ServicesExpand
   * Dry Cleaning
   * Pick-up & Delivery
   * OXXO Lockers
   * Laundry
   * Household
   * Alterations
   * Commercial
 * Locations
 * Franchise with Us
 * Contact
 * Care Tips

 * Download the App
 * Own a Franchise

Toggle Menu


OXXO CLEANERS THAT CARE | ECO-FRIENDLY DRY CLEANING & ALTERATIONS


 * ECO-FRIENDLY & NON-TOXIC CLEANING
   
   
   DRY CLEANERS
   THAT CARE
   ABOUT YOU.
   
   Schedule Your Pickup Find A Location
   


 * OXXO APP
   
   
   DOWNLOAD
   OUR APP FOR
   EXCLUSIVE OFFERS.
   
   Download on App Store Get it On Google Play
   


 * ALTERATIONS
   
   
   IT'S WEDDING
   SEASON. WE'LL MAKE
   SURE YOU SHINE.
   
   Find A Location
   

 * 
 * 
 * 


SERVICES


WE HAVE WHAT YOU NEED

You have many cherished items that need to be cleaned and handled with care.
That’s what we do. See which services are available at a location near you.
Learn more


DRY CLEANING


LAUNDRY


HOUSEHOLD


ALTERATIONS


COMMERCIAL

Schedule Your Pickup
 * Pick-Up & Delivery
 * Oxxo Lockers
 * 24/7 ATM
 * Counter Service
 * Franchise
 * Green Earth


SAVE TIME & ENERGY WITH PICK-UP & DELIVERY

 * Schedule a pick-up on our app and place your garments in the OXXO yellow/blue
   bag.
 * We care for your clothes in 48-72 hours.
 * Then we notify you when your garments are ready to be delivered.

Schedule Your Pickup Find A Location



A CONVENIENT WAY TO HANDLE YOUR DRY CLEANING

 * Schedule your pick-up, place your garments in our OXXO bag, and place in an
   OXXO Locker.
 * We care for your clothes in 48 to 72 hours.
 * We'll notify you when your garments are ready to be picked up in your local
   OXXO Locker.

Register Download the App



PICK-UP YOUR CLOTHES ANY TIME

 * After notification you will have access to your garments 24/7 using our ATM
   window.
 * We'll notify you when you pre-paid garments are ready.
 * Use your OXXO Membership card or QR Code on your OXXO app to retrieve your
   garments.

Find A Location Download the App



VISIT OUR COUNTER FOR IN PERSON SERVICE

 * Walk into your local OXXO Cleaners that Care to drop off your garments.
 * Set-up your account and download the OXXO app for the ultimate OXXO Cleaners
   that Care experience.
 * Receive notifications when your garments are ready and pick-up at the counter
   or 24/7 at our ATM window.

Schedule Your Pickup Find A Location



INVEST IN YOUR FUTURE

 * Complete our online franchise application form.
 * Speak to our franchise development expert.
 * Begin your franchise ownership journey!

Apply to Own A Franchise Learn More



ECO-FRIENDLY, NON-TOXIC & ENVIRONMENTALLY SAFE

 * We use GreenEarth to protect your garments and the environment.
 * Our garment bags are biodegradable.
 * We recycle materials, ie. Hangers

Download the App Find A Location


 * ECO-FRIENDLY & NON-TOXIC CLEANING
   
   
   WE CARE ABOUT
   HOW YOU LOOK
   
   Schedule Your Pickup Find A Location
   
   

 * ECO-FRIENDLY & NON-TOXIC CLEANING
   
   
   WE CARE ABOUT
   HOW YOU FEEL
   
   Schedule Your Pickup Find A Location
   
   

 * ECO-FRIENDLY & NON-TOXIC CLEANING
   
   
   WE CARE ABOUT
   OUR PLANET
   
   Schedule Your Pickup Find A Location
   
   

 * ECO-FRIENDLY & NON-TOXIC CLEANING
   
   
   WE CARE ABOUT
   YOUR CLOTHES
   
   Schedule Your Pickup Find A Location
   
   

 * ECO-FRIENDLY & NON-TOXIC CLEANING
   
   
   WE CARE ABOUT
   QUALITY
   
   Schedule Your Pickup Find A Location
   
   

 * 
 * 
 * 
 * 
 * 


WHY OXXO?


WE CARE ABOUT YOUR
GARMENTS

QUALITY

Hand-ironing and quality checks on every step throughout the cleaning process

ECO-FRIENDLY

Safe for your clothes, hypoallergenic and healthy for the environment

PREMIUM TECHNOLOGY

State of the art equipment, 24/7 ATM and your clothes at your fingertips

CONVENIENCE

24/7 ATM-style pick-up, 24/7 drop box, OXXO app, and online payments.

More About OXXO



LOCATIONS


OVER 40 CONVENIENT LOCATIONS ACROSS THE US AND 8 INTERNATIONALLY




TEXAS
4 LOCATIONS


FLORIDA
37 LOCATIONS


NEW JERSEY
1 LOCATION


INDONESIA
8 LOCATIONS

Find A Store download the App


PICK-UP & DELIVERY


OUR PROCESS GIVES YOU MORE TIME TO DO YOU


DOWNLOAD
THE APP

Download on App Store Get it On Google Play


SCHEDULE A
PICK-UP

Schedule your pick-up in the app. Set a time and where your items are placed.


PLACE YOUR
ITEMS OUTSIDE

Put your items in the OXXO laundry bag and place them in the spot you indicated
in the app.


WAIT FOR IT...

Sit back, relax and enjoy the time you’ve saved. We’ll take care of the rest.


BRING YOUR ITEMS
BACK INSIDE

You’ll be notified when your items are being delivered. Just bring them in and
enjoy your clean clothes.

Find Schedule Your Pickup Find A Location


TESTIMONIALS


PEOPLE HAVE GOOD
THINGS TO SAY ABOUT
OXXO

OXXO’s state-of-the-art quality controlled services are rewarded with excellent
reviews from our customers. Here’s what they have to say.

Write A Review

Schedule Your Pickup Find A Location
Jean-Claude Mondesir

Read More
I was just passing through town on business and needed same day tailoring and
dry cleaning services. This was my first time at OXXO, and they made me feel
like a long time customer. The service was EXCELLENT. They even offer after
hours pick up, utilizing new tech, with a Bar code system. Please open up a
store in Atlanta.. 5 stars!!!!
Andrea Montoya

Read More
My husband and I have been in search of a new dry cleaner for months. We moved
to Doral and tried a few different locations. I’m so happy to say our search is
finally over! OXXO Care Cleaners did amazing work!! My husband is a lawyer and
needs his formal shirts dry-cleaned monthly. He’s very picky with how he wants
his shirts, and OXXO Care did a wonderful job! We had 5 white button-up shirts
dry cleaned and they came out looking like new. They even have a really cool and
convenient drive-through for pick-up. I would a hundred percent recommend this
location!
Jo Rawald

Read More
Quality workmanship with excellent fast & friendly service! Services: Leather &
suede cleaning, Special care fabric cleaning, Wedding gown preservation, Clothes
pressing, Ironing, Alterations, Organic dry cleaning
Paul Eastman

Read More
First time using them after years of being with another group down the street. I
forgot to pick up my laundry Saturday during the day. And I’m leaving out of
town tomorrow. I sent an email asking for them to help get my clothes. I got an
instant response. And in about 2 hours that helped me and met me at the store at
11:45pm on Saturday night! It was a life saver as I needed these clothes for my
trip. I am officially a customer!!
Susan Merlo

Read More
Five star service! Jean is so nice and patient. He answered many of my questions
before using the dry cleaning service. I had been looking for a dry cleaner that
I can trust with everyday and special designer pieces. Beyond delighted I have
found the right one. My dresses etc came out amazing from the cleaning and
pressing. I wasn’t sure how a few of the dresses would come out. All looks brand
new again:)! Absolutely LOVE the flawless delivery service as well! Thank you
Jean! I look forward to the next service!
Jenn Kennedy

Read More
OXXO Care Cleaners is by far the best dry cleaning service I have ever used. As
a person who absolutely LOVES clothing, I have a wide collection of difficult
and unique fabrics. I have been turned away by other, lesser dry cleaners in the
area who are not skilled enough to deeply clean the materials I own. OXXO Care
Cleaners accepted every single challenge I have brought in so far and exceeded
my expectations in every criterion. Flor, from OXXO Care Cleaners, is an
incredibly skilled professional who can explain various processes and procedures
that will comfort even the most skeptical customer. Flor’s work is exceptional.
I absolutely trust Flor with all of my clothing no matter what the issue happens
to be. Flor has beautifully cleaned multiple dresses that I thought were
destroyed—white fabrics with deep, yellow sweat stains or even wine stains.
Before I met Flor, I dealt with cleaners who destroyed very expensive dresses
without ever telling me there could even be an issue. Flor will explain any
issues that could arise from dry cleaning and will be completely honest about
the process. I have never had one negative issue at OXXO Care Cleaners. Bring
your clothing now! They are the best! Ask for Flor! She has your back -
literally!
Read More
Jean-Claude Mondesir

Read More
I was just passing through town on business and needed same day tailoring and
dry cleaning services. This was my first time at OXXO, and they made me feel
like a long time customer. The service was EXCELLENT. They even offer after
hours pick up, utilizing new tech, with a Bar code system. Please open up a
store in Atlanta.. 5 stars!!!!
Andrea Montoya

Read More
My husband and I have been in search of a new dry cleaner for months. We moved
to Doral and tried a few different locations. I’m so happy to say our search is
finally over! OXXO Care Cleaners did amazing work!! My husband is a lawyer and
needs his formal shirts dry-cleaned monthly. He’s very picky with how he wants
his shirts, and OXXO Care did a wonderful job! We had 5 white button-up shirts
dry cleaned and they came out looking like new. They even have a really cool and
convenient drive-through for pick-up. I would a hundred percent recommend this
location!
Previous
Next
Schedule Your Pickup Find A Location


OXXO QUALITY


EXPERIENCE OUR AWARD-WINNING SERVICE


Schedule Your Pickup Find A Location


OXXO APP


ALL THE CLEANING
YOU NEED AT YOUR
FINGERTIPS

Download on App Store Get it On Google Play




ARTICLES & PRESS RELEASES


OXXO’S FEATURES AND MENTIONS IN THE MEDIA

See All Press


SUBSCRIBE TO OUR NEWSLETTER

State of the art equipment, 24/7 ATM and your clothes at your fingertips

Subscribe
First Name*

Email*





CONTACT US


GET IN TOUCH WITH OUR CUSTOMER CARE CENTER

Facebook-f Linkedin-in Youtube Instagram
Home2
Store Location*
-None- Alton Rd. Alton Town Cntr. (PBG) Aventura Bayshore Boca Raton Clermont
Cooper City Doral I Doral II Doral III Doral IV Downtown Miami Frisco Hollywood
Houston Katy Keystone Lake Nona Las Olas Mary Brickell Merrick Park Miami Lakes
Miami Shores Midtown North Bay Village Palm Beach Gardens Palmetto Bay Pembroke
Pines Plano Royal Palm Beach San Remo Short Hills Southchase West Avenue Weston

First Name*

Last Name*

Phone*

Email*

How can we help you?*

Enter the Captcha

Reload



Facebook-f Linkedin-in Youtube Instagram
Find A Location

CONTACT

FOR INFORMATION 1 866-462-6996

FOR PICK-UP & DELIVERY1 877 OXXO-2-GO (699-6246)

FAX 954-927-7357

LOCATION

OXXO® CLEANERS THAT CARE CORPORATE HEADQUARTERS 1874 North Young Circle,
Hollywood, Florida 33020
954-927-7410

NE HEADQUARTERS 622 Morris Turnpike,
Short Hills, NJ 07078
973-564-5661

MORE INFO

 * Why OXXO
 * Quality
 * Social Responsibility
 * Convenience
 * GreenEarth
 * Press
 * Care Tips
 * Careers
 * Own a Franchise
 * Install a Locker

SERVICES

 * Dry Cleaning
 * Laundry
 * Household
 * Alterations
 * Commercial
 * OXXO Lockers

THE OXXO APP

Download on App Store Get it On Google Play

NEWSLETTER

Subscribe to receive updates and newsletters to your inbox.

Subscribe
First Name*

Email*



© OXXO Cleaners that Care. 2024 All Rights Reserved.
 * Sign In
 * Accessibility
 * Privacy Policy
 * Terms for Service

Scroll to top Scroll to top
 * Home
 * Why OXXOExpand child menuExpand
   * Quality
   * Green Earth
   * Technology
   * Convenience
   * Social Responsibility
 * ServicesExpand child menuExpand
   * Dry Cleaning
   * Pick-up & Delivery
   * OXXO Lockers
   * Laundry
   * Household
   * Alterations
   * Commercial
 * Locations
 * Franchise with Us
 * Contact
 * Care Tips
 * Download The App
 * Get Started Today

Locations

Google Recaptcha


This website uses cookies, including third-party cookies, which allow OXXO
Cleaners to obtain information about your visit to the website. Please click
here to learn more about the cookies used on this website and how to change
current settings if you do not agree. By continuing to use this website
(clicking on a button or link under this banner), you consent to the use of
cookies.

I Agree | Close