supportportal.fordway.com Open in urlscan Pro
148.139.13.163  Public Scan

Submitted URL: http://supportportal.fordway.com/
Effective URL: https://supportportal.fordway.com/cui
Submission: On October 17 via api from GB — Scanned from GB

Form analysis 3 forms found in the DOM

<form ng-if="!c.data.aisEnabled" ng-submit="c.submitSearch()" role="search" class="ng-pristine ng-valid ng-scope">
  <input type="hidden" name="id" value="search" autocomplete="off">
  <input type="hidden" name="t" value="" autocomplete="off">
  <div class="input-group input-group- input-group-typeahead" role="presentation"> <!-- uses ui.bootstrap.typeahead -->
    <!-- ngIf: c.isTypeAheadEnabled && c.showSuggestions -->
    <!-- ngIf: c.isTypeAheadEnabled && !c.showSuggestions --><input ng-if="c.isTypeAheadEnabled &amp;&amp; !c.showSuggestions" name="q" placeholder="Search All Sources" ng-model="c.searchTerm" autocomplete="off"
      uib-typeahead="item as item.primary for item in c.getResults($viewValue)" typeahead-wait-ms="c.data.typeaheadWaitMS" typeahead-min-length="c.data.typeaheadMinLength" typeahead-focus-first="false"
      typeahead-on-select="c.onSelect($item, $model, $label)" typeahead-template-url="sp-typeahead.html" typeahead-popup-template-url="sp-typeahead-popup.html" class="form-control input-typeahead ng-pristine ng-untouched ng-valid ng-scope ng-empty"
      role="combobox" aria-autocomplete="list" title="Search All Sources" data-toggle="tooltip" data-placement="bottom" aria-label="Search All Sources" tabindex="0" aria-haspopup="true" aria-owns="typeahead-111-6397" aria-expanded="false">
    <ul class="typeahead-popup dropdown-menu ng-isolate-scope ng-hide" aria-label="Search All Sources suggestions" ng-show="isOpen() &amp;&amp; !moveInProgress" ng-style="{top: position().top+'px', left: position().left+'px'}" role="listbox"
      aria-hidden="true" uib-typeahead-popup="" id="typeahead-111-6397" matches="matches" active="activeIdx" select="select(activeIdx, evt)" move-in-progress="moveInProgress" query="query" position="position" assign-is-open="assignIsOpen(isOpen)"
      debounce="debounceUpdate" template-url="sp-typeahead.html" popup-template-url="sp-typeahead-popup.html">
      <li role="option" aria-hidden="true" style="display: none"></li>
      <!-- ngRepeat: match in matches track by $index -->
    </ul><!-- end ngIf: c.isTypeAheadEnabled && !c.showSuggestions -->
    <!-- ngIf: !c.isTypeAheadEnabled --> <span class="input-group-btn"> <button name="search" type="submit" class="btn btn-default" title="Search" aria-label="Search" data-toggle="tooltip" data-placement="bottom">
        <!-- ngIf: ::c.options.glyph --><i ng-if="::c.options.glyph" class="fa fa-search"></i><!-- end ngIf: ::c.options.glyph --> </button> </span>
  </div>
</form>

POST

<form ng-if="!c.externalLoginMode" class="form-signin ng-pristine ng-valid ng-scope" ng-submit="c.login(c.username, c.password)" method="post">
  <div ng-class="::{'panel panel-default': c.options.show_panel}">
    <!-- ngIf: ::c.options.show_panel -->
    <div ng-class="::{'panel-body': c.options.show_panel}">
      <div class="list-group list-group-sm">
        <div class="list-group-item"> <label for="username" class="label-advanced ng-binding">User name</label>
          <input id="username" name="username" autocapitalize="off" ng-keypress="c.message = ''" ng-click="c.message = ''" class="form-control input-advanced ng-pristine ng-untouched ng-valid ng-empty" type="text" autofocus="true"
            ng-model="c.username" role="textbox">
        </div>
        <div class="list-group-item"> <label for="password" class="label-advanced ng-binding">Password</label>
          <p id="btnDescription" class="sr-only" aria-live="polite">"Password hidden</p>
          <div class="input-group password-group input-group-advanced">
            <input id="password" name="password" ng-keypress="c.message = ''" ng-click="c.message = ''" class="form-control input-advanced ng-pristine ng-untouched ng-valid ng-empty" type="password" ng-model="c.password" role="textbox"> <button
              type="button" class="input-group-addon mask_btn input-advanced" ng-click="c.renderMaskIcon()" aria-label="Show Password"> <img id="mask_icon" alt="Show Password" data-toggle="tooltip" title="" data-original-title="Show password"
                class="eye-icon"> </button>
          </div>
        </div>
      </div>
      <!-- ngIf: c.message -->
      <!-- ngIf: c.success -->
      <!-- ngIf: ::!c.data.forgetMe --> <!--STRY50033370: Forgot Password link in the login widget-->
      <div class="forgot-pwd-div m-b">
        <div class="row">
          <!-- ngIf: ::(c.data.forgotPwdLinkProp == 'true') -->
          <div ng-class="::(c.options.use_advanced == 'true' &amp;&amp; c.data.forgotPwdLinkProp =='true' ? 'col-xs-4' : 'col-xs-12')" class="col-xs-12"> <button name="login" type="submit" class="btn btn-lg btn-primary btn-block login-button-old">
              Log in </button>
          </div>
        </div>
      </div>
      <!-- ngIf: ::data.multisso_enabled -->
      <div class="row set-login-type-link m-t ng-scope" ng-if="::data.multisso_enabled">
        <div class="col-xs-12 text-center"> <a href="javascript:void(0)" ng-click="c.setExternalLogin(true)">Use Corporate Domain login</a>
        </div>
      </div><!-- end ngIf: ::data.multisso_enabled -->
      <!-- ngIf: data.cert_based_auth || data.isShowLoginWithIdps -->
      <!-- ngIf: ::c.data.cert_based_auth -->
      <!-- ngRepeat: a in ::c.data.oidcRecords -->
    </div>
  </div>
</form>

<form ng-if="!c.data.aisEnabled" ng-submit="c.submitSearch()" role="search" class="ng-pristine ng-valid ng-scope">
  <input type="hidden" name="id" value="search" autocomplete="off">
  <input type="hidden" name="t" value="" autocomplete="off">
  <div class="input-group input-group-lg input-group-typeahead" role="presentation"> <!-- uses ui.bootstrap.typeahead -->
    <!-- ngIf: c.isTypeAheadEnabled && c.showSuggestions -->
    <!-- ngIf: c.isTypeAheadEnabled && !c.showSuggestions --><input ng-if="c.isTypeAheadEnabled &amp;&amp; !c.showSuggestions" name="q" placeholder="Search the knowledge base" ng-model="c.searchTerm" autocomplete="off"
      uib-typeahead="item as item.primary for item in c.getResults($viewValue)" typeahead-wait-ms="c.data.typeaheadWaitMS" typeahead-min-length="c.data.typeaheadMinLength" typeahead-focus-first="false"
      typeahead-on-select="c.onSelect($item, $model, $label)" typeahead-template-url="sp-typeahead.html" typeahead-popup-template-url="sp-typeahead-popup.html" class="form-control input-typeahead ng-pristine ng-untouched ng-valid ng-scope ng-empty"
      role="combobox" aria-autocomplete="list" title="Search the knowledge base" data-toggle="tooltip" data-placement="bottom" aria-label="Search the knowledge base" tabindex="0" aria-haspopup="true" aria-owns="typeahead-76-6411"
      aria-expanded="false">
    <ul class="typeahead-popup dropdown-menu ng-isolate-scope ng-hide" aria-label="Search the knowledge base suggestions" ng-show="isOpen() &amp;&amp; !moveInProgress" ng-style="{top: position().top+'px', left: position().left+'px'}" role="listbox"
      aria-hidden="true" uib-typeahead-popup="" id="typeahead-76-6411" matches="matches" active="activeIdx" select="select(activeIdx, evt)" move-in-progress="moveInProgress" query="query" position="position" assign-is-open="assignIsOpen(isOpen)"
      debounce="debounceUpdate" template-url="sp-typeahead.html" popup-template-url="sp-typeahead-popup.html">
      <li role="option" aria-hidden="true" style="display: none"></li>
      <!-- ngRepeat: match in matches track by $index -->
    </ul><!-- end ngIf: c.isTypeAheadEnabled && !c.showSuggestions -->
    <!-- ngIf: !c.isTypeAheadEnabled --> <span class="input-group-btn"> <button name="search" type="submit" class="btn btn-default" title="Search" aria-label="Search" data-toggle="tooltip" data-placement="bottom">
        <!-- ngIf: ::c.options.glyph --><i ng-if="::c.options.glyph" class="fa fa-search"></i><!-- end ngIf: ::c.options.glyph --> </button> </span>
  </div>
</form>

Text Content

Skip to page content
Skip to main content Toggle navigation
 * 
 *  * 
      

   
   
   
   
   
   
   
   
 * 






CUSTOMER SERVICE PORTAL


WELCOME TO YOUR
CUSTOMER SERVICE PORTAL


LOG IN TO GET HELP, REPORT AN ISSUE OR REQUEST SOMETHING

User name
Password

"Password hidden


Log in
Use Corporate Domain login
 *