PERSONAL DATA ASSISTANCE IS NOT AVAILABLE THROUGH THIS SALES OR CUSTOMER SUPPORT FORM 
These forms are intended to serve businesses only.

To view your personal information contained in The Work Number database, freeze your data, or submit a data dispute, please visit our Employees section.

What Can We Assist With Today?

Unlock the power to transform the way you do business. Contact us to learn how The Work Number® database can help.
Sales Person

Sales

Connect with us to find out more about the products and services that are the best fit for your business needs.
Support Person

Customer Support

Need assistance with your existing account? Use our self-service portal to get the answers you need or to connect with our support team.
View on data Person

Personal Data Management

Learn how to manage the employment data in your file and see who has obtained your information.
Form Content
') } else { $("#btnSubmit").attr("disabled", true); switch(document.getElementById("areaOfInterest").value) { default: var data = $('#TWNContactUsForm').serialize(); var subD= "_com_equifax_webcoe_portlet_contactus_ContactUsFormPortlet_data="+data.replaceAll('&','#'); $.ajax({ url: "https://theworknumber.com/contact?p_p_id=com_equifax_webcoe_portlet_contactus_ContactUsFormPortlet&p_p_lifecycle=1&p_p_state=normal&p_p_mode=view&_com_equifax_webcoe_portlet_contactus_ContactUsFormPortlet_javax.portlet.action=submitTWNContactForm&p_auth=T5oPmEsN", type: 'post', data: subD, success: function (msg) { goToNextPage(); }, }); break; } } }); function getValue(value){ if(document.getElementById(value) && document.getElementById(value).value){ return document.getElementById(value).value; }else{ return ""; } } var safetext = (function(text){ this.innerText = this.textContent = text; return this.innerHTML.replace(/^\s+|\s+$/g, ''); }).bind(document.createElement('div')); $(document).ready(function () { $("#areaOfInterest").on('change', function () { const value = $(this).val(); if (value == "View My Data") { $('.consumer-msg').removeAttr('hidden').show(); $('#fields-wrapper').hide(); } else { $('#fields-wrapper').removeAttr('hidden').show(); $('.consumer-msg').hide(); } }); var name = "cmpid="; var decodedCookie = safetext(decodeURIComponent(document.cookie)); var ca = decodedCookie.split(';'); for(var i = 0; i " + elem.desc + ""; }, ""); }); } }); function jobTitleSelect(){ var formCode = ''; return formCode; } $(document).ready(function () { $("#areaOfInterest").on('change', function () { if ($(this).val() == "Automate Employment Verification") { $('#jobTitle').removeAttr('name').hide(); $(".jobtitleWrapper").append(jobTitleSelect()); $('#jobTitle').removeAttr('data-parsley-required', ''); $('.parsley-errors-list').remove(); } else { $('#jobTitle').attr('name', 'jobTitle').show(); $('select#jobTitle2').remove(); $('#jobTitle').attr('data-parsley-required', ''); $('.parsley-errors-list').remove(); } }); $("#areaOfInterest").change(function() { var selectedOption = $("#areaOfInterest option:selected").val(); if (selectedOption == "Automate Employment Verification") { $('.selectIndustry, .selectProduct').fadeOut('fast'); $('#industrySelect, #productSelection').removeAttr('data-parsley-required', ''); } else{ $('.selectIndustry, .selectProduct').fadeIn('fast'); $('#industrySelect, #productSelection').attr('data-parsley-required', ''); } }); $("#marketconsentcheck").on('change', function() { if ($(this).is(':checked')) { $("#marketconsent").attr('value', 'Yes'); } else { $("#marketconsent").attr('value', 'No'); } }); });