{"id":16547,"date":"2026-06-04T14:24:36","date_gmt":"2026-06-04T04:24:36","guid":{"rendered":"https:\/\/workerchecks.com\/?post_type=docs&#038;p=16547"},"modified":"2026-06-04T14:24:41","modified_gmt":"2026-06-04T04:24:41","password":"","slug":"previous-names-and-change-of-name-documents-what-you-need-to-know-when-completing-your-ncchc-application","status":"publish","type":"docs","link":"https:\/\/workerchecks.com\/hi\/docs\/previous-names-and-change-of-name-documents-what-you-need-to-know-when-completing-your-ncchc-application\/","title":{"rendered":"Previous Names and Change of Name Documents \u2014 What You Need to Know when completing your NCCHC application"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Previous Names and Change of Name Documents \u2014 Worker Checks Help Hub<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --blue: #005bab;\n    --sky: #bde4f7;\n    --sky-bg: #e3f3fc;\n    --dark: #0B1D3A;\n    --bg: #F4F7FB;\n    --border: #E2E8F0;\n    --text: #1a2b45;\n    --muted: #64748b;\n  }\n\n  * { box-sizing: border-box; margin: 0; padding: 0; }\n\n  body {\n    font-family: 'Plus Jakarta Sans', sans-serif;\n    background: var(--bg);\n    color: var(--text);\n    font-size: 15px;\n    line-height: 1.7;\n  }\n\n  \/* Header bar *\/\n  .site-header {\n    background: var(--blue);\n    padding: 14px 32px;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n  }\n  .site-header img {\n    height: 36px;\n    width: 36px;\n    border-radius: 6px;\n  }\n  .site-header span {\n    color: #fff;\n    font-weight: 700;\n    font-size: 17px;\n    letter-spacing: -0.3px;\n  }\n\n  \/* Breadcrumb *\/\n  .breadcrumb {\n    padding: 12px 32px;\n    font-size: 13px;\n    color: var(--muted);\n    border-bottom: 1px solid var(--border);\n    background: #fff;\n  }\n  .breadcrumb a { color: var(--blue); text-decoration: none; }\n  .breadcrumb a:hover { text-decoration: underline; }\n  .breadcrumb span { margin: 0 6px; }\n\n  \/* Layout *\/\n  .layout {\n    max-width: 1080px;\n    margin: 32px auto;\n    padding: 0 24px;\n    display: grid;\n    grid-template-columns: 220px 1fr;\n    gap: 32px;\n    align-items: start;\n  }\n\n  \/* TOC sidebar *\/\n  .toc {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 10px;\n    padding: 20px;\n    position: sticky;\n    top: 24px;\n  }\n  .toc h3 {\n    font-size: 11px;\n    font-weight: 700;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n    color: var(--muted);\n    margin-bottom: 12px;\n  }\n  .toc ul { list-style: none; }\n  .toc li { margin-bottom: 6px; }\n  .toc a {\n    font-size: 13px;\n    color: var(--text);\n    text-decoration: none;\n    display: block;\n    padding: 4px 8px;\n    border-radius: 5px;\n    transition: background 0.15s, color 0.15s;\n  }\n  .toc a:hover {\n    background: var(--sky-bg);\n    color: var(--blue);\n  }\n\n  \/* Article *\/\n  .article {\n    background: #fff;\n    border: 1px solid var(--border);\n    border-radius: 12px;\n    padding: 40px 48px;\n  }\n\n  .article-meta {\n    display: flex;\n    gap: 10px;\n    margin-bottom: 24px;\n    flex-wrap: wrap;\n  }\n  .badge {\n    font-size: 12px;\n    font-weight: 600;\n    padding: 4px 10px;\n    border-radius: 20px;\n    background: var(--sky-bg);\n    color: var(--blue);\n  }\n\n  h1 {\n    font-size: 26px;\n    font-weight: 700;\n    color: var(--dark);\n    line-height: 1.3;\n    margin-bottom: 8px;\n    letter-spacing: -0.4px;\n  }\n\n  .article-intro {\n    color: var(--muted);\n    font-size: 15px;\n    margin-bottom: 32px;\n    padding-bottom: 24px;\n    border-bottom: 1px solid var(--border);\n  }\n\n  h2 {\n    font-size: 18px;\n    font-weight: 700;\n    color: var(--dark);\n    margin: 36px 0 12px;\n    padding-bottom: 8px;\n    border-bottom: 2px solid var(--sky);\n    scroll-margin-top: 24px;\n  }\n\n  h3 {\n    font-size: 15px;\n    font-weight: 700;\n    color: var(--blue);\n    margin: 20px 0 8px;\n  }\n\n  p { margin-bottom: 14px; }\n\n  ul, ol {\n    margin: 10px 0 16px 20px;\n  }\n  li { margin-bottom: 6px; }\n\n  \/* Callout boxes *\/\n  .callout {\n    border-radius: 8px;\n    padding: 14px 18px;\n    margin: 18px 0;\n    font-size: 14px;\n    line-height: 1.6;\n  }\n  .callout-important {\n    background: var(--sky-bg);\n    border-left: 4px solid var(--blue);\n  }\n  .callout-warning {\n    background: #fff8e6;\n    border-left: 4px solid #f59e0b;\n  }\n  .callout strong { display: block; margin-bottom: 4px; font-size: 13px; text-transform: uppercase; letter-spacing: 0.5px; }\n  .callout-important strong { color: var(--blue); }\n  .callout-warning strong { color: #b45309; }\n\n  \/* Table *\/\n  table {\n    width: 100%;\n    border-collapse: collapse;\n    margin: 16px 0 24px;\n    font-size: 14px;\n  }\n  th {\n    background: var(--blue);\n    color: #fff;\n    text-align: left;\n    padding: 10px 14px;\n    font-weight: 600;\n  }\n  th:first-child { border-radius: 6px 0 0 0; }\n  th:last-child { border-radius: 0 6px 0 0; }\n  td {\n    padding: 10px 14px;\n    border-bottom: 1px solid var(--border);\n  }\n  tr:nth-child(even) td { background: var(--bg); }\n  tr:last-child td { border-bottom: none; }\n\n  \/* FAQ *\/\n  .faq-item {\n    border: 1px solid var(--border);\n    border-radius: 8px;\n    margin-bottom: 10px;\n    overflow: hidden;\n  }\n  .faq-q {\n    padding: 14px 18px;\n    font-weight: 600;\n    font-size: 14px;\n    background: var(--bg);\n    cursor: pointer;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    user-select: none;\n  }\n  .faq-q:hover { background: var(--sky-bg); }\n  .faq-q .arrow {\n    color: var(--blue);\n    font-size: 18px;\n    transition: transform 0.2s;\n    flex-shrink: 0;\n  }\n  .faq-q.open .arrow { transform: rotate(180deg); }\n  .faq-a {\n    display: none;\n    padding: 14px 18px;\n    font-size: 14px;\n    border-top: 1px solid var(--border);\n    background: #fff;\n  }\n  .faq-a.open { display: block; }\n\n  \/* Help strip *\/\n  .help-strip {\n    background: var(--sky-bg);\n    border: 1px solid var(--sky);\n    border-radius: 10px;\n    padding: 20px 24px;\n    margin-top: 40px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 16px;\n    flex-wrap: wrap;\n  }\n  .help-strip p { margin: 0; font-size: 14px; }\n  .help-strip strong { color: var(--dark); }\n  .btn {\n    display: inline-block;\n    background: var(--blue);\n    color: #fff;\n    padding: 10px 20px;\n    border-radius: 6px;\n    font-size: 13px;\n    font-weight: 600;\n    text-decoration: none;\n    white-space: nowrap;\n    transition: background 0.15s;\n  }\n  .btn:hover { background: #004a8f; }\n\n  \/* Footer *\/\n  .site-footer {\n    background: var(--dark);\n    color: #94a3b8;\n    text-align: center;\n    padding: 24px;\n    font-size: 12px;\n    margin-top: 48px;\n  }\n  .site-footer a { color: #94a3b8; text-decoration: none; margin: 0 8px; }\n  .site-footer a:hover { color: #fff; }\n  .site-footer .acic {\n    margin-bottom: 8px;\n    font-size: 11px;\n    text-transform: uppercase;\n    letter-spacing: 0.8px;\n    color: #64748b;\n  }\n\n  hr { border: none; border-top: 1px solid var(--border); margin: 32px 0; }\n\n  @media (max-width: 768px) {\n    .layout { grid-template-columns: 1fr; }\n    .toc { display: none; }\n    .article { padding: 24px 20px; }\n    .site-header { padding: 12px 16px; }\n  }\n<\/style>\n<\/head>\n<body>\n\n<!-- Header -->\n<div class=\"site-header\">\n  <img decoding=\"async\" src=\"https:\/\/workerchecks.com\/wp-content\/uploads\/2025\/08\/For-you-400x400-1.jpg\" alt=\"\u0915\u093e\u0930\u094d\u092f\u0915\u0930\u094d\u0924\u093e \u091a\u0947\u0915\" title=\"\">\n  <span>Worker Checks \u0938\u0939\u093e\u092f\u0924\u093e \u0915\u0947\u0902\u0926\u094d\u0930<\/span>\n<\/div>\n\n<!-- Breadcrumb -->\n<div class=\"breadcrumb\">\n  <a href=\"\/hi\/%e0%a4%b8%e0%a4%b9%e0%a4%be%e0%a4%af%e0%a4%a4%e0%a4%be-%e0%a4%95%e0%a5%87%e0%a4%82%e0%a4%a6%e0%a5%8d%e0%a4%b0\/\">\u0938\u0939\u093e\u092f\u0924\u093e \u0915\u0947\u0902\u0926\u094d\u0930<\/a>\n  <span>\u203a<\/span>\n  <a href=\"\/hi\/%e0%a4%b8%e0%a4%b9%e0%a4%be%e0%a4%af%e0%a4%a4%e0%a4%be-%e0%a4%95%e0%a5%87%e0%a4%82%e0%a4%a6%e0%a5%8d%e0%a4%b0\/completing-your-application\/\">Completing Your Application<\/a>\n  <span>\u203a<\/span>\n  Previous Names and Change of Name Documents\n<\/div>\n\n<!-- Layout -->\n<div class=\"layout\">\n\n  <!-- TOC -->\n  <nav class=\"toc\">\n    <h3>On this page<\/h3>\n    <ul>\n      <li><a href=\"#what-names\">What names do I need to declare?<\/a><\/li>\n      <li><a href=\"#three-types\">The three name types<\/a><\/li>\n      <li><a href=\"#documents\">Supporting documents required<\/a><\/li>\n      <li><a href=\"#multiple\">Multiple name changes<\/a><\/li>\n      <li><a href=\"#birth-cert\">Birth certificate in maiden name<\/a><\/li>\n      <li><a href=\"#cannot-provide\">Can&#8217;t provide the document?<\/a><\/li>\n      <li><a href=\"#why\">Why is this required?<\/a><\/li>\n      <li><a href=\"#faq\">\u0905\u0915\u094d\u0938\u0930 \u092a\u0942\u091b\u0947 \u091c\u093e\u0928\u0947 \u0935\u093e\u0932\u0947 \u092a\u094d\u0930\u0936\u094d\u0928<\/a><\/li>\n    <\/ul>\n  <\/nav>\n\n  <!-- Article -->\n  <article class=\"article\">\n\n    <div class=\"article-meta\">\n      <span class=\"badge\">Completing Your Application<\/span>\n      <span class=\"badge\">All Applicants<\/span>\n    <\/div>\n\n    <h1>Previous Names and Change of Name Documents<\/h1>\n    <p class=\"article-intro\">When completing your Nationally Coordinated Criminal History Check (NCCHC) application, you are required to declare all names that have appeared in official records throughout your life \u2014 not just your current legal name. This article explains what names you need to declare, what supporting documents are required, and what to do if you cannot provide them.<\/p>\n\n    <!-- Section 1 -->\n    <h2 id=\"what-names\">What names do I need to declare?<\/h2>\n    <p>You must declare any name that has appeared in <strong>official records<\/strong>, \u0936\u093e\u092e\u093f\u0932:<\/p>\n    <ul>\n      <li>Employment records<\/li>\n      <li>Government documents (e.g. Centrelink, ATO, Medicare)<\/li>\n      <li>Financial records (e.g. bank accounts, credit applications)<\/li>\n      <li>Educational records<\/li>\n      <li>Any other formal or institutional records<\/li>\n    <\/ul>\n    <p>All names you declare will appear on your NCCHC result.<\/p>\n\n    <div class=\"callout callout-important\">\n      <strong>Important<\/strong>\n      Do not declare casual nicknames or shortened versions of your name used only in everyday conversation. For example, if your legal name is Marineses but friends call you Marty, you do not need to declare Marty unless it has appeared in an official record.\n    <\/div>\n\n    <!-- Section 2 -->\n    <h2 id=\"three-types\">The three name types<\/h2>\n\n    <h3>Maiden Name<\/h3>\n    <p>Your name before marriage. This can only be selected once. If you have a birth certificate or other identity document in your maiden name, you will need to provide a change of name document linking it to your current name.<\/p>\n\n    <h3>Previous Name<\/h3>\n    <p>Any other former legal name \u2014 for example, a name from a previous marriage, a name changed by deed poll, or a name reverting after divorce. Select this option if your name was legally changed for any reason other than your most recent marriage.<\/p>\n\n    <h3>Alias<\/h3>\n    <p>A name that has appeared in official records but was never your legal name \u2014 for example, a professional name, a commonly used variation, or a name recorded differently on employment documents. An alias does not require a change of name document.<\/p>\n\n    <div class=\"callout callout-important\">\n      <strong>Not sure which to select?<\/strong>\n      If your name was legally changed at any point \u2014 by marriage, divorce, deed poll, or court order \u2014 select Maiden Name or Previous Name. Only use Alias for names you were never legally known by.\n    <\/div>\n\n    <!-- Section 3 -->\n    <h2 id=\"documents\">Supporting documents required<\/h2>\n    <p>If you select <strong>Maiden Name<\/strong> \u092f\u093e <strong>Previous Name<\/strong>, you are required to upload a document demonstrating the legal link between that former name and your current name.<\/p>\n    <p>Accepted documents are:<\/p>\n    <ul>\n      <li><strong>Marriage certificate<\/strong> issued by an Australian state or territory Registry of Births, Deaths and Marriages (BDM)<\/li>\n      <li><strong>Change of Name Certificate<\/strong> issued by an Australian state or territory BDM \u2014 this covers deed poll, divorce reversion, gender affirmation, and other legal name changes<\/li>\n    <\/ul>\n\n    <div class=\"callout callout-important\">\n      <strong>Overseas name change?<\/strong>\n      Upload the equivalent official document issued by the relevant overseas authority. If you are unsure whether your document will be accepted, contact us before proceeding.\n    <\/div>\n\n    <div class=\"callout callout-important\">\n      <strong>Alias names<\/strong>\n      Alias names do not require a change of name document.\n    <\/div>\n\n    <!-- Section 4 -->\n    <h2 id=\"multiple\">Multiple name changes<\/h2>\n    <p>If your name has changed more than once, you will need to provide a <strong>separate change of name document for each name change<\/strong> where an identity document is provided in a former name.<\/p>\n    <p>For example:<\/p>\n    <ul>\n      <li>Smith \u2192 Jones by marriage: upload the Smith\/Jones marriage certificate<\/li>\n      <li>Jones \u2192 Johnson by a subsequent marriage: upload the Jones\/Johnson marriage certificate<\/li>\n    <\/ul>\n    <p>Both documents are required. Each one establishes a link in the chain between your original name and your current legal name.<\/p>\n\n    <!-- Section 5 -->\n    <h2 id=\"birth-cert\">What if my birth certificate is in my maiden name?<\/h2>\n    <p>A birth certificate is a common identity document and is almost always issued in the name you were given at birth. If you have since changed your name \u2014 for example, by marriage \u2014 your birth certificate will be in a former name.<\/p>\n    <p>In this situation you must provide a change of name document (such as a marriage certificate) that links your birth certificate name to your current legal name, even if your other identity documents are all in your current name.<\/p>\n\n    <!-- Section 6 -->\n    <h2 id=\"cannot-provide\">What if I cannot provide a change of name document?<\/h2>\n\n    <h3>Step 1 \u2014 Order a replacement<\/h3>\n    <p>Contact your state or territory BDM registry to order a replacement certificate. Most registries process requests within a few business days. Fees typically range from $30\u2013$60.<\/p>\n\n    <table>\n      <thead>\n        <tr>\n          <th>\u0930\u093e\u091c\u094d\u092f \/ \u0915\u094d\u0937\u0947\u0924\u094d\u0930<\/th>\n          <th>Registry<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr><td>\u0935\u093f\u0915<\/td><td>Births, Deaths and Marriages Victoria<\/td><\/tr>\n        <tr><td>\u090f\u0928\u090f\u0938\u0921\u092c\u094d\u0932\u094d\u092f\u0942<\/td><td>NSW Registry of Births, Deaths and Marriages<\/td><\/tr>\n        <tr><td>\u0915\u094d\u0935\u0940\u0902\u0938\u0932\u0948\u0902\u0921<\/td><td>Queensland Registry of Births, Deaths and Marriages<\/td><\/tr>\n        <tr><td>WA<\/td><td>WA Registry of Births, Deaths and Marriages<\/td><\/tr>\n        <tr><td>\u090f\u0938\u090f<\/td><td>South Australia BDM<\/td><\/tr>\n        <tr><td>\u091f\u0940\u090f\u090f\u0938<\/td><td>Tasmanian BDM Registry<\/td><\/tr>\n        <tr><td>\u0915\u093e\u0930\u094d\u092f<\/td><td>Access Canberra (BDM)<\/td><\/tr>\n        <tr><td>\u090f\u0928\u091f\u0940<\/td><td>NT BDM Registry<\/td><\/tr>\n      <\/tbody>\n    <\/table>\n\n    <h3>Step 2 \u2014 Contact us if you are unable to obtain the document<\/h3>\n    <p>If you are experiencing difficulty obtaining a replacement document, please contact us via chat or email at <a href=\"mailto:ask@workerchecks.com\">ask@workerchecks.com<\/a> <strong>before submitting your application.<\/strong> We will assess your situation and, where necessary, escalate to the National Police Checking Service (NPCS) for guidance.<\/p>\n\n    <div class=\"callout callout-warning\">\n      <strong>Important<\/strong>\n      Do not submit your application without the required change of name document unless you have spoken to us first. Processing a check with a known identity gap may cause delays or require your application to be resubmitted.\n    <\/div>\n\n    <!-- Section 7 -->\n    <h2 id=\"why\">Why is this required?<\/h2>\n    <p>Your NCCHC is checked against police records held under all names you have ever been known by. Declaring all previous names \u2014 and linking them with the correct documents \u2014 ensures:<\/p>\n    <ul>\n      <li>Your check is run against the correct records<\/li>\n      <li>Your result accurately reflects your history<\/li>\n      <li>Your identity is properly verified in accordance with ACIC requirements<\/li>\n    <\/ul>\n    <p>Omitting a previous name or failing to provide supporting documentation can delay your application or, in some cases, require it to be resubmitted.<\/p>\n\n    <hr>\n\n    <!-- FAQ -->\n    <h2 id=\"faq\">\u0905\u0915\u094d\u0938\u0930 \u092a\u0942\u091b\u0947 \u091c\u093e\u0928\u0947 \u0935\u093e\u0932\u0947 \u092a\u094d\u0930\u0936\u094d\u0928<\/h2>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\">My surname changed when I got married but I only provided my current name. Do I need to declare my maiden name? <span class=\"arrow\">&#8964;<\/span><\/div>\n      <div class=\"faq-a\">Yes, if any of your identity documents are in your maiden name \u2014 for example, your birth certificate. You will need to declare your maiden name and upload your marriage certificate.<\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\">I changed my name by deed poll. What document do I need? <span class=\"arrow\">&#8964;<\/span><\/div>\n      <div class=\"faq-a\">A Change of Name Certificate issued by your state or territory BDM registry. Contact your BDM to obtain one if you do not have it.<\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\">I was married overseas. Will my overseas marriage certificate be accepted? <span class=\"arrow\">&#8964;<\/span><\/div>\n      <div class=\"faq-a\">Yes, in most cases. Upload the equivalent official document. If you are unsure, contact us at <a href=\"mailto:ask@workerchecks.com\">ask@workerchecks.com<\/a> before proceeding.<\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\">Can I use a statutory declaration instead of a change of name document? <span class=\"arrow\">&#8964;<\/span><\/div>\n      <div class=\"faq-a\">No. The ACIC does not accept statutory declarations as evidence of identity or change of name under any circumstances.<\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\">I go by a shortened version of my name at work. Do I need to declare it? <span class=\"arrow\">&#8964;<\/span><\/div>\n      <div class=\"faq-a\">Only if it has appeared in official records such as employment contracts, payslips, or government documents in that form. If it is only used casually in conversation, you do not need to declare it.<\/div>\n    <\/div>\n\n    <div class=\"faq-item\">\n      <div class=\"faq-q\">My name appears differently across different documents due to a data entry error. What should I do? <span class=\"arrow\">&#8964;<\/span><\/div>\n      <div class=\"faq-a\">Contact us via chat or email at <a href=\"mailto:ask@workerchecks.com\">ask@workerchecks.com<\/a> before proceeding. We will advise whether the variation needs to be declared and how best to handle it.<\/div>\n    <\/div>\n\n    <!-- Help strip -->\n    <div class=\"help-strip\">\n      <p><strong>\u0905\u092d\u0940 \u092d\u0940 \u092e\u0926\u0926 \u091a\u093e\u0939\u093f\u090f?<\/strong><br>Contact us via live chat or email \u2014 we&#8217;re available Monday to Friday during business hours.<\/p>\n      <a href=\"mailto:ask@workerchecks.com\" class=\"btn\">Email ask@workerchecks.com<\/a>\n    <\/div>\n\n  <\/article>\n<\/div>\n\n<!-- Footer -->\n<div class=\"site-footer\">\n  <p class=\"acic\">ACIC Accredited Body #24\/128657<\/p>\n  <p>\n    <a href=\"\/hi\/%e0%a4%b8%e0%a4%b9%e0%a4%be%e0%a4%af%e0%a4%a4%e0%a4%be-%e0%a4%95%e0%a5%87%e0%a4%82%e0%a4%a6%e0%a5%8d%e0%a4%b0\/\">\u0938\u0939\u093e\u092f\u0924\u093e \u0915\u0947\u0902\u0926\u094d\u0930<\/a>\n    <a href=\"\/hi\/%e0%a4%89%e0%a4%aa%e0%a4%af%e0%a5%8b%e0%a4%97-%e0%a4%95%e0%a5%80-%e0%a4%b6%e0%a4%b0%e0%a5%8d%e0%a4%a4%e0%a5%87%e0%a4%82\/\">Terms<\/a>\n    <a href=\"\/hi\/%e0%a4%97%e0%a5%8b%e0%a4%aa%e0%a4%a8%e0%a5%80%e0%a4%af%e0%a4%a4%e0%a4%be-%e0%a4%a8%e0%a5%80%e0%a4%a4%e0%a4%bf\/\">Privacy<\/a>\n    <a href=\"\/hi\/refund-and-returns-policy\/\">Refunds<\/a>\n  <\/p>\n  <p style=\"margin-top:10px;\">Suite 547, 1342 Dandenong Road, Melbourne VIC &nbsp;|&nbsp; ask@workerchecks.com &nbsp;|&nbsp; 1300 609 970<\/p>\n<\/div>\n\n<script>\n  document.querySelectorAll('.faq-q').forEach(q => {\n    q.addEventListener('click', () => {\n      const answer = q.nextElementSibling;\n      const isOpen = q.classList.contains('open');\n      document.querySelectorAll('.faq-q').forEach(el => {\n        el.classList.remove('open');\n        el.nextElementSibling.classList.remove('open');\n      });\n      if (!isOpen) {\n        q.classList.add('open');\n        answer.classList.add('open');\n      }\n    });\n  });\n<\/script>\n\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Previous Names and Change of Name Documents \u2014 Worker Checks Help Hub Worker Checks Help Hub Help Hub \u203a Completing Your Application \u203a Previous Names and Change of Name Documents On this page What names do I need to declare? The three name types Supporting documents required Multiple name changes Birth certificate in maiden name&#8230;<\/p>","protected":false},"author":196713191,"featured_media":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"doc_category":[1353610,1353615],"doc_tag":[],"class_list":["post-16547","docs","type-docs","status-publish","hentry","doc_category-nationally-coordinated-criminal-history-checks","doc_category-verification-of-identity"],"year_month":"2026-06","word_count":1895,"total_views":0,"reactions":{"happy":0,"normal":0,"sad":0},"author_info":{"name":"\u0915\u093e\u0930\u094d\u092f\u0915\u0930\u094d\u0924\u093e \u091a\u0947\u0915","author_nicename":"workerchecks","author_url":"https:\/\/workerchecks.com\/hi\/author\/workerchecks\/"},"doc_category_info":[{"term_name":"Nationally Coordinated Criminal History Checks","term_url":"https:\/\/workerchecks.com\/hi\/docs-category\/nationally-coordinated-criminal-history-checks\/"},{"term_name":"Verification of Identity","term_url":"https:\/\/workerchecks.com\/hi\/docs-category\/verification-of-identity\/"}],"doc_tag_info":[],"knowledge_base_info":[],"knowledge_base_slug":[],"_links":{"self":[{"href":"https:\/\/workerchecks.com\/hi\/wp-json\/wp\/v2\/docs\/16547","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/workerchecks.com\/hi\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/workerchecks.com\/hi\/wp-json\/wp\/v2\/types\/docs"}],"author":[{"embeddable":true,"href":"https:\/\/workerchecks.com\/hi\/wp-json\/wp\/v2\/users\/196713191"}],"replies":[{"embeddable":true,"href":"https:\/\/workerchecks.com\/hi\/wp-json\/wp\/v2\/comments?post=16547"}],"version-history":[{"count":1,"href":"https:\/\/workerchecks.com\/hi\/wp-json\/wp\/v2\/docs\/16547\/revisions"}],"predecessor-version":[{"id":16548,"href":"https:\/\/workerchecks.com\/hi\/wp-json\/wp\/v2\/docs\/16547\/revisions\/16548"}],"wp:attachment":[{"href":"https:\/\/workerchecks.com\/hi\/wp-json\/wp\/v2\/media?parent=16547"}],"wp:term":[{"taxonomy":"doc_category","embeddable":true,"href":"https:\/\/workerchecks.com\/hi\/wp-json\/wp\/v2\/doc_category?post=16547"},{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/workerchecks.com\/hi\/wp-json\/wp\/v2\/doc_tag?post=16547"}],"curies":[{"name":"\u0921\u092c\u094d\u0932\u094d\u092f\u0942\u092a\u0940","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}