www.tcsfuel.com Open in urlscan Pro
107.154.75.215  Public Scan

Submitted URL: https://login-test.tcsfuel.com/
Effective URL: https://www.tcsfuel.com/
Submission: On August 09 via api from US — Scanned from US

Form analysis 2 forms found in the DOM

Name: searchMCDOTForm

<form ng-submit="searchWebService('')" id="searchMCDOTForm" name="searchMCDOTForm" novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength">
  <div class="row">
    <div class="col-10 offset-1">
      <div class="row">
        <div class="col-6 px-0">
          <button class="btn btn-primary btn-primary-light_grey btn-block py-2 toggleBtns toggleBtnsActive" ng-class="searchMcDotFormObject.authorityType == 'DOT' ? 'toggleBtnsActive' : ''" id="searchMCDOTForm_btnDot" type="button"
            ng-click="toggleMcDot('DOT');">DOT</button>
        </div>
        <div class="col-6 px-0">
          <button class="btn btn-primary btn-primary-light_grey btn-block toggleBtns py-2" ng-class="searchMcDotFormObject.authorityType == 'MC' ? 'toggleBtnsActive' : '' " id="searchMCDOTForm_btnMC" type="button"
            ng-click="toggleMcDot('MC');">MC</button>
        </div>
      </div>
      <div class="row pt-2">
        <div class="col-12 px-0">
          <div class="row">
            <div class="col-12">
              <div class="row">
                <div class="col-4 col-md-2 pr-0">
                  <input id="searchMCDOTForm_SearchPrefix" class="text-center form-control"
                    ng-class="{'field_error' : (!searchMCDOTForm.MCDOTInputField.$valid &amp;&amp; !searchMCDOTForm.MCDOTInputField.$pristine || !searchMCDOTForm.MCDOTInputField.$valid &amp;&amp; searchMcDotFormObject.searchMCDOTFormSubmitted == true || searchMCDOTErrorMsg == true &amp;&amp; searchMcDotFormObject.searchMCDOTFormSubmitted == true) &amp;&amp; $('#mainSignUpForm_mcDotSearchInput').hasFocus() != true}"
                    value="DOT -" disabled="">
                </div>
                <div class="col-8 col-md-10  pl-0">
                  <input id="searchMCDOTForm_Search" name="MCDOTInputField" no-special-char="" placeholder="eg: 1234567" type="tel" minlength="5" maxlength="8" ng-model="searchMcDotFormObject.mcDotNum"
                    class="no-outline form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength" ng-required="true"
                    ng-class="{'field_error' : !searchMCDOTForm.MCDOTInputField.$valid &amp;&amp; !searchMCDOTForm.MCDOTInputField.$pristine || !searchMCDOTForm.MCDOTInputField.$valid &amp;&amp; searchMcDotFormObject.searchMCDOTFormSubmitted == true || searchMCDOTErrorMsg == true &amp;&amp; searchMcDotFormObject.searchMCDOTFormSubmitted == true}"
                    required="required">
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="row pt-2">
        <div class="col-12 px-0" id="searchMCDOTForm_SearchButtonWrapper">
          <button type="submit" class="btn btn-primary btn-primary-tcs_gold btn-block">Search</button>
        </div>
      </div>
    </div>
  </div>
  <input type="hidden" name="mcfx_form_id" value="62fc196943cb85d0f2f4af2a" autocomplete="off"><input type="hidden" name="fx_type" value="" autocomplete="off"><input type="hidden" name="lmfx_submit_uuid" value="12fa4042-2411-4c2c-80fd-0d75e19347a8"
    autocomplete="off"><input type="hidden" name="ga_count" value="1" autocomplete="off"><input type="hidden" name="ga_id" value="01dcf0ee-c7c6-420b-802d-39cbb11a87f6" autocomplete="off">
</form>

Name: mainSignUpForm

<form name="mainSignUpForm" ng-submit="submitFuelLeadApplyForm()" id="mainSignUpForm" class="mt-2 ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength ng-valid-email ng-valid-pattern ng-valid-minlength" novalidate="">
  <!-- ngIf: searchMcDotFormObject.mcDotConfirmed == false && searchMcDotFormObject.noMcDot == false -->
  <div class="row ng-scope" ng-if="searchMcDotFormObject.mcDotConfirmed == false &amp;&amp; searchMcDotFormObject.noMcDot == false">
    <div class="col-12">
      <div class="row">
        <div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6 pr-0">
          <button class="btn btn-primary btn-block btn-primary-light_grey toggleBtns toggleBtnsActive" ng-class="searchMcDotFormObject.authorityType == 'DOT' ? 'toggleBtnsActive' : ''" type="button" ng-click="toggleMcDot('DOT');"
            id="mainSignUpForm_btnDot">DOT</button>
        </div>
        <div class="col-6 col-sm-6 col-md-6 col-lg-6 col-xl-6 pl-0">
          <button class="btn btn-primary btn-block btn-primary-light_grey toggleBtns" ng-class="searchMcDotFormObject.authorityType == 'MC' ? 'toggleBtnsActive' : ''" type="button" ng-click="toggleMcDot('MC');" id="mainSignUpForm_btnMC">MC</button>
        </div>
      </div>
      <div class="row mt-2 ">
        <div class="col-12">
          <div class="row" id="mainSignUpForm_mcDotSearchRow">
            <div class="col-12">
              <div class="row">
                <div class="col-4 col-sm-2 col-md-2 col-lg-2 col-xl-2 pr-0" id="mainSignUpForm_mcDOTPrefixWrapper">
                  <input id="mainSignUpForm_mcDOTPrefix" type="text" class="mainSignUpForm_SearchPrefix pr-0 text-center form-control"
                    ng-class="{'field_error' : (!mainSignUpForm.MCDOTInputField.$valid &amp;&amp; !mainSignUpForm.MCDOTInputField.$pristine || !mainSignUpForm.MCDOTInputField.$valid &amp;&amp; mainSignUpSubmitted == true)}" value="DOT &nbsp;-"
                    disabled="">
                </div>
                <div class="col-8 col-sm-10 col-md-10 col-lg-10 col-xl-10 pl-0" id="mainSignUpForm_SearchInputWrapper">
                  <input id="mainSignUpForm_mcDotSearchInput" name="MCDOTInputField" no-special-char="" placeholder="eg: 1234567" type="tel" maxlength="8" ng-model="mainSignUpFormObject.contactMCDOT"
                    class="no-outline pl-4 form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" ng-required="true"
                    ng-class="{'field_error' : !mainSignUpForm.MCDOTInputField.$valid &amp;&amp; !mainSignUpForm.MCDOTInputField.$pristine || !mainSignUpForm.MCDOTInputField.$valid &amp;&amp; mainSignUpSubmitted == true}" required="required">
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div><!-- end ngIf: searchMcDotFormObject.mcDotConfirmed == false && searchMcDotFormObject.noMcDot == false -->
  <!-- ngIf: searchMcDotFormObject.mcDotConfirmed == false -->
  <div class="row mt-2 ng-scope" ng-if="searchMcDotFormObject.mcDotConfirmed == false">
    <div class="col-12 pb-2">
      <input type="text" name="companyName" id="mainSignUpForm_companyName" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" ng-model="mainSignUpFormObject.companyName"
        placeholder="Company Name" maxlength="50" ng-required="true"
        ng-class="{'field_error' : !mainSignUpForm.companyName.$valid &amp;&amp; !mainSignUpForm.companyName.$pristine || !mainSignUpForm.companyName.$valid &amp;&amp; mainSignUpSubmitted == true}" required="required">
    </div>
  </div><!-- end ngIf: searchMcDotFormObject.mcDotConfirmed == false -->
  <div class="row">
    <div class="col-12  pb-2">
      <input type="text" name="contactName" maxlength="30" ng-model="mainSignUpFormObject.contactName" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength"
        ng-class="{'field_error' : !mainSignUpForm.contactName.$valid &amp;&amp; !mainSignUpForm.contactName.$pristine || !mainSignUpForm.contactName.$valid &amp;&amp; mainSignUpSubmitted == true}" id="mainSignUpForm_contactName" ng-required="true"
        placeholder="Name" required="required">
    </div>
  </div>
  <div class="row">
    <div class="col-12 pb-2">
      <input type="email" name="contactEmail" ng-pattern="/^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength"
        id="mainSignUpForm_contactEmail" maxlength="50" placeholder="Email"
        ng-class="{'field_error' : mainSignUpForm.contactEmail.$error.pattern == true &amp;&amp; !mainSignUpForm.contactEmail.$pristine || mainSignUpForm.contactEmail.$error.required == true &amp;&amp; !mainSignUpForm.contactEmail.$pristine || !mainSignUpForm.contactEmail.$valid &amp;&amp;  mainSignUpSubmitted == true}"
        ng-model="mainSignUpFormObject.contactEmail" ng-required="true" required="required">
    </div>
  </div>
  <div class="row">
    <div class="col-12 pb-2">
      <input type="tel" phone-input="" name="contactPhoneNumber" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-minlength ng-valid-maxlength" id="mainSignUpForm_contactPhoneNumber" ng-minlength="10"
        ng-maxlength="10" ng-model="mainSignUpFormObject.contactPhoneNumber"
        ng-class="{'field_error' :  (mainSignUpForm.contactPhoneNumber.$error.minlength == true || mainSignUpForm.contactPhoneNumber.$error.maxlength == true) &amp;&amp; !mainSignUpForm.contactPhoneNumber.$pristine || mainSignUpForm.contactPhoneNumber.$error.required == true &amp;&amp; !mainSignUpForm.contactPhoneNumber.$pristine || mainSignUpForm.contactPhoneNumber.$error.required == true  &amp;&amp;  mainSignUpSubmitted == true || !mainSignUpForm.contactPhoneNumber.$valid &amp;&amp;  mainSignUpSubmitted == true}"
        placeholder="Phone Number" ng-required="true" required="required">
    </div>
  </div>
  <!-- ngIf: searchMcDotFormObject.mcDotConfirmed == false -->
  <div class="row ng-scope" ng-if="searchMcDotFormObject.mcDotConfirmed == false">
    <div class="col-4 pb-2 select-wrapper">
      <select class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-required" name="authorityType" ng-model="mainSignUpFormObject.authorityType" ng-required="false">
        <option value="" selected="selected">MC or DOT?</option>
        <option value="DOT">DOT</option>
        <option value="MC">MC</option>
      </select>
    </div>
    <div class="col-8 pb-2">
      <input type="text" name="mcOrDot" class="form-control ng-pristine ng-untouched ng-valid ng-empty ng-valid-required" id="mainSignUpForm_contactMcOrDot" ng-model="mainSignUpFormObject.contactMcOrDot" placeholder="MC or DOT (optional)"
        ng-required="false">
    </div>
  </div><!-- end ngIf: searchMcDotFormObject.mcDotConfirmed == false -->
  <div class="row pb-2">
    <div class="col-12 select-wrapper">
      <select class="mainSignUpFormSelect form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="currentFuelCard" ng-model="mainSignUpFormObject.currentFuelCard" ng-required="true"
        ng-class="{'field_error' : !mainSignUpForm.currentFuelCard.$valid &amp;&amp; !mainSignUpForm.currentFuelCard.$pristine || !mainSignUpForm.currentFuelCard.$valid &amp;&amp; mainSignUpSubmitted == true}" required="required">
        <option value="" selected="selected">What fuel card do you currently use?</option>
        <option value="Comdata">Comdata</option>
        <option value="EFS">EFS</option>
        <option value="Fleet One">Fleet One</option>
        <option value="T-Chek">T-Chek</option>
        <option value="TCH">TCH</option>
        <option value="Apex">Apex</option>
        <option value="None">None</option>
        <option value="Other">Other</option>
      </select>
    </div>
  </div>
  <div class="row pb-2">
    <div class="col-12 select-wrapper">
      <select class="mainSignUpFormSelect form-control ng-pristine ng-untouched ng-valid ng-empty" ng-model="mainSignUpFormObject.howDidYouHearAboutUs">
        <option value="" selected="selected">How did you hear about TCS?</option>
        <option value="INTERNET_SEARCH">Internet Search</option>
        <option value="MAGAZINE">Magazine</option>
        <option value="NEXTLOAD">NextLOAD</option>
        <option value="DIRECT_MAIL">Letter</option>
        <option value="EMAIL">Email</option>
        <option value="REFERRAL">A Friend</option>
        <option value="SOCIAL_MEDIA">Social Media</option>
        <option value="COLD_CALL">Someone Called</option>
        <option value="TRADE_SHOW">Truck Show</option>
        <option value="OTHER">Other</option>
      </select>
    </div>
  </div>
  <div class="row pb-2">
    <div class="col-12 col-md-6 offset-md-3">
      <button type="submit" class="btn btn-primary btn-primary-tcs_gold btn-block">Submit</button>
    </div>
  </div>
  <div class="row">
    <div class="col-12 text-center preferSpanishWrapper">
      <input type="checkbox" name="preferSpanish" ng-model="mainSignUpFormObject.prefersSpanish" id="preferSpanish" class="ng-pristine ng-untouched ng-valid ng-empty">
      <label for="preferSpanish">Prefiere hablar en español?</label>
    </div>
  </div>
  <div class="row mt-2 ng-hide" ng-show="mainSignUpForm.$valid != true &amp;&amp; mainSignUpSubmitted == true">
    <div class="col-12 field_error-directions  text-center">
      <p> Please review your entries above and fill in a valid value for each required field. </p>
    </div>
  </div>
</form>

Text Content

We value your privacy

We use cookies to enhance your browsing experience, serve personalized ads or
content, and analyze our traffic. By clicking "Accept All", you consent to our
use of cookies.

Customize Reject All Accept All
Customize Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions.
You will find detailed information about all cookies under each consent category
below.

The cookies that are categorized as "Necessary" are stored on your browser as
they are essential for enabling the basic functionalities of the site. ... Show
more

NecessaryAlways Active

Necessary cookies are required to enable the basic features of this site, such
as providing secure log-in or adjusting your consent preferences. These cookies
do not store any personally identifiable data.

 * Cookie
   _ga
 * Duration
   2 years
 * Description
   The _ga cookie, installed by Google Analytics, calculates visitor, session
   and campaign data and also keeps track of site usage for the site's analytics
   report. The cookie stores information anonymously and assigns a randomly
   generated number to recognize unique visitors.

 * Cookie
   AWSALBCORS
 * Duration
   7 days
 * Description
   This cookie is managed by Amazon Web Services and is used for load balancing.

 * Cookie
   PHPSESSID
 * Duration
   session
 * Description
   This cookie is native to PHP applications. The cookie is used to store and
   identify a users' unique session ID for the purpose of managing user session
   on the website. The cookie is a session cookies and is deleted when all the
   browser windows are closed.

Functional


Functional cookies help perform certain functionalities like sharing the content
of the website on social media platforms, collecting feedback, and other
third-party features.

 * Cookie
   pll_language
 * Duration
   1 year
 * Description
   The pll _language cookie is used by Polylang to remember the language
   selected by the user when returning to the website, and also to get the
   language information when not available in another way.

Analytics


Analytical cookies are used to understand how visitors interact with the
website. These cookies help provide information on metrics such as the number of
visitors, bounce rate, traffic source, etc.

 * Cookie
   _ga_S0290DWWXN
 * Duration
   2 years
 * Description
   This cookie is installed by Google Analytics.

 * Cookie
   _gid
 * Duration
   1 day
 * Description
   Installed by Google Analytics, _gid cookie stores information on how visitors
   use a website, while also creating an analytics report of the website's
   performance. Some of the data that are collected include the number of
   visitors, their source, and the pages they visit anonymously.

 * Cookie
   ___utmvc
 * Duration
   past
 * Description
   The ___utmvc cookie is installed by Google Analytics to gather data on the
   user's site usage. This data is then used to compile reports and improve the
   site.

 * Cookie
   _ga_CNKTN2RBB7
 * Duration
   2 years
 * Description
   This cookie is installed by Google Analytics.

 * Cookie
   _hjFirstSeen
 * Duration
   30 minutes
 * Description
   Hotjar sets this cookie to identify a new user’s first session. It stores a
   true/false value, indicating whether it was the first time Hotjar saw this
   user.

 * Cookie
   _hjIncludedInSessionSample
 * Duration
   2 minutes
 * Description
   Hotjar sets this cookie to know whether a user is included in the data
   sampling defined by the site's daily session limit.

 * Cookie
   _hjAbsoluteSessionInProgress
 * Duration
   30 minutes
 * Description
   Hotjar sets this cookie to detect the first pageview session of a user. This
   is a True/False flag set by the cookie.

 * Cookie
   sid
 * Duration
   session
 * Description
   The sid cookie contains digitally signed and encrypted records of a user’s
   Google account ID and most recent sign-in time.

 * Cookie
   _hjIncludedInPageviewSample
 * Duration
   2 minutes
 * Description
   Hotjar sets this cookie to know whether a user is included in the data
   sampling defined by the site's pageview limit.

 * Cookie
   CONSENT
 * Duration
   2 years
 * Description
   YouTube sets this cookie via embedded youtube-videos and registers anonymous
   statistical data.

 * Cookie
   _hjTLDTest
 * Duration
   session
 * Description
   To determine the most generic cookie path that has to be used instead of the
   page hostname, Hotjar sets the _hjTLDTest cookie to store different URL
   substring alternatives until it fails.

Performance


Performance cookies are used to understand and analyze the key performance
indexes of the website which helps in delivering a better user experience for
the visitors.

 * Cookie
   _gat
 * Duration
   1 minute
 * Description
   This cookie is installed by Google Universal Analytics to restrain request
   rate and thus limit the collection of data on high traffic sites.

 * Cookie
   AWSALB
 * Duration
   7 days
 * Description
   AWSALB is an application load balancer cookie set by Amazon Web Services to
   map the session to the target.

Advertisement


Advertisement cookies are used to provide visitors with customized
advertisements based on the pages you visited previously and to analyze the
effectiveness of the ad campaigns.

 * Cookie
   _fbp
 * Duration
   3 months
 * Description
   This cookie is set by Facebook to display advertisements when either on
   Facebook or on a digital platform powered by Facebook advertising, after
   visiting the website.

 * Cookie
   YSC
 * Duration
   session
 * Description
   YSC cookie is set by Youtube and is used to track the views of embedded
   videos on Youtube pages.

 * Cookie
   VISITOR_INFO1_LIVE
 * Duration
   5 months 27 days
 * Description
   A cookie set by YouTube to measure bandwidth that determines whether the user
   gets the new or old player interface.

 * Cookie
   yt-remote-device-id
 * Duration
   never
 * Description
   YouTube sets this cookie to store the video preferences of the user using
   embedded YouTube video.

 * Cookie
   yt.innertube::requests
 * Duration
   never
 * Description
   This cookie, set by YouTube, registers a unique ID to store data on what
   videos from YouTube the user has seen.

 * Cookie
   yt.innertube::nextId
 * Duration
   never
 * Description
   This cookie, set by YouTube, registers a unique ID to store data on what
   videos from YouTube the user has seen.

 * Cookie
   yt-remote-connected-devices
 * Duration
   never
 * Description
   YouTube sets this cookie to store the video preferences of the user using
   embedded YouTube video.

 * Cookie
   NID
 * Duration
   6 months
 * Description
   NID cookie, set by Google, is used for advertising purposes; to limit the
   number of times the user sees an ad, to mute unwanted ads, and to measure the
   effectiveness of ads.

 * Cookie
   fr
 * Duration
   3 months
 * Description
   Facebook sets this cookie to show relevant advertisements to users by
   tracking user behaviour across the web, on sites that have Facebook pixel or
   Facebook social plugin.

Others


Other uncategorized cookies are those that are being analyzed and have not been
classified into a category as yet.

 * Cookie
   nlbi_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   visid_incap_1792628
 * Duration
   1 year
 * Description
   No description

 * Cookie
   incap_ses_8218_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   __fx
 * Duration
   10 years
 * Description
   No description

 * Cookie
   _hjSessionUser_1350976
 * Duration
   1 year
 * Description
   No description

 * Cookie
   _hjSession_1350976
 * Duration
   30 minutes
 * Description
   No description

 * Cookie
   incap_ses_1454_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_375_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_9196_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_458_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_197_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_459_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_1371_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_1583_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_867_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_869_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_1578_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_9117_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   visid_incap_1756729
 * Duration
   1 year
 * Description
   No description

 * Cookie
   incap_ses_9117_1756729
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_874_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_1319_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_1364_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_452_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_802_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_198_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_1184_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_1579_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_454_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_801_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_869_1756729
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_9125_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_1582_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_801_1756729
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_1580_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_8218_1756729
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_457_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_9218_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_340_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_9206_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_456_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_457_1756729
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_1372_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_1319_1756729
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_374_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_1581_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_872_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_1372_1756729
 * Duration
   session
 * Description
   No description

 * Cookie
   km_1664543684999
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_373_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_873_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_453_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_455_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_9153_1792628
 * Duration
   session
 * Description
   No description

 * Cookie
   incap_ses_9210_1792628
 * Duration
   session
 * Description
   No description

Reject All Save My Preferences Accept All
Powered by
×

Let's start by finding your company with your DOT/MC number Let's give it
another try. Please confirm that this is your company: No matching company
found. Let's try again. Please fill out our form and we will be in touch with
you shortly Please enter your DOT or MC number below to get started.
DOT
MC

Search
No DOT/MC Number? Click here to continue.
Confirm
not you?
DOT
MC





MC or DOT? DOT MC

What fuel card do you currently use? Comdata EFS Fleet One T-Chek TCH Apex None
Other
How did you hear about TCS? Internet Search Magazine NextLOAD Letter Email A
Friend Social Media Someone Called Truck Show Other
Submit
Prefiere hablar en español?

Please review your entries above and fill in a valid value for each required
field.




GET THE FUEL CARD

844-827-7705
Already a customer?
Click Here for Customer Service

844-827-7705


Español
Sign In
Get Started

Apply Now
FUEL CARDS


FUEL CARDS

 * For Owner-Operators
 * For Small Trucking Companies
 * For Fleets
 * TCS Partners
 * Get Your Fuel Card
 * How Does a Fuel Card Work?


DISCOUNTS


DISCOUNTS FOR TRUCKERS

 * Diesel Fuel Discounts
 * Truck Tire & Service Discounts
 * TA and Petro Discounts


TOOLS


TOOLS

 * TCS Website
 * TCS Mobile App
 * Roadside Service


RESOURCES


RESOURCES

 * About TCS Fuel
 * Contact TCS
 * Privacy Policy
 * TCS Blog
 * TCS Reviews
 * TCS Careers
 * Free Guide: How to Save Thousands on Fuel
 * Sitemap

HOW TRUCK TIRES HELP YOU SAVE ON FUEL

June 30, 2023 | Mario Tarradell

Truck tires are directly linked to diesel fuel economy. That’s a huge connection
since both fuel and tires are two major expenses for hard-working truckers
hauling loads. How you maintain those tires, as well as what kind of tires you…

Read More

×

Fuel Card
For Owner-Operators
For Small Trucking Companies
For Fleets
TCS Partners
Get a Fuel Card
Discounts
Diesel Fuel Discounts
Truck Tire & Service Discounts
TA and Petro Discounts
Tools
TCS Website
TCS Mobile App
Resources
About TCS Fuel
Contact TCS
Privacy Policy
TCS Blog
TCS Careers

Español | Sign In


THE TCS FUEL CARD SAVES YOU MONEY!

At TransConnect Services (TCS), we understand that fuel is a significant cost
for truckers and trucking companies. We know that it can be difficult to manage
and control fuel expenses.

As other fuel card companies continue to increase their fees, TCS Fuel remains
fully committed to providing you with the best possible discounts we can offer
on diesel fuel. We still offer low and fair costs for your fuel card, no matter
your fleet size, and we’re keeping it that way.

Get the TCS Fuel Card
Get the TCS Fuel Card


Owner-Operators

Small Trucking Companies

Fleets


A FUEL CARD THAT WORKS HARD

TCS offers a cash-secured fuel card that works as hard as you do. Plus, TCS Fuel
Card clients get complete fuel card account management that includes:

 * $0 transaction fees at more than 1,500 in-network locations
 * $0 activation, membership, monthly, or annual fees
 * A user-friendly mobile app
 * A client site with all your account information
 * Card customization for owner-operators, small trucking companies, and fleets
 * An interactive fuel finder map to find fuel savings along your route
 * EFS or Comdata fuel card platforms
 * Itemized fuel statements ideal for IFTA reporting
 * 24/7 customer service




SAVE BIG AT IN-NETWORK LOCATIONS

The TCS Fuel Card is accepted at more than 12,000 truck stops nationwide and
across Canada. TCS Fuel Card clients save an average of 49 cents per gallon on
fuel, plus enjoy $0 transaction fees, when they stop at more than 1,500
in-network locations, including TA®, Petro Stopping Centers®, TA Express®,
AMBEST, Speedway, Kwik Trip, Kwik Star, PWI, Road Ranger, Roady’s, Sapp Bros and
more.

Plus, TCS clients also enjoy tire and service discounts at all TA Truck Service
Centers. You can find all locations the TCS Fuel Card is accepted including the
in-network locations offering fuel discounts to TCS clients on the TCS Fuel
Finder.

*Average savings of 49 cents per gallon is based on actual in-network TCS client
transactions for Q2 of 2023.

 



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


BUT THERE’S MORE. TCS PROVIDES EVEN MORE OPTIONS AND FEATURES FOR ITS FUEL
DISCOUNT CARD CLIENTS.


FUNDING YOUR TCS FUEL CARD

We make it easy to fund your cash-secured TCS Fuel Card through Zelle® powered
by blynk®, ACH credit (bank to bank transfer), bank wire, Western Union, and
third-party checks (Comchek, EFS checks, or T-chek).




SECURITY AND SAFEGUARDING

At TCS, client security is top priority. All TCS clients have 24/7 access to a
FREE personalized account management website with dashboard snapshots on
computer, tablet, or smart phone. They get a secure fuel management system that
includes a special PIN to set limits on fuel transactions and over-the-road
purchases.


EASY APPLICATION PROCESS

Applying for a TCS Fuel Card couldn’t be easier. Our automated application
portal gives prospective TCS fuel card clients easy, step-by-step instructions
and keeps them informed on each new phase of the application process through
emails and text messages.


$0 TRANSACTION FEES WITH TCS FUEL!

As other fuel card companies continue to increase their fees, TCS Fuel remains
fully committed to providing you with the best possible discounts we can offer
on diesel fuel. We still offer low and fair costs for your fuel card, no matter
your fleet size, and we’re keeping it that way.

 

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


ARE YOU READY TO GET THE BEST FUEL CARD FOR TRUCKERS?

GET STARTED HERE!

Get the TCS Fuel Card

CALL TODAY: 844-827-7705

Get the TCS Fuel Card

CALL TODAY: 844-827-7705




ABOUT TCS FUEL

The TCS Fuel mission is simple: We want to help level the playing field between
small to medium-sized trucking companies and the larger fleets. Our aim is for
each client, no matter the size of their fleet, to not only enjoy the advantage
of exceptional customer service but to also receive the best savings possible
with the TCS Fuel Card. At TCS we are committed to responsive, personal service
that makes a difference.

powered by BirdEye

HOW TRUCK TIRES HELP YOU SAVE ON FUEL

June 30, 2023 | Mario Tarradell

Truck tires are directly linked to diesel fuel economy. That’s a huge connection
since both fuel and tires are two major expenses for hard-working truckers
hauling loads. How you maintain those tires, as well as what kind of tires you…

Read More


CALL FOR 24/7 CUSTOMER SERVICE

844-827-3835



powered by BirdEye


FUEL CARD

 * For Owner-Operators
 * For Small Trucking Companies
 * For Fleets
 * TCS Partners
 * Get Your Fuel Card
 * How Does a Fuel Card Work?


DISCOUNTS

 * Diesel Fuel Discounts
 * Truck Tire & Service Discounts
 * TA and Petro Discounts


TOOLS

 * TCS Website
 * TCS Mobile App
 * Roadside Service


RESOURCES

 * About TCS Fuel
 * Contact TCS
 * Privacy Policy
 * TCS Blog
 * TCS Reviews
 * TCS Careers
 * Free Guide: How to Save Thousands on Fuel
 * Sitemap

844-827-7705
7130 Goodlett Farms Parkway
Ste 100 E
Cordova, TN 38016

Español | Sign In
©2023 TransConnect Services. All rights reserved.