business.t-mobile.com Open in urlscan Pro
45.60.47.29  Public Scan

Submitted URL: http://email.mailcrossroads.com/c/17LXLY24mLGEXInlpqFcbcC5YmY
Effective URL: https://business.t-mobile.com/store-locator?cmpid=TFB_EPM_P_21APPLNPI_308XR8O34C7PKC5A867891
Submission: On September 29 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

Name: businessContactFormPOST

<form name="businessContactForm" id="contact-form-contact-form-modal" method="post" ng-submit="submit($event)" novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-minlength ng-valid-pattern ng-valid-maxlength ng-valid-email">
  <div class="success-state" style="display: none">
    <h2 tabindex="0" bind-unsafe-html="vm.contactFormVal.model.data.successHeadline"><span class="ng-scope">Thank you.</span></h2>
    <p tabindex="0" bind-unsafe-html="vm.contactFormVal.model.data.successParagraph"><span class="ng-scope">A </span><span style="white-space:nowrap" class="ng-scope">T-Mobile</span><span class="ng-scope"> Business Expert will contact you to discuss
        the best options for your business. Or if you’d like to begin right away, call us at </span><span style="white-space:nowrap" class="ng-scope"><a href="tel:+18553283703">1-844-428-9675</a>.</span></p>
  </div>
  <div class="initial-state">
    <h2 tabindex="0" bind-unsafe-html="vm.contactFormVal.model.data.headline"><span class="ng-scope">We’ll call you.</span></h2>
    <p tabindex="0" bind-unsafe-html="vm.contactFormVal.model.data.paragraph"><span class="ng-scope">Enter your information below, and a </span><span style="white-space:nowrap" class="ng-scope">T-Mobile<sup>®</sup></span><span class="ng-scope">
        Business Expert will contact you. Or call us at </span><span style="white-space:nowrap" class="ng-scope"><a href="tel:+18553283703">1-844-428-9675</a>.</span></p>
    <a ng-href="//business.t-mobile.com/b2b-contact-information" target="_self" class="decorated-link" aria-label="" data-analytics-id="WEB-28886-unav-contact-form-linkCta" href="//business.t-mobile.com/b2b-contact-information" style="">Existing T-Mobile Business customer?</a>
    <span tabindex="0" class="required"><sup>*</sup>indicates required fields</span>
  </div>
  <div class="fieldset">
    <div class="input-wrapper" ng-class="{ 'error' : businessContactForm['First Name'].$invalid &amp;&amp; businessContactForm.$submitted }"><label for="lead-gen-firstName">First name*</label><input name="First Name" id="lead-gen-firstName"
        placeholder="First name*" ng-model="formData['First Name']" ng-required="true" ng-minlength="1" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength" required="required" aria-invalid="true">
      <div class="error-msg ng-hide" ng-show="businessContactForm['First Name'].$invalid &amp;&amp; businessContactForm.$submitted" aria-hidden="true">
        <p>Please enter your first name.</p><span class="icon error-icon"></span>
      </div>
    </div>
    <div class="input-wrapper" ng-class="{ 'error' : businessContactForm['Last Name'].$invalid &amp;&amp; businessContactForm.$submitted }"><label for="lead-gen-lastName">Last name*</label><input name="Last Name" id="lead-gen-lastName"
        placeholder="Last name*" ng-model="formData['Last Name']" ng-required="true" ng-minlength="1" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength" required="required" aria-invalid="true">
      <div class="error-msg ng-hide" ng-show="businessContactForm['Last Name'].$invalid &amp;&amp; businessContactForm.$submitted" aria-hidden="true">
        <p>Please enter your last name.</p><span class="icon error-icon"></span>
      </div>
    </div>
    <div class="input-wrapper" ng-class="{ 'error' : businessContactForm['Business Phone'].$invalid &amp;&amp; businessContactForm.$submitted }"><label for="lead-gen-phone">Phone number*</label><input type="tel" name="Business Phone"
        id="lead-gen-phone" placeholder="Phone number*" ng-model="formData['Business Phone']" ng-pattern="/^\d+$/" ng-required="true" ng-minlength="10" ng-maxlength="10" maxlength="10"
        class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-minlength ng-valid-maxlength" required="required" aria-invalid="true">
      <div class="error-msg ng-hide" ng-show="businessContactForm['Business Phone'].$invalid &amp;&amp; businessContactForm.$submitted" aria-hidden="true">
        <p>Please enter a valid phone number.</p><span class="icon error-icon"></span>
      </div>
    </div>
    <div class="input-wrapper" ng-class="{ 'error' : businessContactForm['Email'].$invalid &amp;&amp; businessContactForm.$submitted }"><label for="lead-gen-email">Email address*</label><input type="email" name="Email" id="lead-gen-email"
        placeholder="Email address*" ng-model="formData['Email']" ng-pattern="/^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,15})$/" ng-required="true"
        class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-email" required="required" aria-invalid="true">
      <div class="error-msg ng-hide" ng-show="businessContactForm['Email'].$invalid &amp;&amp; businessContactForm.$submitted" aria-hidden="true">
        <p>Please enter a valid email address.</p><span class="icon error-icon"></span>
      </div>
    </div>
    <div class="input-wrapper" ng-class="{ 'error' : businessContactForm['Zip Code'].$invalid &amp;&amp; businessContactForm.$submitted }"><label for="lead-gen-zip">Zip code*</label><input type="number" name="Zip Code" id="lead-gen-zip"
        placeholder="Zip code*" ng-model="formData['Zip Code']" ng-required="true" ng-minlength="5" ng-maxlength="5" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength" required="required"
        aria-invalid="true">
      <div class="error-msg ng-hide" ng-show="businessContactForm['Zip Code'].$invalid &amp;&amp; businessContactForm.$submitted" aria-hidden="true">
        <p>Please enter a valid zip code.</p><span class="icon error-icon"></span>
      </div>
    </div>
    <div class="input-wrapper" ng-class="{ 'error' : businessContactForm['Company'].$invalid &amp;&amp; businessContactForm.$submitted }"><label for="lead-gen-company">Company name*</label><input name="Company" id="lead-gen-company"
        placeholder="Company name*" ng-model="formData['Company']" ng-required="true" ng-minlength="1" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength" required="required" aria-invalid="true">
      <div class="error-msg ng-hide" ng-show="businessContactForm['Company'].$invalid &amp;&amp; businessContactForm.$submitted" aria-hidden="true">
        <p>Please enter your company name.</p><span class="icon error-icon"></span>
      </div>
    </div>
    <div class="input-wrapper dropdown-wrapper" ng-class="{ 'error' : businessContactForm['Organization Type'].$invalid &amp;&amp; businessContactForm.$submitted }">
      <div class="styled-select"><label for="lead-gen-type">Company type*</label><select name="Organization Type" id="lead-gen-type" ng-model="formData['Organization Type']" ng-required="true" placeholder="Company type*"
          class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="required" aria-invalid="true">
          <option value="" disabled="" selected="">Company type*</option>
          <option value="private">Privately Held</option>
          <option value="public">Publicly Traded</option>
          <option value="State &amp; Local Government">State &amp; Local Government</option>
          <option value="Federal Government">Federal Government</option>
          <option value="T-Mobile Solution Provider">T-Mobile Solution Provider</option>
          <option value="Non-Profit Organization">Non-Profit Organization</option>
          <option value="Public School">Public School</option>
        </select></div>
      <div class="error-msg ng-hide" ng-show="businessContactForm['Organization Type'].$invalid &amp;&amp; businessContactForm.$submitted" aria-hidden="true">
        <p>Please select a company type.</p><span class="icon error-icon"></span>
      </div>
    </div>
    <div class="input-wrapper dropdown-wrapper" ng-class="{ 'error' : businessContactForm['Company Size'].$invalid &amp;&amp; businessContactForm.$submitted }">
      <div class="styled-select"><label for="lead-gen-size">Company size*</label><select name="Company Size" id="lead-gen-size" ng-model="formData['Company Size']" ng-required="true" placeholder="Company size*"
          class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="required" aria-invalid="true">
          <option value="" disabled="" selected="">Company size*</option>
          <option value="1-4">1-4</option>
          <option value="5-49">5-49</option>
          <option value="50-999">50-999</option>
          <option value=">1,000">&gt;1,000</option>
        </select></div>
      <div class="error-msg ng-hide" ng-show="businessContactForm['Company Size'].$invalid &amp;&amp; businessContactForm.$submitted" aria-hidden="true">
        <p>Please select the size of your company.</p><span class="icon error-icon"></span>
      </div>
    </div>
    <div class="input-wrapper text-area"><label for="lead-gen-text">How can we help?</label><textarea name="How Can We Help" id="lead-gen-text" ng-model="formData['How Can We Help']" placeholder="How can we help?"
        class="ng-pristine ng-untouched ng-valid ng-empty" aria-invalid="false"></textarea></div>
    <div class="input-wrapper opt-in" ng-class="{ 'error' : businessContactForm['Opt In'].$invalid &amp;&amp; businessContactForm.$submitted }"><input type="checkbox" name="Opt In" ng-model="formData['Opt In']"
        aria-label="By clicking submit, you’re agreeing we can tell you about future offers via email or autodialed call to the number you provided; your consent is not a condition of purchase." ng-required="true" id="opt-in-contact-form-modal"
        data-analytics-id="WEB-28886-unav-contact-form-opt-in" class="ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" required="required" aria-invalid="true"><label for="opt-in-contact-form-modal" class="ng-binding">By clicking
        submit, you’re agreeing we can tell you about future offers via email or autodialed call to the number you provided; your consent is not a condition of purchase.</label><input type="hidden" name="Referring URL" value="ledgenformpage.html"
        autocomplete="off">
      <div class="error-msg ng-hide" ng-show="businessContactForm['Opt In'].$invalid &amp;&amp; businessContactForm.$submitted" aria-hidden="true">
        <p>Required field.</p>
      </div>
    </div>
    <div style="position:absolute; left:-9999px; top: -9999px"><label for="pardot_extra_field">Comments</label><input id="pardot_extra_field" name="pardot_extra_field" tabindex="-1" aria-hidden="true"></div>
    <div class="input-wrapper opt-in" id="grecaptcha-contact-form-modal"></div>
    <div class="cta"><button type="submit" class="btn ng-binding" data-analytics-id="WEB-28886-unav-contact-form-submit">Contact me</button></div>
  </div>
</form>

<form id="store-locator-search-form" class="store-locator-search-form ng-pristine ng-invalid ng-invalid-required" aria-expanded="true" aria-owns="store-locator-search-ac-listbox" aria-haspopup="true" ng-submit="vm.submitSearch()">
  <div class="store-locator-search-combobox display-flex"><!-- ngIf: vm.model.clearSearchButton --> <input required=""
      class="store-locator-search-box width-100 border-none text-black font-bold display-inline ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required pac-target-input" type="search" placeholder="Find a store" name="storeSearchField"
      id="storeSearchField" spellcheck="" aria-hidden="false" autocomplete="off" aria-label="Find a store" aria-controls="store-locator-search-ac-listbox" aria-required="true" ng-enter="vm.submitSearch()" ng-click="vm.showCloseButton()"
      ng-blur="vm.changeHelperText()" ng-model="vm.model.searchField" aria-invalid="true"> <button class="store-locator-search-submit border-none bg-white p-a-0" aria-required="true" aria-hidden="false" aria-label="Search"></button></div>
</form>

Text Content

THANK YOU.

A T-Mobile Business Expert will contact you to discuss the best options for your
business. Or if you’d like to begin right away, call us at 1-844-428-9675.


WE’LL CALL YOU.

Enter your information below, and a T-Mobile® Business Expert will contact you.
Or call us at 1-844-428-9675.

Existing T-Mobile Business customer? *indicates required fields
First name*

Please enter your first name.

Last name*

Please enter your last name.

Phone number*

Please enter a valid phone number.

Email address*

Please enter a valid email address.

Zip code*

Please enter a valid zip code.

Company name*

Please enter your company name.

Company type*Company type*Privately HeldPublicly TradedState & Local
GovernmentFederal GovernmentT-Mobile Solution ProviderNon-Profit
OrganizationPublic School

Please select a company type.

Company size*Company size*1-45-4950-999>1,000

Please select the size of your company.

How can we help?
By clicking submit, you’re agreeing we can tell you about future offers via
email or autodialed call to the number you provided; your consent is not a
condition of purchase.

Required field.

Comments

Contact me