CINXE.COM
Equifax Verification Services
<!doctype html> <html lang="en" ng-app="csf"> <head> <meta charset="utf-8"> <title>Equifax Verification Services</title> <link rel="stylesheet" href="/verifier4/Content/bootstrap.css" /> <link rel="stylesheet" href="/verifier4/css/site.css" /> <link rel="stylesheet" media="print" href="/verifier4/css/print.css" /> <script src='/verifier4/bundles/modernizr?v=CqvDprNYr34RtUjTJf93FLws8nWcTyc4hlVkniqi76M1?v=4.24.37.2'></script> <script src='/verifier4/bundles/polyfills?v=NMl1mf_-4BAlizjJ45ma4dqszoB9p_1fkyjvEl9xZw01?v=4.24.37.2'></script> <script> if (Function.prototype.bind && window.console && typeof console.log == "object") { [ "log", "info", "warn", "error", "assert", "dir", "clear", "profile", "profileEnd" ].forEach(function (method) { console[method] = this.bind(console[method], console); }, Function.prototype.call); } </script> <script type="text/javascript"> function popSettings(settingsGroup) { var x = $('#secwin'); var isFirstRsaOptionCall = false; if (x.length == 0) { isFirstRsaOptionCall = true; $('#main').before('<div id="secwin" ></div>'); x = $('#secwin'); } // Add Query Parameter to tell the controller whether it's the first RSA Option call settingsGroup += "&isFirstRsaOptionCall=" + isFirstRsaOptionCall; // If it's the first RSA Option call, then we can do a jquery load call, which will insert the entire response into secwin if (isFirstRsaOptionCall) { // Fire post state, get "remember" token x.load(settingsGroup); } else { // If it's not the first call, we need to remove some sections from the previous call and append the new data $.ajax({ url: settingsGroup, success: function (data) { $("#authControlForm").remove(); $("form[target*='fbContent]").remove(); $("#secwin").append(data); if (fb && typeof (fb.activate) === "function") { fb.activate(); } $($("a[href*='defaultload.html']")[0]).click(); } }); } return false; } </script> </head> <body class="efx wfs"> <div class="wfs-background"></div> <section id="growl" data-ng-controller="GrowlCtrl" ng-class="initClass"> <ul class="growl-messages"> <li ng-repeat="m in messages" ng-class="m.klass" class="growl-message"> <i class="growl-close" ng-click="acknowledge(m)"></i> <div ng-show="m.useIcon" class="growl-icon-wrapper"> <i class="growl-icon" ng-class="m.klass"></i> </div> <h3 class="growl-title" ng-show="m.title">{{m.title}}</h3> <div class="growl-body" aria-live="polite" ng-show="m.body && !m.bodyHtml"> <p>{{m.body}}</p> </div> <div class="growl-body" aria-live="polite" ng-show="m.bodyHtml" ng-bind-html="m.bodyHtml"></div> </li> </ul> </section> <section class="wfs-pageWrapper"> <section class="wfs-page"> <header class="wfs-headerWrapper"> <div class="row wfs-header"> <div class="col-md-4 col-xs-6"><span class="logo logoMain">Equifax</span></div> <div class="col-md-4 wfs-header-appName hidden-xs hidden-sm">Verification Services</div> <div class="col-md-4 col-xs-6" ng-controller="loginCtrl"> </div> </div> </header> <div id="page" class="wfs-main-page-container"> <nav class="wfs-appBarWrapper" data-ng-controller="menuCtrl"> <div class="navbar navbar-default wfs-appBar" role="navigation"> <div class="container-fluid"> </div> </div> </nav> <div id="main" class="wfs-mainWrapper"> <script src="/verifier4/Scripts/jquery-3.6.0.min.js"></script> <style> .wfs-main { min-height: 200px;} </style> <section class="wfs-main"> <div class="error-view"> <div class="row"> <span class="error-icon general-error-icon"></span><h1>System Error</h1> <h3>Our team has been notified of this system error and are working to fix the problem.</h3> </div> <div class="row"> </div> </div> </section> <section class="wfs-main"> <div ng-view></div> </section> </div> <footer class="wfs-footerWrapper"> <div class="wfs-footer"> <div class="row"> <div class="col-md-4"><span class="logo logoSecondary">EFX</span></div> <div class="col-md-4" style="text-align: center"> </div> <div class="col-md-4" style="text-align: right"><span class="tagLinelogo logoPhrase"></span></div> </div> <div> </div> <div> Copyright © 2024, Equifax Inc., Atlanta, Georgia. All rights reserved. Equifax and EFX are registered trademarks of Equifax Inc. </div> </div> </footer> </div> </section> </section> <div style="height: 100px;"> </div> <script src="/verifier4/Scripts/bootstrap.min.js"></script> </body> </html>