{"id":6779,"date":"2023-02-27T12:53:18","date_gmt":"2023-02-27T12:53:18","guid":{"rendered":"https:\/\/www.gabinetmedic.com\/request-an-appointment\/"},"modified":"2023-04-03T14:40:54","modified_gmt":"2023-04-03T14:40:54","slug":"request-an-appointment","status":"publish","type":"page","link":"https:\/\/www.gabinetmedic.com\/en\/request-an-appointment\/","title":{"rendered":"Request an appointment"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6779\" class=\"elementor elementor-6779 elementor-6667\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-239865d e-con-full e-flex e-con e-parent\" data-id=\"239865d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77046fc elementor-widget elementor-widget-heading\" data-id=\"77046fc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Book your appointment<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3a635b0 elementor-widget elementor-widget-heading\" data-id=\"3a635b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Gabinet M\u00e8dic Girona<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ed3a93e e-flex e-con-boxed e-con e-parent\" data-id=\"ed3a93e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-283beda elementor-widget elementor-widget-heading\" data-id=\"283beda\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Request a prior appointment<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-39d9780 elementor-widget elementor-widget-text-editor\" data-id=\"39d9780\" data-element_type=\"widget\" data-e-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>Book your service at <strong>Gabinet M\u00e8dic Girona<\/strong> by filling out this form and we will contact you as soon as possible.<\/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-bd7a4ca elementor-widget elementor-widget-html\" data-id=\"bd7a4ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<script>let showThisFieldIf = {\n    mutuapelvia: {\n        serveis: [3,4],\n    },\n    \n    mutua: {\n        serveis: [10,11,14],\n    },\n}\n\n\n\/* Code from https:\/\/element.how\/elementor-pro-add-conditional-form-fields\/\n* You are allowed to use on your website and your clients websites\n* No sale or redistribution without permission\n* Copyright 2023 by Element.how\n* Version 1.1 2023\/03\/15\n*\/\n\/* Code from https:\/\/element.how\/elementor-pro-add-conditional-form-fields\/\n* You are allowed to use on your website and your clients websites\n* No sale or redistribution without permission\n* Copyright 2023 by Element.how\n* Version 1.1 2023\/03\/15\n*\/\ndocument.addEventListener('DOMContentLoaded', conditionalFormFieldFunc);\njQuery(document).on('elementor\/popup\/show', (event, id, instance) => {\nconditionalFormFieldFunc();\n});\n\nfunction conditionalFormFieldFunc() {\nfunction testLogic() {\nfor (const [conditionalInputID, condition] of Object.entries(showThisFieldIf)) {\nlet conditionalInput = setInputsElemArray(conditionalInputID);\nlet match = true;\nfor (const [conditionID, conditionValues] of Object.entries(condition)) {\nlet inputs = setInputsElemArray(conditionID);\nlet selectedInputs = [];\ninputs.forEach((input, i) => { if (input.checked) { selectedInputs.push(i); } });\nif (inputs[0].tagName == 'SELECT') {\nselectedInputs.push(inputs[0].selectedIndex);\n}\nlet adjustedConditionValues = conditionValues.map(e => e - 1);\nif (!(adjustedConditionValues.some(condition => selectedInputs.indexOf(condition) > -1))) {\nmatch = false;\n}\n};\nif (match) {\nconditionalInput.forEach(e => e.closest('.elementor-field-group').style.display = \"block\")\n} else {\nconditionalInput.forEach(e => e.closest('.elementor-field-group').style.display = \"none\")\n}\n}\n}\ntestLogic();\n\n\/* Add event listeners *\/\nfor (const [conditionalInputID, condition] of Object.entries(showThisFieldIf)) {\nfor (const [conditionID, conditionValues] of Object.entries(condition)) {\nlet inputs = setInputsElemArray(conditionID);\ninputs.forEach(input => {\ninput.addEventListener('input', function () {\ntestLogic();\n})\n})\n}\n}\n\nfunction setInputsElemArray(ID) {\nlet selectors = `[name=\"form_fields[${ID}]\"]`;\nlet inputs = Array.from(document.querySelectorAll(selectors));\nif (!inputs.length) {\nselectors = `[name=\"form_fields[${ID}][]\"]`;\ninputs = Array.from(document.querySelectorAll(selectors));\n}\nreturn inputs;\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-3c86927 elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"3c86927\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" 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=\"Request an appointment\" aria-label=\"Request an appointment\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"6779\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"3c86927\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Request an appointment - Gabinet M\u00e8dic Girona\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"6779\"\/>\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-text elementor-field-group elementor-column elementor-field-group-name elementor-col-40 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-name\" 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[name]\" id=\"form-field-name\" class=\"elementor-field elementor-size-xs  elementor-field-textual\" 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-cognom elementor-col-60 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-cognom\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tSurname\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[cognom]\" id=\"form-field-cognom\" class=\"elementor-field elementor-size-xs  elementor-field-textual\" 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-tel elementor-col-30 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-tel\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPhone\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[tel]\" id=\"form-field-tel\" class=\"elementor-field elementor-size-xs  elementor-field-textual\" 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-email elementor-field-group elementor-column elementor-field-group-email elementor-col-70 elementor-field-required elementor-mark-required\">\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-xs  elementor-field-textual\" 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-select elementor-field-group elementor-column elementor-field-group-serveis elementor-col-60 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-serveis\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tSelect your service\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[serveis]\" id=\"form-field-serveis\" class=\"elementor-field-textual elementor-size-xs\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"*Select a service:\">*Select a service:<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Physiotherapy in pregnancy\">Physiotherapy in pregnancy<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Postpartum physiotherapy\">Postpartum physiotherapy<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Pelvic floor rehabilitation\">Pelvic floor rehabilitation<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Pregnancy training.\">Pregnancy training.<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Traumatology\">Traumatology<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Podiatry and orthopedics\">Podiatry and orthopedics<\/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=\"Biomechanical study of the race\">Biomechanical study of the race<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Sports physiotherapy\">Sports physiotherapy<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Sports rehabilitation\">Sports rehabilitation<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Sports training and planning\">Sports training and planning<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Pediatric physiotherapy\">Pediatric physiotherapy<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Rehabilitation and physiotherapy\">Rehabilitation and physiotherapy<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Osteopathy\">Osteopathy<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Aesthetic medicine\">Aesthetic medicine<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Aesthetic physiotherapy\">Aesthetic physiotherapy<\/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-tipus elementor-col-40 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-tipus\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tType of visit\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[tipus]\" id=\"form-field-tipus\" class=\"elementor-field-textual elementor-size-xs\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"*Type of visit?\">*Type of visit?<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"First visit\">First visit<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Urgency\">Urgency<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Control or treatment\">Control or treatment<\/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-mutua elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-mutua\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tDo you come by mutual?\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[mutua]\" id=\"form-field-mutua\" class=\"elementor-field-textual elementor-size-xs\">\n\t\t\t\t\t\t\t\t\t<option value=\"No, I do not come by mutual.\">No, I do not come by mutual.<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Antares\">Antares<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Cigna\">Cigna<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Cosalud\">Cosalud<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Divinapastora seguros\">Divinapastora seguros<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Hna\">Hna<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Montepio Girona\">Montepio Girona<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"M\u00fatua general de Catalunya\">M\u00fatua general de Catalunya<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Asisa+\">Asisa+<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Vital seguro\">Vital seguro<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"M\u00fatuacat\">M\u00fatuacat<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"DKV\">DKV<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Agrupaci\u00f3 M\u00fatua\">Agrupaci\u00f3 M\u00fatua<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Adeslas\">Adeslas<\/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-mutuapelvia elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-mutuapelvia\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tDo you come by mutual?\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[mutuapelvia]\" id=\"form-field-mutuapelvia\" class=\"elementor-field-textual elementor-size-xs\">\n\t\t\t\t\t\t\t\t\t<option value=\"No, I do not come by mutual.\">No, I do not come by mutual.<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Montepio\">Montepio<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Agrupacio m\u00fatua\">Agrupacio m\u00fatua<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"DKV\">DKV<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Vital seguro\">Vital seguro<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Asisa\">Asisa<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Mutuacat\">Mutuacat<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Divina Pastora\">Divina Pastora<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"M\u00fatua General\">M\u00fatua General<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Fiatc\">Fiatc<\/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-radio elementor-field-group elementor-column elementor-field-group-field_3ff8b11 elementor-col-60 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_3ff8b11\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWhich day suits you best?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<div class=\"elementor-field-subgroup  elementor-subgroup-inline\"><span class=\"elementor-field-option\"><input type=\"radio\" value=\"Monday\" id=\"form-field-field_3ff8b11-0\" name=\"form_fields[field_3ff8b11]\" required=\"required\"> <label for=\"form-field-field_3ff8b11-0\">Monday<\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"Tuesday\" id=\"form-field-field_3ff8b11-1\" name=\"form_fields[field_3ff8b11]\" required=\"required\"> <label for=\"form-field-field_3ff8b11-1\">Tuesday<\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"Wednesday\" id=\"form-field-field_3ff8b11-2\" name=\"form_fields[field_3ff8b11]\" required=\"required\"> <label for=\"form-field-field_3ff8b11-2\">Wednesday<\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"Thursday\" id=\"form-field-field_3ff8b11-3\" name=\"form_fields[field_3ff8b11]\" required=\"required\"> <label for=\"form-field-field_3ff8b11-3\">Thursday<\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"Friday\" id=\"form-field-field_3ff8b11-4\" name=\"form_fields[field_3ff8b11]\" required=\"required\"> <label for=\"form-field-field_3ff8b11-4\">Friday<\/label><\/span><\/div>\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-field_b5d756b elementor-col-40 elementor-field-required elementor-mark-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_b5d756b\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tAny time preference?\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[field_b5d756b]\" id=\"form-field-field_b5d756b\" class=\"elementor-field-textual elementor-size-xs\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"Morning\">Morning<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Midday\">Midday<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Afternoon\">Afternoon<\/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-radio elementor-field-group elementor-column elementor-field-group-field_9c20019 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_9c20019\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tHow do you want us to contact you?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<div class=\"elementor-field-subgroup  elementor-subgroup-inline\"><span class=\"elementor-field-option\"><input type=\"radio\" value=\"Call\" id=\"form-field-field_9c20019-0\" name=\"form_fields[field_9c20019]\"> <label for=\"form-field-field_9c20019-0\">Call<\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"Whatsapp\" id=\"form-field-field_9c20019-1\" name=\"form_fields[field_9c20019]\"> <label for=\"form-field-field_9c20019-1\">Whatsapp<\/label><\/span><span class=\"elementor-field-option\"><input type=\"radio\" value=\"Email\" id=\"form-field-field_9c20019-2\" name=\"form_fields[field_9c20019]\"> <label for=\"form-field-field_9c20019-2\">Email<\/label><\/span><\/div>\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-message elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-message\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tWould you like to leave us a comment?\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-xs\" name=\"form_fields[message]\" id=\"form-field-message\" rows=\"4\"><\/textarea>\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-privacitat 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[privacitat]\" id=\"form-field-privacitat\" class=\"elementor-field elementor-size-xs  elementor-acceptance-field\" required=\"required\">\n\t\t\t\t<label for=\"form-field-privacitat\">I have read and accept the <a href=\"https:\/\/www.gabinetmedic.com\/politica-de-privacitat\/\">privacy policy.<\/a> \n<\/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-acceptance elementor-field-group elementor-column elementor-field-group-comunicacions 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[comunicacions]\" id=\"form-field-comunicacions\" class=\"elementor-field elementor-size-xs  elementor-acceptance-field\" required=\"required\">\n\t\t\t\t<label for=\"form-field-comunicacions\">I give my consent to receive subsequent commercial communications from Serveis M\u00e9dics SERRAT-FONT, S.L. by email, WhatsApp, SMS and other office communication media, as established by the LSSI Law \/ CE 34\/2002.<\/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-group elementor-column elementor-field-type-submit elementor-col-100 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\">Request an appointment<\/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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-255735c e-flex e-con-boxed e-con e-parent\" data-id=\"255735c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2cf1451 elementor-widget elementor-widget-text-editor\" data-id=\"2cf1451\" data-element_type=\"widget\" data-e-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\tWe will use the data in this form to schedule a visit or attend to your doubts, inquiries and suggestions.\n\nRemember that you can exercise your rights of access, rectification, delete and portability of your data, limitation and opposition to your treatment at i<a href=\"mailto:info@gabinetmedic.com\">nfo@gabinetmedic.com<\/a>\n\nFor more information, consult our <a href=\"https:\/\/www.gabinetmedic.com\/politica-de-privacitat\/\">privacy policy.<\/a>\t\t\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\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Book your appointment Gabinet M\u00e8dic Girona Request a prior appointment Book your service at Gabinet M\u00e8dic Girona by filling out this form and we will contact you as soon as possible. We will use the data in this form to [&hellip;]<\/p>\n","protected":false},"author":55,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-6779","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.gabinetmedic.com\/en\/wp-json\/wp\/v2\/pages\/6779","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gabinetmedic.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.gabinetmedic.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.gabinetmedic.com\/en\/wp-json\/wp\/v2\/users\/55"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gabinetmedic.com\/en\/wp-json\/wp\/v2\/comments?post=6779"}],"version-history":[{"count":13,"href":"https:\/\/www.gabinetmedic.com\/en\/wp-json\/wp\/v2\/pages\/6779\/revisions"}],"predecessor-version":[{"id":7975,"href":"https:\/\/www.gabinetmedic.com\/en\/wp-json\/wp\/v2\/pages\/6779\/revisions\/7975"}],"wp:attachment":[{"href":"https:\/\/www.gabinetmedic.com\/en\/wp-json\/wp\/v2\/media?parent=6779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}