{"id":1502,"date":"2026-05-27T20:02:06","date_gmt":"2026-05-27T20:02:06","guid":{"rendered":"https:\/\/blconsultancy.pl\/?page_id=1502"},"modified":"2026-06-05T08:36:06","modified_gmt":"2026-06-05T08:36:06","slug":"eu-long-term-form","status":"publish","type":"page","link":"https:\/\/blconsultancy.pl\/?page_id=1502","title":{"rendered":"EU Long Term Form"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n<style>\n    \ntextarea {\n  overflow: hidden;\n  resize: none; \/* user cannot break layout *\/\n}\n\n\ntrc-wrapper {\n      font-family: Arial, sans-serif;\n      margin: 22px;\n      font-size: 15px;\n      line-height: 1.45;\n    }\n\n    #trc-wrapper h1 {\n      text-align: center;\n      margin-bottom: 12px;\n      font-size: 20px;\n    }\n\n    #trc-wrapper h2 {\n      margin-top: 34px;\n      border-bottom: 1px solid #ccc;\n      padding-bottom: 6px;\n      font-size: 17px;\n    }\n \n    #trc-wrapper form {\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    #trc-wrapper .field-group {\n      margin-bottom: 14px;\n      display: flex;\n      gap: 14px;\n      flex-wrap: wrap;\n    }\n\n    #trc-wrapper .field-group label {\n      flex: 1 1 260px;\n      font-weight: bold;\n      font-size: 14px;\n    }\n\n    #trc-wrapper .field-group input,\n    #trc-wrapper .field-group select,\n    #trc-wrapper .field-group textarea {\n      flex: 2 1 320px;\n      padding: 6px;\n      font-size: 14px;\n    }\n\n    #trc-wrapper input[type=\"text\"],\n    #trc-wrapper input[type=\"email\"],\n    #trc-wrapper input[type=\"tel\"],\n    #trc-wrapper textarea {\n      text-transform: uppercase;\n    }\n\n    #trc-wrapper textarea {\n      min-height: 70px;\n      resize: vertical;\n    }\n\n    #trc-wrapper .inline-options {\n      display: flex;\n      gap: 18px;\n      align-items: center;\n      flex-wrap: wrap;\n      font-size: 14px;\n    }\n\n    #trc-wrapper table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 8px;\n      font-size: 14px;\n    }\n\n    #trc-wrapper table th,\n    #trc-wrapper table td {\n      border: 1px solid #ccc;\n      padding: 6px;\n      text-align: left;\n    }\n\n    #trc-wrapper .btn-bar {\n      text-align: center;\n      margin-top: 24px;\n    }\n\n    #trc-wrapper button {\n      padding: 10px 18px;\n      font-size: 15px;\n      cursor: pointer;\n      margin: 0 6px;\n    }\n\n@media print {\n  input[type=\"text\"],\n  input[type=\"number\"],\n  input[type=\"email\"],\n  input[type=\"tel\"],\n  textarea {\n    height: auto !important;\n    min-height: 24px !important;\n    white-space: normal !important;\n    overflow: visible !important;\n    -webkit-print-color-adjust: exact;\n  }\n\n  textarea {\n    display: block !important;\n    width: 100% !important;\n  }\n}\n\n\n    @media print {\n      #trc-wrapper {\n        margin: 12mm;\n        font-size: 14px;\n      }\n\n      #trc-wrapper h2 {\n        page-break-after: avoid;\n      }\n\n      #trc-wrapper .field-group {\n        page-break-inside: avoid;\n      }\n\n      #trc-wrapper button,\n      #trc-wrapper #addRowBtn,\n      #trc-wrapper #exportPdfBtn {\n        display: none;\n      }\n    }\n<\/style>\n\n<script data-wp-block-html=\"js\">\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n  const fields = document.querySelectorAll(\"input, textarea, select\");\n\n  fields.forEach(field => {\n    const div = document.createElement(\"div\");\n    div.className = \"print-value\";\n    div.style.display = \"none\";\n    div.textContent = field.value;\n\n    field.insertAdjacentElement(\"afterend\", div);\n\n    field.addEventListener(\"input\", () => {\n      div.textContent = field.value;\n    });\n  });\n});\n\n<script>\n  const apartmentSelect = document.getElementById('apartment');\n  const otherGroup = document.getElementById('apartment-other-group');\n\n  apartmentSelect.addEventListener('change', function () {\n    if (this.value === 'other') {\n      otherGroup.style.display = 'block';\n    } else {\n      otherGroup.style.display = 'none';\n    }\n  });\n\n<script>\ndocument.addEventListener(\"input\", function (e) {\n  if (e.target.tagName.toLowerCase() !== \"textarea\") return;\n  e.target.style.height = \"auto\";\n  e.target.style.height = e.target.scrollHeight + \"px\";\n});\n<\/script>\n\n<div id=\"trc-wrapper\">\n  <style>\n    #trc-wrapper {\n      font-family: Arial, sans-serif;\n      margin: 22px;\n      font-size: 15px;\n      line-height: 1.45;\n    }\n\n    #trc-wrapper h2 {\n      margin-top: 34px;\n      border-bottom: 1px solid #ccc;\n      padding-bottom: 6px;\n      font-size: 17px;\n    }\n\n    #trc-wrapper form {\n      max-width: 900px;\n      margin: 0 auto;\n    }\n\n    #trc-wrapper .field-group {\n      margin-bottom: 14px;\n      display: flex;\n      gap: 14px;\n      flex-wrap: wrap;\n    }\n\n    #trc-wrapper .field-group label {\n      flex: 1 1 260px;\n      font-weight: bold;\n      font-size: 14px;\n    }\n\n    #trc-wrapper .field-group input,\n    #trc-wrapper .field-group select,\n    #trc-wrapper .field-group textarea {\n      flex: 2 1 320px;\n      padding: 6px;\n      font-size: 14px;\n      box-sizing: border-box;\n    }\n\n    #trc-wrapper input[type=\"text\"],\n    #trc-wrapper input[type=\"email\"],\n    #trc-wrapper input[type=\"tel\"],\n    #trc-wrapper textarea {\n      text-transform: uppercase;\n    }\n\n    #trc-wrapper textarea {\n      width: 100%;\n      min-height: 70px;\n      max-height: 170px;\n      overflow-y: auto;\n      resize: vertical;\n    }\n\n    #trc-wrapper .long-textarea {\n      min-height: 100px;\n      max-height: 190px;\n    }\n\n    #trc-wrapper .print-textarea-value {\n      display: none;\n    }\n\n    #trc-wrapper .inline-options {\n      display: flex;\n      gap: 18px;\n      align-items: center;\n      flex-wrap: wrap;\n      font-size: 14px;\n    }\n\n    #trc-wrapper table {\n      width: 100%;\n      border-collapse: collapse;\n      margin-top: 8px;\n      font-size: 14px;\n    }\n\n    #trc-wrapper table th,\n    #trc-wrapper table td {\n      border: 1px solid #ccc;\n      padding: 6px;\n      text-align: left;\n    }\n\n    #trc-wrapper table input,\n    #trc-wrapper table select {\n      width: 100%;\n      box-sizing: border-box;\n    }\n\n    #trc-wrapper button {\n      padding: 10px 18px;\n      font-size: 15px;\n      cursor: pointer;\n      margin: 0 6px;\n    }\n\n    #trc-wrapper .document-checklist {\n      max-width: 900px;\n      margin: 30px auto 0;\n      padding: 20px;\n      border: 1px solid #ccc;\n      background: #f9f9f9;\n      border-radius: 5px;\n      font-size: 14px;\n    }\n\n    #trc-wrapper .document-checklist h3 {\n      margin-top: 0;\n      font-size: 16px;\n    }\n\n    #trc-wrapper .document-checklist ul {\n      line-height: 1.8;\n      padding-left: 22px;\n    }\n\n    @media print {\n      #trc-wrapper {\n        margin: 12mm;\n        font-size: 14px;\n      }\n\n      #trc-wrapper h2 {\n        page-break-after: avoid;\n      }\n\n      #trc-wrapper .field-group {\n        page-break-inside: avoid;\n      }\n\n      #trc-wrapper textarea {\n        display: none !important;\n      }\n\n      #trc-wrapper .print-textarea-value {\n        display: block !important;\n        width: 100%;\n        min-height: 70px;\n        border: 1px solid #999;\n        padding: 6px;\n        box-sizing: border-box;\n        white-space: pre-wrap;\n        overflow-wrap: break-word;\n        word-break: break-word;\n        font-size: 14px;\n        line-height: 1.45;\n        text-transform: uppercase;\n        background: #fff;\n      }\n\n      #trc-wrapper input,\n      #trc-wrapper select {\n        border: 1px solid #999;\n        background: white;\n      }\n\n      #trc-wrapper .document-checklist {\n        border: 1px solid #999 !important;\n        background: #fff !important;\n        page-break-inside: avoid;\n      }\n\n      #trc-wrapper button,\n      #trc-wrapper #addRowBtn,\n      #trc-wrapper #addRowBtnCT,\n      #trc-wrapper #exportPdfBtn {\n        display: none !important;\n      }\n    }\n  <\/style>\n\n  <h2 style=\"text-align:center;\">DATA FOR THE EU LONG TERM APPLICATION<\/h2>\n\n  <p style=\"text-align:center;\">\n    Disclaimer \u2013 Personal Data &amp; Form Usage<br><br>\n    This form is designed as a practical tool to help you prepare for your consultation and to make completing your application in the MOS 2 system more efficient.\n    Please note that this form functions solely as a template. Any information you enter is not stored, saved, or transmitted through this website. Your data remains entirely under your control and is only used by you to complete, download, or print the document for your own use.\n    While the form may request personal details, your privacy is respected and no data is retained by this site.\n    We encourage you to use this tool to save time, stay organised, and feel fully prepared for both your consultation and application process.<br><br>\n    Please fill in CAPITAL \/ PRINT letters.\n  <\/p>\n\n  <form id=\"trcForm\">\n    <h2>Personal data<\/h2>\n\n    <div class=\"field-group\">\n      <label for=\"surname\">Surname (like in the passport)<\/label>\n      <input type=\"text\" id=\"surname\" name=\"surname\" required>\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"previousSurname\">Previous surname or surname before marriage<\/label>\n      <input type=\"text\" id=\"previousSurname\" name=\"previousSurname\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"names\">Names (like in the passport)<\/label>\n      <input type=\"text\" id=\"names\" name=\"names\" required>\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"fatherName\">Father\u2019s FIRST name<\/label>\n      <input type=\"text\" id=\"fatherName\" name=\"fatherName\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"motherName\">Mother\u2019s FIRST name<\/label>\n      <input type=\"text\" id=\"motherName\" name=\"motherName\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"motherMaidenName\">Mother\u2019s maiden name (her surname before she was married)<\/label>\n      <input type=\"text\" id=\"motherMaidenName\" name=\"motherMaidenName\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"dob\">Date of birth (dd\/mm\/yyyy)<\/label>\n      <input type=\"date\" id=\"dob\" name=\"dob\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label>Sex<\/label>\n      <div class=\"inline-options\">\n        <label><input type=\"radio\" name=\"sex\" value=\"male\"> Male<\/label>\n        <label><input type=\"radio\" name=\"sex\" value=\"female\"> Female<\/label>\n      <\/div>\n    <\/div>\n\n    <div class=\"field-group\">\n      <label>Place of birth (like in the passport)<\/label>\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"countryOfBirth\">Country<\/label>\n      <input type=\"text\" id=\"countryOfBirth\" name=\"countryOfBirth\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"cityOfBirth\">City<\/label>\n      <input type=\"text\" id=\"cityOfBirth\" name=\"cityOfBirth\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"regionOfBirth\">Region (if applicable)<\/label>\n      <input type=\"text\" id=\"regionOfBirth\" name=\"regionOfBirth\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"nationality\">Nationality<\/label>\n      <input type=\"text\" id=\"nationality\" name=\"nationality\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"citizenship\">Citizenship<\/label>\n      <input type=\"text\" id=\"citizenship\" name=\"citizenship\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"maritalStatus\">Marital status<\/label>\n      <select id=\"maritalStatus\" name=\"maritalStatus\">\n        <option value=\"\">-- select --<\/option>\n        <option value=\"single\">Single<\/option>\n        <option value=\"married\">Married<\/option>\n        <option value=\"divorced\">Divorced<\/option>\n        <option value=\"widowed\">Widowed<\/option>\n        <option value=\"separated\">Separated<\/option>\n      <\/select>\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"educationLevel\">Current level of obtained education<\/label>\n      <select id=\"educationLevel\" name=\"educationLevel\">\n        <option value=\"\">-- select --<\/option>\n        <option value=\"phd\">PhD<\/option>\n        <option value=\"masters\">Masters<\/option>\n        <option value=\"bachelor\">Bachelor<\/option>\n        <option value=\"highschool\">High school<\/option>\n        <option value=\"other\">Other\/Not applicable<\/option>\n      <\/select>\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"profession\">Profession \/ Job title (in Polish if possible)<\/label>\n      <input type=\"text\" id=\"profession\" name=\"profession\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"height\">Height in cm<\/label>\n      <input type=\"number\" id=\"height\" name=\"height\" min=\"0\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"eyeColor\">Colour of eyes<\/label>\n      <input type=\"text\" id=\"eyeColor\" name=\"eyeColor\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"specialMarks\">Special marks (if you have it)<\/label>\n      <textarea id=\"specialMarks\" name=\"specialMarks\"><\/textarea>\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"pesel\">PESEL number (if you have it)<\/label>\n      <input type=\"text\" id=\"pesel\" name=\"pesel\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"email\">Email<\/label>\n      <input type=\"email\" id=\"email\" name=\"email\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"polishPhone\">Polish phone number for communication<\/label>\n      <input type=\"tel\" id=\"polishPhone\" name=\"polishPhone\">\n    <\/div>\n\n    <h2>Address in the country of origin<\/h2>\n\n    <div class=\"field-group\"><label for=\"originCountry\">Country<\/label><input type=\"text\" id=\"originCountry\" name=\"originCountry\"><\/div>\n    <div class=\"field-group\"><label for=\"originVoivodeship\">Voivodeship \/ District \/ Province \/ State<\/label><input type=\"text\" id=\"originVoivodeship\" name=\"originVoivodeship\"><\/div>\n    <div class=\"field-group\"><label for=\"originCounty\">County \/ Region \/ District \/ Borough<\/label><input type=\"text\" id=\"originCounty\" name=\"originCounty\"><\/div>\n    <div class=\"field-group\"><label for=\"originMunicipality\">Municipality<\/label><input type=\"text\" id=\"originMunicipality\" name=\"originMunicipality\"><\/div>\n    <div class=\"field-group\"><label for=\"originCity\">City\/Town<\/label><input type=\"text\" id=\"originCity\" name=\"originCity\"><\/div>\n    <div class=\"field-group\"><label for=\"originStreet\">Street<\/label><input type=\"text\" id=\"originStreet\" name=\"originStreet\"><\/div>\n    <div class=\"field-group\"><label for=\"originHouse\">House number<\/label><input type=\"text\" id=\"originHouse\" name=\"originHouse\"><\/div>\n    <div class=\"field-group\"><label for=\"originFlat\">Flat number<\/label><input type=\"text\" id=\"originFlat\" name=\"originFlat\"><\/div>\n    <div class=\"field-group\"><label for=\"originPostal\">Postal code<\/label><input type=\"text\" id=\"originPostal\" name=\"originPostal\"><\/div>\n\n    <h2>Address in the previous country of residence<\/h2>\n\n    <div class=\"field-group\"><label for=\"prevCountry\">Country<\/label><input type=\"text\" id=\"prevCountry\" name=\"prevCountry\"><\/div>\n    <div class=\"field-group\"><label for=\"prevVoivodeship\">Voivodeship \/ District \/ Province \/ State<\/label><input type=\"text\" id=\"prevVoivodeship\" name=\"prevVoivodeship\"><\/div>\n    <div class=\"field-group\"><label for=\"prevCounty\">County \/ Region \/ District \/ Borough<\/label><input type=\"text\" id=\"prevCounty\" name=\"prevCounty\"><\/div>\n    <div class=\"field-group\"><label for=\"prevMunicipality\">Municipality<\/label><input type=\"text\" id=\"prevMunicipality\" name=\"prevMunicipality\"><\/div>\n    <div class=\"field-group\"><label for=\"prevCity\">City\/Town<\/label><input type=\"text\" id=\"prevCity\" name=\"prevCity\"><\/div>\n    <div class=\"field-group\"><label for=\"prevStreet\">Street<\/label><input type=\"text\" id=\"prevStreet\" name=\"prevStreet\"><\/div>\n    <div class=\"field-group\"><label for=\"prevHouse\">House number<\/label><input type=\"text\" id=\"prevHouse\" name=\"prevHouse\"><\/div>\n    <div class=\"field-group\"><label for=\"prevFlat\">Flat number<\/label><input type=\"text\" id=\"prevFlat\" name=\"prevFlat\"><\/div>\n    <div class=\"field-group\"><label for=\"prevPostal\">Postal code<\/label><input type=\"text\" id=\"prevPostal\" name=\"prevPostal\"><\/div>\n\n    <h2>Current address in Poland<\/h2>\n\n    <div class=\"field-group\"><label for=\"plVoivodeship\">Voivodeship<\/label><input type=\"text\" id=\"plVoivodeship\" name=\"plVoivodeship\"><\/div>\n    <div class=\"field-group\"><label for=\"plDistrict\">District<\/label><input type=\"text\" id=\"plDistrict\" name=\"plDistrict\"><\/div>\n    <div class=\"field-group\"><label for=\"plMunicipality\">Municipality<\/label><input type=\"text\" id=\"plMunicipality\" name=\"plMunicipality\"><\/div>\n    <div class=\"field-group\"><label for=\"plCity\">City\/Town<\/label><input type=\"text\" id=\"plCity\" name=\"plCity\"><\/div>\n    <div class=\"field-group\"><label for=\"plStreet\">Street<\/label><input type=\"text\" id=\"plStreet\" name=\"plStreet\"><\/div>\n    <div class=\"field-group\"><label for=\"plHouse\">House number<\/label><input type=\"text\" id=\"plHouse\" name=\"plHouse\"><\/div>\n    <div class=\"field-group\"><label for=\"plFlat\">Flat number<\/label><input type=\"text\" id=\"plFlat\" name=\"plFlat\"><\/div>\n    <div class=\"field-group\"><label for=\"plPostal\">Postal code<\/label><input type=\"text\" id=\"plPostal\" name=\"plPostal\"><\/div>\n\n    <div class=\"field-group\">\n      <label for=\"apartment\">Legal title to the apartment<\/label>\n      <select id=\"apartment\" name=\"apartment\">\n        <option value=\"\">-- select --<\/option>\n        <option value=\"ownership\">Ownership<\/option>\n        <option value=\"rental\">Rental agreement<\/option>\n        <option value=\"other\">Other<\/option>\n      <\/select>\n    <\/div>\n\n    <div class=\"field-group\" id=\"apartment-other-group\" style=\"display:none;\">\n      <label for=\"apartment_other\">Please specify<\/label>\n      <input type=\"text\" id=\"apartment_other\" name=\"apartment_other\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <label for=\"firstE\">Exact date of your FIRST entry into Poland (dd\/mm\/yyyy)<\/label>\n      <input type=\"date\" id=\"firstE\" name=\"firstE\">\n    <\/div>\n\n    <h2>History of your stay in Poland<\/h2>\n\n    <p>Please be very precise and make sure you write correct dates.<\/p>\n    <p>BASED ON:<\/p>\n    <p>Visa \u2013 day you entered \u2192 visa expiry date<\/p>\n    <p>TRC \u2013 date of positive decision \u2192 decision expiry date<\/p>\n\n    <table id=\"polandTable\">\n      <thead>\n        <tr>\n          <th>From (date)<\/th>\n          <th>To (date)<\/th>\n          <th>Based on<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td><input type=\"date\" name=\"poland1From\"><\/td>\n          <td><input type=\"date\" name=\"poland1To\"><\/td>\n          <td>\n            <select name=\"based1\">\n              <option value=\"\">-- select --<\/option>\n              <option value=\"visa\">Visa<\/option>\n              <option value=\"trc\">TRC<\/option>\n            <\/select>\n          <\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n\n    <button id=\"addRowBtn\" type=\"button\">Add row<\/button>\n\n    <div class=\"field-group\">\n      <label for=\"dole\">Exact date of your LAST entry into Poland (dd\/mm\/yyyy)<\/label>\n      <input type=\"date\" id=\"dole\" name=\"dole\">\n    <\/div>\n\n    <div class=\"field-group\">\n      <div style=\"width:100%;\">\n        <label for=\"purposeStay\">What is the purpose of your current stay (last TRC was given based on\u2026)?<\/label>\n      <\/div>\n      <div style=\"width:100%;\">\n        <textarea id=\"purposeStay\" name=\"purposeStay\" class=\"long-textarea\" rows=\"8\"><\/textarea>\n      <\/div>\n    <\/div>\n\n    <h2>ALL (including your home country, except Poland) countries you have been in the past 5 years<\/h2>\n\n    <table id=\"countriesTable\">\n      <thead>\n        <tr>\n          <th>Country<\/th>\n          <th>From (date)<\/th>\n          <th>To (date)<\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td><input type=\"text\" name=\"country1\"><\/td>\n          <td><input type=\"date\" name=\"country1From\"><\/td>\n          <td><input type=\"date\" name=\"country1To\"><\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n\n    <button id=\"addRowBtnCT\" type=\"button\">Add row<\/button>\n\n    <div class=\"field-group\">\n      <label>Do you have\/did you have \u201cEU Blue Card\u201d, issued by the European Union Member State other than Poland?<\/label>\n      <div class=\"inline-options\">\n        <label><input type=\"radio\" name=\"visaYesNo\" value=\"yes\"> YES<\/label>\n        <label><input type=\"radio\" name=\"visaYesNo\" value=\"no\"> NO<\/label>\n      <\/div>\n    <\/div>\n\n    <div class=\"field-group\">\n      <label>Do you have\/did you have residence permit for the EU long term resident granted in another EU country?<\/label>\n      <div class=\"inline-options\">\n        <label><input type=\"radio\" name=\"resYesNo\" value=\"yes\"> YES<\/label>\n        <label><input type=\"radio\" name=\"resYesNo\" value=\"no\"> NO<\/label>\n      <\/div>\n    <\/div>\n\n    <div class=\"field-group\">\n      <label>What type of residency do you currently hold?<\/label>\n      <div class=\"inline-options\">\n        <label><input type=\"radio\" name=\"basicTrcblue\" value=\"basic-trc\"> Basic TRC<\/label>\n        <label><input type=\"radio\" name=\"basicTrcblue\" value=\"blue-card\"> Blue Card<\/label>\n      <\/div>\n    <\/div>\n\n    <div class=\"field-group\">\n      <div style=\"width:100%;\">\n        <label for=\"subsistence\">What has been your source of income for the past 3 years?<\/label>\n      <\/div>\n      <div style=\"width:100%;\">\n        <textarea id=\"subsistence\" name=\"subsistence\" class=\"long-textarea\" rows=\"8\"><\/textarea>\n      <\/div>\n    <\/div>\n\n    <div class=\"field-group\">\n      <div style=\"width:100%;\">\n        <label for=\"numberDep\">Number of persons currently financially dependent on you (in Poland)<\/label>\n      <\/div>\n      <div style=\"width:100%;\">\n        <textarea id=\"numberDep\" name=\"numberDep\" class=\"long-textarea\" rows=\"8\"><\/textarea>\n      <\/div>\n    <\/div>\n\n    <div class=\"field-group\">\n      <div style=\"width:100%;\">\n        <label for=\"familyMembers\">\n          Currently dependent family members of a foreigner living in Poland<br>\n          (Please skip if you wrote \u201czero\u201d in the previous point)\n        <\/label>\n      <\/div>\n      <div style=\"width:100%;\">\n        <textarea id=\"familyMembers\" name=\"familyMembers\" class=\"long-textarea\" placeholder=\"Name and Surname, Sex, Date of birth, Degree of kinship, Citizenship, Place of residence\" rows=\"8\"><\/textarea>\n      <\/div>\n    <\/div>\n\n    <div class=\"field-group\">\n      <div style=\"width:100%;\">\n        <label for=\"justification\">Please write few sentences explaining why you wish to obtain EU long term residency.<\/label>\n      <\/div>\n      <div style=\"width:100%;\">\n        <textarea id=\"justification\" name=\"justification\" class=\"long-textarea\" rows=\"8\"><\/textarea>\n      <\/div>\n    <\/div>\n  <\/form>\n\n  <div style=\"text-align:center; margin-top:20px;\">\n    <button id=\"exportPdfBtn\" class=\"pdf-btn\" type=\"button\">Print form<\/button>\n  <\/div>\n\n  <div class=\"document-checklist\">\n    <h3>Additional Documents Required<\/h3>\n\n    <p>\n      Together with this form filled in electronically, please send me the following:\n    <\/p>\n\n    <ul>\n      <li>Photo \/ scan of your main passport page<\/li>\n      <li>Photo \/ scan of all non-empty pages of your passport: visas, stamps, etc.<\/li>\n      <li>Photo \/ scan of your current TRC, both sides<\/li>\n      <li>\n        Photo \/ scan of ALL positive TRC decisions you have ever received.\n        Please name the files with numbers: first decision \u201c1\u201d, second decision \u201c2\u201d, etc.\n      <\/li>\n    <\/ul>\n\n    <p>\n      For me to prepare this application, I also need to have access to your\n      <strong>inPOL account<\/strong>. Please make sure you have access to it during our meeting.\n    <\/p>\n  <\/div>\n\n  <script>\n    document.addEventListener(\"DOMContentLoaded\", function () {\n      const exportBtn = document.getElementById(\"exportPdfBtn\");\n      const addRowBtn = document.getElementById(\"addRowBtn\");\n      const addRowBtnCT = document.getElementById(\"addRowBtnCT\");\n      const polandTableBody = document.querySelector(\"#polandTable tbody\");\n      const countriesTableBody = document.querySelector(\"#countriesTable tbody\");\n      const apartmentSelect = document.getElementById(\"apartment\");\n      const apartmentOtherGroup = document.getElementById(\"apartment-other-group\");\n\n      function createTextareaPrintCopies() {\n        document.querySelectorAll(\"#trc-wrapper textarea\").forEach(function (textarea) {\n          let printDiv = textarea.nextElementSibling;\n\n          if (!printDiv || !printDiv.classList.contains(\"print-textarea-value\")) {\n            printDiv = document.createElement(\"div\");\n            printDiv.className = \"print-textarea-value\";\n            textarea.insertAdjacentElement(\"afterend\", printDiv);\n          }\n\n          printDiv.textContent = textarea.value || \"\";\n        });\n      }\n\n      function autoResizeTextarea(textarea) {\n        textarea.style.height = \"auto\";\n        textarea.style.height = textarea.scrollHeight + \"px\";\n      }\n\n      document.querySelectorAll(\"#trc-wrapper textarea\").forEach(function (textarea) {\n        textarea.addEventListener(\"input\", function () {\n          autoResizeTextarea(textarea);\n        });\n      });\n\n      if (exportBtn) {\n        exportBtn.addEventListener(\"click\", function () {\n          createTextareaPrintCopies();\n\n          setTimeout(function () {\n            window.print();\n          }, 150);\n        });\n      }\n\n      window.addEventListener(\"beforeprint\", function () {\n        createTextareaPrintCopies();\n      });\n\n      if (addRowBtn && polandTableBody) {\n        addRowBtn.addEventListener(\"click\", function () {\n          const lastRow = polandTableBody.querySelector(\"tr:last-child\");\n          const newRow = lastRow.cloneNode(true);\n\n          newRow.querySelectorAll(\"input\").forEach(function (input) {\n            input.value = \"\";\n          });\n\n          newRow.querySelectorAll(\"select\").forEach(function (select) {\n            select.selectedIndex = 0;\n          });\n\n          polandTableBody.appendChild(newRow);\n        });\n      }\n\n      if (addRowBtnCT && countriesTableBody) {\n        addRowBtnCT.addEventListener(\"click\", function () {\n          const lastRow = countriesTableBody.querySelector(\"tr:last-child\");\n          const newRow = lastRow.cloneNode(true);\n\n          newRow.querySelectorAll(\"input\").forEach(function (input) {\n            input.value = \"\";\n          });\n\n          countriesTableBody.appendChild(newRow);\n        });\n      }\n\n      if (apartmentSelect && apartmentOtherGroup) {\n        apartmentSelect.addEventListener(\"change\", function () {\n          apartmentOtherGroup.style.display = this.value === \"other\" ? \"flex\" : \"none\";\n        });\n      }\n    });\n  <\/script>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>DATA FOR THE EU LONG TERM APPLICATION Disclaimer \u2013 Personal Data &amp; Form Usage This form is designed as a practical tool to help you prepare for your consultation and to make completing your application in the MOS 2 system more efficient. Please note that this form functions solely as a template. Any information you&hellip;&nbsp;<a href=\"https:\/\/blconsultancy.pl\/?page_id=1502\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">EU Long Term Form<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"center","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"off","footnotes":""},"class_list":["post-1502","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/blconsultancy.pl\/index.php?rest_route=\/wp\/v2\/pages\/1502","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blconsultancy.pl\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/blconsultancy.pl\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/blconsultancy.pl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blconsultancy.pl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1502"}],"version-history":[{"count":33,"href":"https:\/\/blconsultancy.pl\/index.php?rest_route=\/wp\/v2\/pages\/1502\/revisions"}],"predecessor-version":[{"id":1563,"href":"https:\/\/blconsultancy.pl\/index.php?rest_route=\/wp\/v2\/pages\/1502\/revisions\/1563"}],"wp:attachment":[{"href":"https:\/\/blconsultancy.pl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}