CINXE.COM
The Work Number -- Find Employer
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head><style type="text/css">body { display : none;}</style> <script type="text/javascript" language="javascript" src="https://secure.theworknumber.talx.com/twneeer//Scripts/jquery-3.6.0.min.js"></script><script type="text/javascript" language="javascript" src="https://secure.theworknumber.talx.com/twneeer//Scripts/bootstrap.bundle.js"></script><meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1"><title> The Work Number -- Find Employer </title><link type="text/css" rel="stylesheet" href="../css/helpSlideOut.css" /> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T6DLXSN');</script> <!-- End Google Tag Manager --> <script type="text/javascript"> var license; var trustedOriginsList; if (sessionStorage.getItem("cobrowseData") == null) { $.ajax({ type: 'GET', async: false, url: 'Base.aspx?source=cobrowseClicked', success: function (response) { console.log("success"); sessionStorage.setItem("cobrowseData", response); }, failure: function (response) { console.log("failure"); }, error: function (response) { console.log('error'); } }); } (function (w, t, c, p, s, e) { p = new Promise(function (r) { w[c] = { client: function () { if (!s) { s = document.createElement(t); s.src = 'https://js.cobrowse.io/CobrowseIO.js'; s.async = 1; e = document.getElementsByTagName(t)[0]; e.parentNode.insertBefore(s, e); s.onload = function () { r(w[c]); }; } return p; } }; }); })(window, 'script', 'CobrowseIO'); var sessionDataList = sessionStorage.getItem("cobrowseData").split(','); license = sessionDataList[0]; trustedOriginsList = sessionDataList.splice(1); CobrowseIO.license = license; CobrowseIO.trustedOrigins = trustedOriginsList; CobrowseIO.client().then(function () { CobrowseIO.start({ allowIFrameStart: true }); }); CobrowseIO.redactedViews = ['.redacted']; function Consent() { var container = document.createElement('div'); function content(title, description) { $('#shareScreenModal').modal('hide'); return '\ <div style="background: rgba(50, 50, 50, 0.4); position: fixed; z-index: 2147483647; bottom: 0; top: 0; left: 0; right: 0">\ <div style="color: #333; font-family:sans-serif; line-height:140%; position:fixed; padding:7px; background:white; border-radius:5px; z-index:2147483647; top:20%; left:50%; width:75%; max-width:500px; transform:translateX(-50%); box-shadow:0px 0px 15px #33333322;">\ <div class="dialogue-head">\ <p class="dialogue-head-para">Screen Share</p>\ <img src="..\\Images\\Dialogue_icons\\Close_Icon.svg" class="dialogue-head-image" alt="close-icon"/>\ </div>\ <img src="..\\Images\\Dialogue_icons\\top_line.svg" class="line" alt="line"/>\ <div class="dialogue-body">\ <div>Your customer service agent is now ready.</div>\ <div style="padding-top:30px;">Please select “Share” to agree and begin the screen-sharing session.</div>\ </div>\ <img src="..\\Images\\Dialogue_icons\\top_line.svg" class="line" alt="line"/>\ <div class="footer-section">\ <a class="cobrowse-deny deny">Cancel</a>\ <a class="cobrowse-allow allow">Share</a>\ </div>\ </div>\ </div>\ '; } this.show = function (title, description) { return new Promise(function (resolve) { container.innerHTML = content(title, description); container.querySelector('.cobrowse-allow').addEventListener('click', function () { resolve(true); this.hide() }.bind(this)); container.querySelector('.cobrowse-deny').addEventListener('click', function () { resolve(false); this.hide() }.bind(this)); container.querySelector('.dialogue-head-image').addEventListener('click', function () { resolve(false); this.hide() }.bind(this)); if (document.body) document.body.appendChild(container); }.bind(this)); }.bind(this); this.hide = function () { if (container.parentNode) { container.parentNode.removeChild(container); } }.bind(this); } CobrowseIO.confirmSession = function () { return new Consent().show('Session Request', 'Do you want to share your screen?'); } function generateSupportCode() { // ensure Cobrowse is loaded CobrowseIO.client().then(function () { // create a code and display it to the user CobrowseIO.createSessionCode().then(function (code) { document.getElementById('support-code').innerHTML = '<span aria-label="support code is ' + code.substr(0, 6) + '">' + code.substr(0, 6) + '</span>'; CobrowseIO.currentSession.on('ended', function () { onExpire(); }) }); }); } function onExpire() { document.getElementById('support-code').innerHTML = '<p style="font-size:18px;">Support Code expired.</p>'; document.getElementById('generate-button').style.display = 'inline-block'; } </script> <script src="https://www.google.com/recaptcha/api.js?onload=renderV2&render=explicit" async defer></script> <script language="javascript"> //window.focus(); function selectRow(hostname, selectedRow) { // window.opener.location.href = hostName + '?company_code=' + selectedRow; //console.log(selectedRow); $("#selectedEmployer").attr('Text') = selectedRow; $("#selectedEmployer").val() = selectedRow; } $(document).ready(function () { var hideAgentAssist = "No"; if (hideAgentAssist == "Yes") { $("#agent-assist").css("display", "none"); $(".agent-assist-phone").css("display", "none"); } var hideHelpSupport = "No"; if (hideHelpSupport == "Yes") { $(".helpDropDown").css("display", "none"); $(".top-container-row").css("justify-content", "start"); } $("#txtEmployer").keypress(function () { $("#recaptchaDiv_v2").show(); }); //comment the below part since we are using RecaptchaV2 instead of using RecaptchaV3 if ($('tr[id^="grdCompany_employer_"]') && $('tr[id^="grdCompany_employer_"]').length > 0) { $('tr[id^="grdCompany_employer_"]').click(function () { $(this).addClass('selected').siblings().removeClass('selected'); var value = $(this).find('td:last').html(); $("#selectedEmployer").val(value); }); } else if ($('#grdCompany tr[nowrap="nowrap"]') && $('#grdCompany tr[nowrap="nowrap"]').length > 0) { $('#grdCompany tr[nowrap="nowrap"]').click(function () { $(this).addClass('selected').siblings().removeClass('selected'); var value = $(this).find('td:last').html(); $("#selectedEmployer").val(value); }); } else { $('#grdCompany tr').click(function () { $(this).addClass('selected').siblings().removeClass('selected'); var value = $(this).find('td:last').html(); $("#selectedEmployer").val(value); }); } $("#agent-assist").click(function () { $('#shareScreenModal').modal('show'); }); $(".dialogue-close-icon").click(function () { $('#shareScreenModal').modal("hide"); }); $("[data-toggle=popover]").popover(); var hdnTabPres = document.getElementById('hdnTabPres'); var skipToMainContent = document.getElementById("SkipToMainContent"); $(skipToMainContent).click(function (e) { $("#txtEmployer").focus(); if (hdnTabPres.value === "NotPressed") { skipToMainContent.focus(); hdnTabPres.value = "Pressed"; e.preventDefault(); } }); $(document).keydown(function (e) { if (e.keyCode === 9) { if (hdnTabPres.value === "NotPressed") { skipToMainContent.focus(); hdnTabPres.value = "Pressed"; e.preventDefault(); } } }); }); var widgetId2; var renderV2 = function () { widgetId2 = grecaptcha.render(document.getElementById('recaptchaDiv_v2'), { 'sitekey': '6LfhGqoUAAAAABwg4jK9YFUL4BSXQxUJDs6c0FiU' }); }; </script> <link type="text/css" rel="stylesheet" href="https://secure.theworknumber.talx.com/twneeer//Content/bootstrap.min.css"></link><link type="text/css" rel="stylesheet" href="https://secure.theworknumber.talx.com/twneeer//css/fontawesome.css"></link><link type="text/css" rel="stylesheet" href="https://secure.theworknumber.talx.com/twneeer//css/Site.css"></link></head> <script type="text/javascript" language="javascript"> (function (h, o, u, n, d) { h = h[d] = h[d] || { q: [], onReady: function (c) { h.q.push(c) } } d = o.createElement(u); d.async = 1; d.src = n n = o.getElementsByTagName(u)[0]; n.parentNode.insertBefore(d, n) })(window, document, 'script', 'https://www.datadoghq-browser-agent.com/us1/v5/datadog-rum.js', 'DD_RUM') window.DD_RUM.onReady(function () { window.DD_RUM.init({ clientToken: 'pub946a221d86291985d29462c349ab21be', applicationId: '009f34f3-4967-418f-823d-c938477bad3c', site: 'datadoghq.com', service: 'twn-eeer-rum-prod', env: 'prod', version: '1.0.0', sessionSampleRate: 100, sessionReplaySampleRate: 100, trackResources: true, trackLongTasks: true, trackUserInteractions: true, defaultPrivacyLevel: 'mask', }); window.DD_RUM.setUser({ id: 'gnogdsvtevl3sulhbob3snjb' }); }) window.addEventListener("DOMContentLoaded", () => { const tabs = document.querySelectorAll('[role="tab"]'); const tabList = document.querySelector('[role="tablist"]'); const tabPanels = document.querySelectorAll('[role="tabpanel"]'); let tabFocus = 0; function switchTab(tabIndex) { tabs[tabFocus].setAttribute("tabindex", -1); tabs[tabIndex].setAttribute("tabindex", 0); tabs[tabIndex].focus(); tabs[tabIndex].setAttribute("aria-selected", "true"); tabs[tabFocus].setAttribute("aria-selected", "false"); tabs[tabFocus].classList.remove("active"); tabs[tabIndex].classList.add("active"); tabFocus = tabIndex; tabPanels.forEach((panel) => { panel.style.display = "none"; panel.setAttribute("aria-hidden", true); }); const tabId = tabs[tabFocus].getAttribute("aria-controls"); const selectedTabPanel = document.getElementById(tabId); selectedTabPanel.style.display = "block"; selectedTabPanel.setAttribute("aria-hidden", false); } function navigateTab(direction) { if (direction === "right") { let newIndex = (tabFocus + 1) % tabs.length; switchTab(newIndex); } else if (direction === "left") { let newIndex = (tabFocus - 1 + tabs.length) % tabs.length; switchTab(newIndex); } } function handleTabCheck(index) { if (index != tabFocus) { switchTab(index); } } tabList.addEventListener("keydown", (e) => { if (e.key === "ArrowRight") { e.preventDefault(); navigateTab("right"); } else if (e.key === "ArrowLeft") { e.preventDefault(); navigateTab("left"); } }); tabs.forEach((tab, index) => { tab.addEventListener("click", () => { handleTabCheck(index); }); tab.addEventListener("keydown", (e) => { if (e.key === "Enter" || e.key === "Space") { e.preventDefault(); handleTabCheck(index); } }); }); }); document.addEventListener('keydown', function (event) { if (event.key === 'Escape') { $('.dropdown-toggle').dropdown('hide'); } }); $(document).ready(function () { $(".agent-assist-button").click(function () { $('#shareScreenModal').addClass("agent-btn"); $('#shareScreenModal').modal('show'); }); $("#agent-assist").click(function () { $('#shareScreenModal').addClass("agent-link"); $('#shareScreenModal').modal("show"); }); $("#shareScreenModal").on('shown.bs.modal', function () { if ($('#shareScreenModal').hasClass('agent-btn')) { $('.helpDropDown').addClass('keep-dropdown-open'); } }); $("#shareScreenModal").on('hidden.bs.modal', function () { document.getElementById('support-code').innerHTML = ''; if ($('#shareScreenModal').hasClass('agent-link')) { $('#agent-assist')[0].focus(); } else if ($('#shareScreenModal').hasClass('agent-btn')) { $(".agent-assist-button")[0].focus(); } $('#shareScreenModal').removeClass("agent-link"); $('#shareScreenModal').removeClass("agent-btn"); setTimeout(function () { $('.helpDropDown').removeClass('keep-dropdown-open'); }, 1000); }); $(".close-dialog-btn").click(function () { $('#shareScreenModal').modal("hide"); }); $(".dialogue-close-icon").click(function () { $('#shareScreenModal').modal("hide"); }); $('.helpDropDown').on('shown.bs.dropdown', function () { $("#spinner").css("display", "block"); $(this).addClass('addBackgroundHelper'); var display = $('.button-slider').hasClass('active'); if (display) { activeHelpAndSupportIframe(); document.getElementById('Slider').style.display = "block"; } }); $('.helpDropDown').on('hide.bs.dropdown', function (e) { var hasCls = $('.helpDropDown').hasClass('keep-dropdown-open'); if (hasCls) { e.preventDefault(); } if (e.clickEvent) { e.preventDefault(); } }); $('.helpDropDown').on('hidden.bs.dropdown', function () { $(this).removeClass('addBackgroundHelper'); if ($(".button-phone").hasClass("active")) { $(".button-phone").removeClass("active"); $(".button-slider").addClass("active"); $("#Phone").css("display", "none"); } $('#dropdownMenuHelp')[0].focus(); $('#dropdownMenuHelp')[0].setAttribute("aria-expanded", "false"); $("#tab-1")[0].setAttribute("tabindex", "0"); $("#tab-2")[0].setAttribute("tabindex", "-1"); }); $(".mainMenuPopOver").popover({ html: true, placement: "bottom", sanitize: false, content: $("#profile-popover-body").html() }); $(".mainMenuPopOver").on('show.bs.popover', function () { $("#view-profile-popover").addClass('selected'); }); $(".mainMenuPopOver").on('hide.bs.popover', function () { $("#view-profile-popover").removeClass('selected'); }); $(".back-text-content").keyup(function (e) { if (e.keyCode === 13) { $(".text-back-blue")[0].click(); } }); }); function closeHelpSupportDropDown() { $('.dropdown-toggle').dropdown('hide'); } function searchHelpAndSupportIframe(input) { $("#spinner").css("display", "block"); if (input.value == "") { //activeHelpAndSupportIframe(); $("#spinner").css("display", "none"); } else { setTimeout(() => { var iframe = '<iframe src="../PreAuthenticated/HelpSupport.aspx?searchParam=' + input.value + '" id="helpSupportContentId1" title="Frequently Asked Questions and Articles" aria-label="Frequently Asked Questions and Articles" aria-live="polite" class="helpSupportContentIframe"></iframe>'; $('#iframeHolder').html(iframe); }, 10); } } function activeHelpAndSupportIframe() { var pageName = "TWNEE_SEARCHEMPLOYER"; var iframe = '<iframe src="../PreAuthenticated/HelpSupport.aspx?PageName=' + pageName + '" id="helpSupportContentId2" title="Frequently Asked Questions and Articles" aria-label="Frequently Asked Questions and Articles" class="helpSupportContentIframe"></iframe>'; $('#iframeHolder').html(iframe); } function handleKeyPress(event, rowId) { var keyCode = event.which || event.keyCode; if (keyCode === 32) { var selectedElements = document.querySelectorAll('[id^="grdCompany_employer"]'); selectedElements.forEach(function (element) { element.classList.remove('selected'); }); var rId = "#grdCompany_" + rowId; $(rId).addClass("selected"); var selectedRow = $('tr.selected'); if (selectedRow.length > 0) { var value = selectedRow.find('td:last').html(); $("#selectedEmployer").val(value); } event.preventDefault(); return false; } return true; } function removeSearchPlaceholder(input) { input.removeAttribute("placeholder"); } function restoreSearchPlaceholder(input) { input.setAttribute("placeholder", "Search Employers"); input.removeAttribute("data-placeholder"); } function mouseTabClick(evt, tabName) { let i, tabcontent, tablinks; tabcontent = document.getElementsByClassName("tabcontent"); for (i = 0; i < tabcontent.length; i++) { tabcontent[i].style.display = "none"; } tablinks = document.getElementsByClassName("tablinks"); for (i = 0; i < tablinks.length; i++) { tablinks[i].className = tablinks[i].className.replace(" active", ""); } document.getElementById(tabName).style.display = "block"; evt.currentTarget.className += " active"; } </script> <body> <script type="text/javascript">//<![CDATA[ if ((self == top) || (self.document.domain == parent.document.domain)) { var theBody = document.getElementsByTagName('body')[0]; theBody.style.display = 'block'; } else { top.location = self.location; } //]]></script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T6DLXSN" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type="text/javascript">//<![CDATA[ if ((self == top) || (self.document.domain == parent.document.domain)) { var theBody = document.getElementsByTagName('body')[0]; theBody.style.display = 'block'; } else { top.location = self.location; } //]]></script> <form name="form1" method="post" action="./FindEmployer.aspx" id="form1" class="findEmployerForm"> <input type="hidden" name="secureToken" id="secureToken" value="ÜjjÒ4OßniÖÚæfpviØmÚÏ9ÕíAdµUËεfÔÒGDÆ5ôÉ8æãlîÉÐHåé4Â3ËáKT6ÄÎhBôÛo" /> <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" /> <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" /> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="OP2vwFPSMvokru3y7EF8DgEoFInkZCkbFlhh8CnRmZWEMP3V6hoUQo2LKj5JUXRjqp/9WupKrahcWx57CimDJPVtLnzDxGmq+l+rHkZcyy3z9B88H0dgQY4LZ2W2DXy7hEHuzUHMCdBtRQ+Rm3qamhgWlI04P7o1xh5xNg3tJVjOB1s/26KKVN4lwQPyI/GeW1MQyg==" /> <script type="text/javascript"> <!-- var theForm = document.forms['form1']; if (!theForm) { theForm = document.form1; } function __doPostBack(eventTarget, eventArgument) { if (!theForm.onsubmit || (theForm.onsubmit() != false)) { theForm.__EVENTTARGET.value = eventTarget; theForm.__EVENTARGUMENT.value = eventArgument; theForm.submit(); } } // --> </script> <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="0AA6B01C" /> <input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="" /> <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="BDaJ68xuShqyE/A/Vv5zc10DqYx2CvnW9AZu5cwaacdHEj9XK3x+RGTgKkx4Pzv4LqIIRZypVgt2viOt84L3nesS8isGjwT8uklFfDEu5LnQVRRB3Y5soMd4MF4pCYuTN4AP//dB34cLwBzlSV+OBDTZdPtTeN89XbSuS8jfiFPmH5Ww" /> <div role="region"> <button id="SkipToMainContent" type="button" tabindex="0" class="efx-skip-to-main sr-only sr-only-focusable" role="link" aria-label="Skip to main content">Skip to main content</button> <input type="hidden" id="hdnTabPres" value="NotPressed" /> </div> <header class="container-fluid top-container" role="banner"> <div class="row d-flex top-container-row"> <div class="col-sm-12 col-md-5 col-lg-4 img-work-number"> <img src="../Images/PreLogin_Images/img-1.png" alt="Equifax logo written Equifax The work number" class="img-worknum" /> </div> <div class="col-sm-12 col-md-5 col-lg-4 text-verification-center"> <span class="text-verification">VERIFICATION SERVICES</span> </div> <div class="dropdown show helpDropDown" style="margin-left: 20vw;margin-top: 10px;"> <button class="btn dropdown-toggle btnHelp" href="#" id="dropdownMenuHelp" role="button" type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" aria-label="Open Help and Support window"> <img src="../Resources/question-circle.svg" alt="Helper icon" class="questionHelperIcon" /> </button> <div class="dropdown-menu helpSupportDisplay" id="dropdown-menu" aria-labelledby="dropdownMenuHelp" role="navigation"> <div class="helpSupportCloseIcon"> <button type="button" class="close" onclick="closeHelpSupportDropDown()" aria-label="Close Help and support window">×</button> </div> <div class="helpSupportSection tabs"> <div class="tab PopoverHeaderbuttons" role="tablist" aria-label="help and support tabs"> <button id="tab-1" type="button" tabindex="0" class="button-slider tablinks active" role="tab" aria-selected="true" aria-controls="Slider" aria-label="Help" onclick="mouseTabClick(event, 'Slider')"> <i class="fal fa-info-circle fa-lg"></i> </button> <button id="tab-2" type="button" tabindex="-1" class="button-phone tablinks" role="tab" aria-selected="false" aria-controls="Phone" aria-label="Phone" onclick="mouseTabClick(event, 'Phone')"> <i class="fal fa-phone fa-lg"></i> </button> </div> <div id="Slider" role="tabpanel" tabindex="0" aria-labelledby="tab-1" class="tabcontent"> <div class="helpSupportSearch"> <label for="help-support-search" id="helpTextSupport" style="font-size: 18px;">Help</label> <img src="..\Resources\search.svg" class="search-img" alt="search icon" /> <input type="text" id="help-support-search" aria-labelledby="helpTextSupport" placeholder="Search..." name="help-support-search" onkeyup="searchHelpAndSupportIframe(this)" /> <div id="spinner"> <img src="../Images/Footer_Images/iframe-spinner.svg" class="spinner" alt="spinner" /> </div> <div id="iframeHolder"> </div> </div> </div> <div id="Phone" role="tabpanel" tabindex="0" aria-labelledby="tab-2" class="mt-4 tabcontent" style="margin-left: 8px;"> <div class="phone-support-head">Phone Support</div> <span class="phone-support-content"> If you are experiencing technical issues or have additional questions, assistance is available.</span> <div class="call-customer-care"> Call Equifax Customer Care Team</div> <span class="call-customer-care-content"> Toll Free: <a href="tel:1-800-996-7566" style="text-decoration:underline; color:#333333;" aria-label="Call equifax customer care team, toll free at 1-800-996-7566">1(800) 996-7566</a> <br/> Monday - Friday <br/> 7:00 AM - 8:00 PM CT (Excluding Holidays) </span> <div class="agent-assist-phone"> <div class="agent-assist-phone-content"> <div class="agent-assist-content"> When prompted by a Customer Care Team member, you may click the Agent Assist button below to begin a screen sharing session. </div> <button type="button" class="agent-assist-button" id="generate-button" onclick="generateSupportCode();">Agent Assist</button> </div> </div> </div> </div> </div> </div> </div> </header> <div class="container-fluid d-flex justify-content-center border-bottom bottom-container" role="region"> <div class="row back-box-content find-employer-section"> <div class="col-6 back-text-content" style="max-height:45%;max-width:12%;" tabindex="0" role="link"> <a href="https://employees.theworknumber.com/" target='_blank' class="img-btn-one" tabindex="-1"> <img src="../Images/PreLogin_Images/arrow-circle-left.svg" class="img-back-icon" alt="" /></a> <a class="text-back-blue" href="https://employees.theworknumber.com/" target='_blank' aria-label="visit the work number (opens in a new tab)" tabindex="-1">Back</a> </div> </div> </div> <div class="container d-flex justify-content-center findemployer-container"> <div class="modal" id="shareScreenModal" role="dialog" tabindex="-1" aria-labelledby="shareScreenModalLabel" aria-hidden="true"> <div class="modal-dialog modal-dialog-centered" style="width: 600px;"> <div class="modal-content"> <div class="shareScreen-modal-header"> <h2 class="modal-title shareScreenHeader" id="shareScreenModalLabel">Share Screen</h2> <button type="button" class="p-0 close-dialog-btn" style="background-color:white; border:none;"><img src="..\Images\Dialogue_icons\Close_Icon.svg" class="dialogue-close-icon" alt="close this dialog"/></button> </div> <img src="..\Images\Dialogue_icons\top_line.svg" class="line" alt="line" /> <div class="shareScreen-modal-body"> <ul> <li>By providing the number stated below, you are authorizing the agent to see your screen for support purposes.</li> <li>You must currently be interacting with an agent.</li> <li>Only specific web pages and fields are configured to be visible by the agent.</li> <li>The agent will not see your user name, password or other sensitive information, nor will they be able to take control or make any changes.</li> <li>If you are currently on-line with an agent and would like to proceed, please follow their instructions for next steps.</li> <li>For additional information about how Equifax processes personal data, please review our <a class="share-privacy-statement" href="https://www.equifax.com/privacy/" target="_blank" aria-label="Privacy Statement (opens in a new window)">Privacy Statement</a>.</li> </ul> </div> <div class="shareScreen-modal-footer"> <div class="shareScreenShowCode"><span id="support-code" class="support-code"></span></div> </div> </div> </div> </div> <main class="find-employer-section" role="main"> <div class="row pt-4"> <h1 class="col justify-content-center subHeader"> <span>Find your employer below.</span><sup><a href="javascript:void(0)" aria-label="Helpful information" role="button" class="far fa-info-circle helpText" data-toggle="popover" data-placement="top" data-content="For a broad search, enter a general term like 'hospital'. For a narrow search, enter the exact name, like 'South Memorial Hospital'."></a></sup> </h1> </div> <div class="row m-0 p-0"> <div class="col-12 p-0 d-flex searchBoxDiv"> <span class="oneee"> <img src="../Images/PreLogin_Images/info-circle.svg" alt="info circle - exclamation mark inside a blue circle" class="alert-icon" /> </span> <div class="searchTextContent"> This search feature is intended to assist employees in obtaining Employment Data Reports electronically. Additionally, an employer's presence in the search does not mean that the employer is currently contributing data to The Work Number. If you do not see any current or previous employer in the search below and would like to request your EDR, please do so through <a href="https://employees.theworknumber.com/employment-data-report" class="visit-edr-link" target="_blank" aria-label="Visit the work number employment data report to request your Employment Data Report (opens in a new tab)">one of the other available channels.</a> </div> </div> </div> <div tabindex="0" aria-label="Enter your Employer’s Name or Employer’s Code label" style="padding-top: 20px; padding-bottom: 5px">Enter your Employer’s Name or Employer’s Code</div> <div class="row just-center-container" role="search"> <div class="col-md-9p5 flex-container"> <div class="searchTextBox" id="searchTextBox"> <label for="txtEmployer" class="sr-only" id="labelSearch">Enter your Employer’s Name or Employer Code to Search</label> <input name="txtEmployer" type="text" id="txtEmployer" class="form-control" name="txtEmployer" placeholder="Search Employers" aria-labelledby="labelSearch" onfocus="removeSearchPlaceholder(this)" onblur="restoreSearchPlaceholder(this)" /> </div> <div class="btn-btn-btn"> <a id="lnkbtnSearch" class="form-control btn text-center searchButton" alt="Search Employers" href="javascript:__doPostBack('lnkbtnSearch','')">Search</a> </div> </div> </div> <div class="row"> <div id="recaptchaDiv_v2" class="col-md-4 g-recaptcha"></div> <input type="submit" name="btnPostReCaptchaToken" value="" id="btnPostReCaptchaToken" class="hidden" /> </div> </main> </div> <section class="container-fluid footerEmployer" role="region" aria-labelledby="footerNoteLabel"> <h3 id="footerNoteLabel" class="sr-only">Important note for Verifiers</h3> <div class="row justify-content-center"> <div class="col-12"> <span class="text-left"> <semiboldtext>Important note for Verifiers:</semiboldtext> This search does not include all employers who contribute data to The Work Number. </span> <p class="text-left-info"> The information provided here is an unofficial report, intended for personal use by the employee-recipient only. It is not intended for verification purposes. If someone is asking you to provide verification of employment or income, please direct them to www.theworknumber.com. </p> </div> </div> </section> <footer class="footerMain" role="contentinfo"> <div class="container-fluid"> <div class="row"> <div class="col-12 footer-top"> <img src="../Images/Footer_Images/logo_EFX.png" class="imgLogo" alt=""/> <p class="PrivacyText" role="navigation"><a href="https://www.equifax.com/privacy/" target="_blank" id="privacy-policy" aria-label="privacy policy (opens in a new window)">Privacy Policy</a> | <a href="https://www.equifaxworkforce.com/legal/terms/" target="_blank" id="terms-of-use" aria-label="terms of use (opens in a new window)">Terms of Use</a>| <a href="javascript:void(0)" id="agent-assist" onclick="generateSupportCode();" aria-label="agent assist (opens a dialog)">Agent Assist</a></p> <img src="../Images/Footer_Images/footer_text.png" class="imgText" alt=""/> </div> </div> <div class="footerTextPart"> <div class="footerText1"> Copyright 2024 Equifax, Inc. All rights reserved </div> <div class="footerText2"> Equifax and the Equifax marks used herein are trademarks of Equifax Inc. Other product and company names mentioned herein are the property of their respective owners. </div> </div> </div> </footer> <script language='javascript'>if (document.getElementById && (document.getElementById('txtEmployer') != null)) {document.getElementById('txtEmployer').focus();}</script></form> </body> </html>