{"id":2482,"date":"2024-07-30T09:07:48","date_gmt":"2024-07-30T09:07:48","guid":{"rendered":"https:\/\/www.xclinic.pt\/appointments"},"modified":"2026-03-24T19:49:56","modified_gmt":"2026-03-24T19:49:56","slug":"appointments","status":"publish","type":"page","link":"https:\/\/www.xclinic.pt\/en\/appointments","title":{"rendered":"Appointments"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2482\" class=\"elementor elementor-2482 elementor-689\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-147cc0ef e-flex e-con-boxed e-con e-parent\" data-id=\"147cc0ef\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37765dd5 elementor-widget elementor-widget-shortcode\" data-id=\"37765dd5\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><nav aria-label=\"breadcrumbs\" class=\"rank-math-breadcrumb\"><p><span class=\"last\">Home<\/span><\/p><\/nav><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3e9dfa0f e-con-full e-flex e-con e-parent\" data-id=\"3e9dfa0f\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-179ace4 e-flex e-con-boxed e-con e-child\" data-id=\"179ace4\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6d86c770 e-con-full e-flex e-con e-child\" data-id=\"6d86c770\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-761d33e1 elementor-widget elementor-widget-heading\" data-id=\"761d33e1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Appointments<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-649ee4e1 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"649ee4e1\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a07783a e-flex e-con-boxed e-con e-parent\" data-id=\"a07783a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6640e92 elementor-widget elementor-widget-text-editor\" data-id=\"6640e92\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>Use the form below to make your appointment request, choosing the exam and specialty.<br \/>\nYour request will be pending validation by our services, who will contact you to confirm the appointment. <\/p>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2822020 elementor-widget elementor-widget-html\" data-id=\"2822020\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\n\n\n\n\n\nfunction formatString(input) {\n    let formatted = input.replace(\/-\/g, ' ');\n    formatted = formatted.replace(\/\\b\\w\/g, char => char.toUpperCase());\n    return formatted;\n}\n\nwindow.onload = function () {\n\n    const queryString = window.location.search;\n    const urlParams = new URLSearchParams(queryString);\n\n    const elementExames = document.getElementsByClassName('elementor-field-group-exames');\n    const elementConsultas = document.getElementsByClassName('elementor-field-group-consultas');\n\n    const typeMarcacao = urlParams.get('tipo_de_marcacao');\n    const selectTipoMarcacao = document.getElementById('form-field-tipo_de_marcacao');\n    if (typeMarcacao) {\n        for (let option of selectTipoMarcacao.options) {\n            let chosen = option.value;\n            if (chosen === typeMarcacao) {\n                selectTipoMarcacao.value = typeMarcacao;\n            }\n        }\n    }\n\n\n\n    const typeExame = urlParams.get('exam');\n    const selectTipoExame = document.getElementById('form-field-exames');\n    if (typeExame) {\n\n        for (let i = 0; i < elementExames.length; i++) {\n            elementExames[i].style.display = \"block\";\n        }\n\n        for (let option of selectTipoExame.options) {\n            let chosen = option.value;\n            if (chosen === typeExame) {\n                selectTipoExame.value = typeExame;\n            }\n        }\n    }\n\n    const typeConsultas = urlParams.get('consultation');\n    const selectTipoConsultas = document.getElementById('form-field-consultas');\n    if (typeConsultas) {\n\n        for (let i = 0; i < elementConsultas.length; i++) {\n            elementConsultas[i].style.display = \"block\";\n        }\n\n        for (let option of selectTipoConsultas.options) {\n            let chosen = option.value;\n            if (chosen === typeConsultas) {\n                selectTipoConsultas.value = typeConsultas;\n            }\n        }\n    }\n}\nlet showThisFieldIf = {\n    exames: { tipo_de_marcacao: [2], },\n    consultas: { tipo_de_marcacao: [3], },\n}\ndocument.addEventListener('DOMContentLoaded', conditionalFormFieldFunc); document.addEventListener('DOMContentLoaded', function () {\n    jQuery(document).on('elementor\/popup\/show', (event, id, instance) => {\n        conditionalFormFieldFunc();\n    });\n});\n\nfunction conditionalFormFieldFunc() {\n    function testLogic() {\n        for (const [conditionalInputID, condition] of Object.entries(showThisFieldIf)) {\n            let conditionalInput = setInputsElemArray(conditionalInputID);\n            let match = true;\n            for (const [conditionID, conditionValues] of Object.entries(condition)) {\n                let inputs = setInputsElemArray(conditionID);\n                let selectedInputs = [];\n                inputs.forEach((input, i) => { if (input.checked) { selectedInputs.push(i); } });\n                if (inputs[0].tagName == 'SELECT') {\n                    selectedInputs.push(inputs[0].selectedIndex);\n                }\n                let adjustedConditionValues = conditionValues.map(e => e - 1);\n\n                if (!(adjustedConditionValues.every(condition => selectedInputs.indexOf(condition) > -1))) {\n                    match = false;\n                }\n            };\n            if (match) {\n                conditionalInput.forEach(e => {\n                    e.closest('.elementor-field-group').style.display = \"block\";\n                    \/\/ e.disabled = false;\n                });\n            } else {\n                conditionalInput.forEach(e => {\n                    e.closest('.elementor-field-group').style.display = \"none\";\n                    \/\/ e.disabled = true;\n                });\n            }\n        }\n    }\n    testLogic();\n\n    \/* Add event listeners *\/\n    for (const [conditionalInputID, condition] of Object.entries(showThisFieldIf)) {\n        for (const [conditionID, conditionValues] of Object.entries(condition)) {\n            let inputs = setInputsElemArray(conditionID);\n\n            inputs.forEach(input => {\n                input.addEventListener('input', function () {\n                    testLogic();\n                })\n            })\n        }\n    }\n\n    function setInputsElemArray(ID) {\n        let selectors = `[name=\"form_fields[${ID}]\"]`;\n        let inputs = Array.from(document.querySelectorAll(selectors));\n        if (!inputs.length) {\n            selectors = `[name=\"form_fields[${ID}][]\"]`;\n            inputs = Array.from(document.querySelectorAll(selectors));\n        }\n        return inputs;\n    }\n};\n\n\n\n\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7592a8e elementor-widget__width-initial elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"7592a8e\" data-element_type=\"widget\" data-settings=\"{&quot;button_width&quot;:&quot;40&quot;,&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:25,&quot;sticky_effects_offset&quot;:50,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_anchor_link_offset&quot;:0}\" data-widget_type=\"form.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"Appointments\" aria-label=\"Appointments\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"2482\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"7592a8e\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Appointments - X-Clinic - Lisboa\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"2482\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-tipo_de_marcacao elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-tipo_de_marcacao\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tType of appointments\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[tipo_de_marcacao]\" id=\"form-field-tipo_de_marcacao\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\" \">Choose an option<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"exams\">Exam <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"consultation\">Consultation <\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-exames elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-exames\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tExam\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[exames]\" id=\"form-field-exames\" class=\"elementor-field-textual elementor-size-sm\">\n\t\t\t\t\t\t\t\t\t<option value=\" \">Choose an Exam <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"mammography-with-tomosynthesis-3d\">Mammography with 3D Tomosynthesis <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"mammography\">Mammography <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"ultrasound\">Ultrasound <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"intervention-tests\">Interventional Exams <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"electromyography-electromyogram-emg\">Electromyography (EMG) <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"fetal-pediatric-echocardiography\">Fetal \/ Pediatric Echocardiogram <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"fibroscan-hepatic-elastography\">Fibroscan \/ Hepatic Elastography <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"cystoscopy\">Cystoscopy <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"penile-echo-doppler\">Penile Doppler ultrasound <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"scrotal-echodoppler\">Scrotal Doppler ultrasound <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"24-hour-holter\">24-hour Holter <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"electrocardiogram-ecg\">Electrocardiogram (ECG) <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"clinical-analysis\">Clinical Analyses <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"colposcopy\">Colposcopy <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"prostate-biopsy\">Prostate Biopsy <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"medical-examination-for-u-s-and-australian-immigration-visas\">Medical Exam for USA or Australia Visa <\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-consultas elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-consultas\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tConsultation\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[consultas]\" id=\"form-field-consultas\" class=\"elementor-field-textual elementor-size-sm\">\n\t\t\t\t\t\t\t\t\t<option value=\"Choose an consultation\">Choose an consultation<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"gynecology-and-obstetrics\">Gynecology \/ Obstetrics <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"internal-medicine\">Internal Medicine <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"urology\">Urology <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"vascular-surgery\">Vascular Surgery <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"orthopedics-and-traumatology\">Orthopedics <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"general-surgery\">General Surgery <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"neurosurgery\">Neurosurgery <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"physical-medicine-and-rehabilitation\">Physical and Rehabilitation Medicine <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"general-and-family-medicine\">General and Family Medicine<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"emdr\">EMDR <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"acupuncture\">Acupuncture <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"senology\">Senology <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"pulmonology\">Pulmonology <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"pediatrics\">Pediatrics <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"rheumatology\">Rheumatology <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"sleep-consultation\">Sleep Consultation <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"neurology\">Neurology <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"cardiology\">Cardiology <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"pain-consultation\">Pain Consultation <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"travel-consultation\">Travel Consultation <\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"medical-examination-for-u-s-and-australian-immigration-visas\">Medical Exam for USA or Australia Visa <\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-date elementor-field-group elementor-column elementor-field-group-data elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-data\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tDate\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\n\t\t<input type=\"date\" name=\"form_fields[data]\" id=\"form-field-data\" class=\"elementor-field elementor-size-sm  elementor-field-textual elementor-date-field\" placeholder=\"Indicate a preferred date\" pattern=\"[0-9]{4}-[0-9]{2}-[0-9]{2}\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-acordos elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-acordos\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tAgreement \/ Subsystem\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[acordos]\" id=\"form-field-acordos\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"If applicable, indicate the entity\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-nome elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-nome\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tName\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[nome]\" id=\"form-field-nome\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Name and Surname\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-nif elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-nif\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tVAT\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[nif]\" id=\"form-field-nif\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Your VAT number\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-tel elementor-field-group elementor-column elementor-field-group-telefone elementor-col-50 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-telefone\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tTelephone\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<span class=\"ccfef-editor-intl-input\" data-id=\"form-field-telefone\" data-field-id=\"87ca997\" data-default-country=\"pt\" data-include-countries=\"\" data-exclude-countries=\"\" data-dial-code-visibility=\"show\" data-strict-mode=\"no\" style=\"display: none;\"><\/span>\t\t<input size=\"1\" type=\"tel\" name=\"form_fields[telefone]\" id=\"form-field-telefone\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Telephone\" required=\"required\" pattern=\"[0-9()#&amp;+*-=.]+\" title=\"Only numbers and phone characters (#, -, *, etc) are accepted.\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-email elementor-field-group elementor-column elementor-field-group-email elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-email\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"email\" name=\"form_fields[email]\" id=\"form-field-email\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"Your email address\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-upload elementor-field-group elementor-column elementor-field-group-ficheiro elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-ficheiro\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tIf you have a prescription, click here\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<input type=\"file\" name=\"form_fields[ficheiro]\" id=\"form-field-ficheiro\" class=\"elementor-field elementor-size-sm  elementor-upload-field\">\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-mensagem elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-mensagem\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tObservations\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[mensagem]\" id=\"form-field-mensagem\" rows=\"6\" placeholder=\"If you wish, please leave additional information or comments here\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_d4f2bd8 elementor-col-100\">\n\t\t\t\t\t<p style=\"text-align: right;\">*Mandatory fields<\/p>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-acceptance elementor-field-group elementor-column elementor-field-group-politicas elementor-col-100 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t<div class=\"elementor-field-subgroup\">\n\t\t\t<span class=\"elementor-field-option\">\n\t\t\t\t<input type=\"checkbox\" name=\"form_fields[politicas]\" id=\"form-field-politicas\" class=\"elementor-field elementor-size-sm  elementor-acceptance-field\" required=\"required\">\n\t\t\t\t<label for=\"form-field-politicas\">I have read and agree to the use of my personal data in accordance with the <a href=\"https:\/\/www.xclinic.pt\/politica-de-privacidade\"><strong>Privacy and Cookie Policy.<\/strong><\/a><\/label>\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-recaptcha_v3 elementor-field-group elementor-column elementor-field-group-field_62bd789 elementor-col-100 recaptcha_v3-bottomright\">\n\t\t\t\t\t<div class=\"elementor-field\" id=\"form-field-field_62bd789\"><div class=\"elementor-g-recaptcha\" data-sitekey=\"6LdvZm4qAAAAAP8EyHexGmW5RksfF2nqOt6HUjk8\" data-type=\"v3\" data-action=\"Form\" data-badge=\"bottomright\" data-size=\"invisible\"><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-40 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Send<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7611189 elementor-widget elementor-widget-html\" data-id=\"7611189\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n  const dateField = document.querySelector(\"input[type='date']#form-field-data\");\n  if (dateField) {\n    const today = new Date().toISOString().split(\"T\")[0];  \/\/ Format today's date as YYYY-MM-DD\n    dateField.setAttribute(\"min\", today);                  \/\/ Set min attribute\n  }\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Appointments Use the form below to make your appointment request, choosing the exam and specialty. Your request will be pending validation by our services, who will contact you to confirm the appointment.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-2482","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.xclinic.pt\/en\/wp-json\/wp\/v2\/pages\/2482","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.xclinic.pt\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.xclinic.pt\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.xclinic.pt\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.xclinic.pt\/en\/wp-json\/wp\/v2\/comments?post=2482"}],"version-history":[{"count":82,"href":"https:\/\/www.xclinic.pt\/en\/wp-json\/wp\/v2\/pages\/2482\/revisions"}],"predecessor-version":[{"id":3654,"href":"https:\/\/www.xclinic.pt\/en\/wp-json\/wp\/v2\/pages\/2482\/revisions\/3654"}],"wp:attachment":[{"href":"https:\/\/www.xclinic.pt\/en\/wp-json\/wp\/v2\/media?parent=2482"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}