{"id":19121,"date":"2019-01-31T16:28:24","date_gmt":"2019-01-31T15:28:24","guid":{"rendered":"https:\/\/www.irisautocenter.be\/prendre-rendez-vous\/"},"modified":"2022-09-08T17:27:48","modified_gmt":"2022-09-08T15:27:48","slug":"book-an-appointment","status":"publish","type":"page","link":"https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/","title":{"rendered":"Book an appointment"},"content":{"rendered":"<p>[vc_row padding_top_multiplier=&#8221;&#8221; padding_bottom_multiplier=&#8221;&#8221;][vc_column width=&#8221;1\/6&#8243;][\/vc_column][vc_column width=&#8221;2\/3&#8243;]<h3 class=\"grve-element grve-title grve-align-center grve-h3\" style=\"\"><span>Make an appointment<span class=\"grve-title-line grve-bg-primary-1\" style=\"width: 90px;height: 2px;\"><\/span><\/span><\/h3>[vc_column_text]<\/p>\n<p style=\"text-align: center;\">Iris Autocenter is here to help you. Make an appointment for a visit to our showroom, information, sales expertise, for our additional services or any other request.<\/p>\n<p>[\/vc_column_text]<div class=\"grve-empty-space grve-height-2x\" style=\"\"><\/div>[vc_column_text]        <script>\r\n            jQuery(document).ready( function () {\r\n                var champDate = \"#field_di5xs342\";\r\n                var champHeur = \"#field_u9429342\";\r\n                var timestamp_now = \"1776588417\";\r\n                var old_hours = [];\r\n\r\n                $(champDate).change(function () {\r\n                    $(champHeur).val('');\r\n                });\r\n                $(champHeur+\" option[value='08:30']\").remove();\r\n                $(champHeur+\" option[value='08:50']\").remove();\r\n                $(champHeur+\" option[value='09:10']\").remove();\r\n                $(champDate).datepicker({\r\n                    minDate: new Date(), \/\/ = today\r\n                    dateFormat: 'dd\/mm\/yy',\r\n                    firstDay: 1,\r\n                    onClose: function() {\r\n                        var date = jQuery(this).val();\r\n\r\n                        var temp_date = date.split(\"\/\");\r\n                        var date_us = temp_date[2] + \"-\" + temp_date[1] + \"-\" + temp_date[0];\r\n\r\n                        var date_timestamp_search = new Date(date_us);\r\n                        var timestamp_search = (date_timestamp_search.getTime() \/ 1000);\r\n\r\n                        if (timestamp_search < timestamp_now) {\r\n                            alert(\"Please select a valid date\")\r\n                            jQuery(this).val(\"\");\r\n                        }\r\n                    },\r\n                    onSelect: function() {\r\n                        var date = jQuery(this).val();\r\n\r\n                        var verifDay = getJourSemaine(date);\r\n                        removeDateSelect();\r\n\r\n                        $('.close_sunday').remove();\r\n\r\n                        if (verifDay == 0) {\r\n                            $(champHeur).css('display', 'none');\r\n                            $(champHeur).val('');\r\n                            $(champHeur).after('<span class=\"close_sunday\">close on Sunday<\/span>');\r\n                        }\r\n                        else {\r\n                            $(champHeur).css('display', '');\r\n                        }\r\n\r\n                        if (verifDay === 6 || verifDay === 0) {\r\n                            $(champHeur).append($('<option>', {value: '10:00', text: '10:00'}));\r\n                            $(champHeur).append($('<option>', {value: '10:20', text: '10:20'}));\r\n                            $(champHeur).append($('<option>', {value: '10:40', text: '10:40'}));\r\n                            $(champHeur).append($('<option>', {value: '11:00', text: '11:00'}));\r\n                            $(champHeur).append($('<option>', {value: '11:20', text: '11:20'}));\r\n                            $(champHeur).append($('<option>', {value: '11:40', text: '11:40'}));\r\n                            $(champHeur).append($('<option>', {value: '12:00', text: '12:00'}));\r\n                            $(champHeur).append($('<option>', {value: '12:20', text: '12:20'}));\r\n                            $(champHeur).append($('<option>', {value: '12:40', text: '12:40'}));\r\n                            $(champHeur).append($('<option>', {value: '13:00', text: '13:00'}));\r\n                            $(champHeur).append($('<option>', {value: '13:20', text: '13:20'}));\r\n                            $(champHeur).append($('<option>', {value: '13:40', text: '13:40'}));\r\n                            $(champHeur).append($('<option>', {value: '14:00', text: '14:00'}));\r\n                            $(champHeur).append($('<option>', {value: '14:20', text: '14:20'}));\r\n                            $(champHeur).append($('<option>', {value: '14:40', text: '14:40'}));\r\n                            $(champHeur).append($('<option>', {value: '15:00', text: '15:00'}));\r\n                            $(champHeur).append($('<option>', {value: '15:20', text: '15:20'}));\r\n                            $(champHeur).append($('<option>', {value: '15:40', text: '15:40'}));\r\n                            $(champHeur).append($('<option>', {value: '16:00', text: '16:00'}));\r\n                            $(champHeur).append($('<option>', {value: '16:20', text: '16:20'}));\r\n                        }\r\n                        else {\r\n                            \/\/ $(champHeur).append($('<option>', {value: '09:30', text: '09:30'}));\r\n                            \/\/ $(champHeur).append($('<option>', {value: '09:50', text: '09:50'}));\r\n\r\n                            \/\/ $(champHeur).append($('<option>', {value: '10:10', text: '10:10'}));\r\n                            $(champHeur).append($('<option>', {value: '10:30', text: '10:30'}));\r\n                            $(champHeur).append($('<option>', {value: '10:50', text: '10:50'}));\r\n                            $(champHeur).append($('<option>', {value: '11:10', text: '11:10'}));\r\n                            $(champHeur).append($('<option>', {value: '11:30', text: '11:30'}));\r\n                            $(champHeur).append($('<option>', {value: '11:50', text: '11:50'}));\r\n                            $(champHeur).append($('<option>', {value: '12:10', text: '12:10'}));\r\n                            $(champHeur).append($('<option>', {value: '12:30', text: '12:30'}));\r\n                            $(champHeur).append($('<option>', {value: '12:50', text: '12:50'}));\r\n                            $(champHeur).append($('<option>', {value: '13:10', text: '13:10'}));\r\n                            $(champHeur).append($('<option>', {value: '13:30', text: '13:30'}));\r\n                            $(champHeur).append($('<option>', {value: '13:50', text: '13:50'}));\r\n                            $(champHeur).append($('<option>', {value: '14:10', text: '14:10'}));\r\n                            $(champHeur).append($('<option>', {value: '14:30', text: '14:30'}));\r\n                            $(champHeur).append($('<option>', {value: '14:50', text: '14:50'}));\r\n\r\n                            $(champHeur).append($('<option>', {value: '15:10', text: '15:10'}));\r\n                            $(champHeur).append($('<option>', {value: '15:30', text: '15:30'}));\r\n                            $(champHeur).append($('<option>', {value: '15:50', text: '15:50'}));\r\n                            $(champHeur).append($('<option>', {value: '16:10', text: '16:10'}));\r\n                            $(champHeur).append($('<option>', {value: '16:30', text: '16:30'}));\r\n                            $(champHeur).append($('<option>', {value: '16:50', text: '16:50'}));\r\n                            $(champHeur).append($('<option>', {value: '17:10', text: '17:10'}));\r\n                            $(champHeur).append($('<option>', {value: '17:30', text: '17:30'}));\r\n                            $(champHeur).append($('<option>', {value: '17:50', text: '17:50'}));\r\n                            $(champHeur).append($('<option>', {value: '18:10', text: '18:10'}));\r\n                        }\r\n\r\n                        var data = {\r\n                            'action': 'search-hour-appointments',\r\n                            'date' : date\r\n                        };\r\n                        jQuery(champHeur).val('');\r\n                        jQuery.each(old_hours, function (index, value) {\r\n                            jQuery(champHeur+\" option[value='\"+value+\"']\").css('display','');\r\n\r\n                        });\r\n                        old_hours = [];\r\n                        \/\/ ajaxurl is always defined in the header and points to ajax.php\r\n                        \/\/url mon site \/ script\r\n\r\n                        jQuery.post(the_ajax_script.ajaxurl, data, function (response) {\r\n                            var jsonHours = JSON.parse(response);\r\n                            jQuery.each(jsonHours, function (index, value) {\r\n                                jQuery(champHeur+\" option[value='\"+value+\"']\").css('display','none');\r\n                                old_hours.push(value);\r\n                            });\r\n                        });\r\n                    }\r\n                });\r\n\r\n                function getJourSemaine(date) {\r\n                    var dateEurope = date.split('\/');\r\n                    date = dateEurope[2]+'\/'+dateEurope[1]+'\/'+dateEurope[0];\r\n                    return new Date(date).getDay();\r\n                }\r\n\r\n                function removeDateSelect() {\r\n                    $(champHeur+\" option[value='09:30']\").remove();\r\n                    $(champHeur+\" option[value='09:50']\").remove();\r\n\r\n                    $(champHeur+\" option[value='10:10']\").remove();\r\n                    $(champHeur+\" option[value='10:30']\").remove();\r\n                    $(champHeur+\" option[value='10:50']\").remove();\r\n                    $(champHeur+\" option[value='11:10']\").remove();\r\n                    $(champHeur+\" option[value='11:30']\").remove();\r\n                    $(champHeur+\" option[value='11:50']\").remove();\r\n                    $(champHeur+\" option[value='12:10']\").remove();\r\n                    $(champHeur+\" option[value='12:30']\").remove();\r\n                    $(champHeur+\" option[value='12:50']\").remove();\r\n                    $(champHeur+\" option[value='13:10']\").remove();\r\n                    $(champHeur+\" option[value='13:30']\").remove();\r\n                    $(champHeur+\" option[value='13:50']\").remove();\r\n                    $(champHeur+\" option[value='14:10']\").remove();\r\n                    $(champHeur+\" option[value='14:30']\").remove();\r\n                    $(champHeur+\" option[value='14:50']\").remove();\r\n\r\n                    $(champHeur+\" option[value='15:10']\").remove();\r\n                    $(champHeur+\" option[value='15:30']\").remove();\r\n                    $(champHeur+\" option[value='15:50']\").remove();\r\n                    $(champHeur+\" option[value='16:10']\").remove();\r\n                    $(champHeur+\" option[value='16:30']\").remove();\r\n                    $(champHeur+\" option[value='16:50']\").remove();\r\n                    $(champHeur+\" option[value='17:10']\").remove();\r\n                    $(champHeur+\" option[value='17:30']\").remove();\r\n                    $(champHeur+\" option[value='17:50']\").remove();\r\n                    $(champHeur+\" option[value='18:10']\").remove();\r\n\r\n                    $(champHeur+\" option[value='10:00']\").remove();\r\n                    $(champHeur+\" option[value='10:20']\").remove();\r\n                    $(champHeur+\" option[value='10:40']\").remove();\r\n                    $(champHeur+\" option[value='11:00']\").remove();\r\n                    $(champHeur+\" option[value='11:20']\").remove();\r\n                    $(champHeur+\" option[value='11:40']\").remove();\r\n                    $(champHeur+\" option[value='12:00']\").remove();\r\n                    $(champHeur+\" option[value='12:20']\").remove();\r\n                    $(champHeur+\" option[value='12:40']\").remove();\r\n                    $(champHeur+\" option[value='13:00']\").remove();\r\n                    $(champHeur+\" option[value='13:20']\").remove();\r\n                    $(champHeur+\" option[value='13:40']\").remove();\r\n                    $(champHeur+\" option[value='14:00']\").remove();\r\n                    $(champHeur+\" option[value='14:20']\").remove();\r\n                    $(champHeur+\" option[value='14:40']\").remove();\r\n                    $(champHeur+\" option[value='15:00']\").remove();\r\n                    $(champHeur+\" option[value='15:20']\").remove();\r\n                    $(champHeur+\" option[value='15:40']\").remove();\r\n                    $(champHeur+\" option[value='16:00']\").remove();\r\n                    $(champHeur+\" option[value='16:20']\").remove();\r\n                }\r\n            });\r\n        <\/script>\r\n        <div class=\"frm_forms \" id=\"frm_form_21_container\" >\n<form enctype=\"multipart\/form-data\" method=\"post\" class=\"frm-show-form  frm_js_validate  frm_pro_form  frm_ajax_submit \" id=\"form_ohqs522242\"  >\n<div class=\"frm_form_fields \">\n<fieldset>\n<legend class=\"frm_screen_reader\">Prise de rdv-EN<\/legend>\r\n\r\n<div class=\"frm_fields_container\">\n<input type=\"hidden\" name=\"frm_action\" value=\"create\" \/>\n<input type=\"hidden\" name=\"form_id\" value=\"21\" \/>\n<input type=\"hidden\" name=\"frm_hide_fields_21\" id=\"frm_hide_fields_21\" value=\"\" \/>\n<input type=\"hidden\" name=\"form_key\" value=\"ohqs522242\" \/>\n<input type=\"hidden\" name=\"item_meta[0]\" value=\"\" \/>\n<input type=\"hidden\" id=\"frm_submit_entry_21\" name=\"frm_submit_entry_21\" value=\"4f87320e9b\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/en\/wp-json\/wp\/v2\/pages\/19121\" \/><div id=\"frm_field_218_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_first frm_half\">\r\n    <label for=\"field_mcvm5362\" class=\"frm_primary_label\">Name\r\n        <span class=\"frm_required\">*<\/span>\r\n    <\/label>\r\n    <input type=\"text\" id=\"field_mcvm5362\" name=\"item_meta[218]\" value=\"\"  data-reqmsg=\"This field cannot be empty\" aria-required=\"true\" data-invmsg=\"texte est non valide\" aria-invalid=\"false\"  \/>\r\n    \r\n    \r\n<\/div>\n<div id=\"frm_field_219_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_half\">\r\n    <label for=\"field_uc2of362\" class=\"frm_primary_label\">Firstname\r\n        <span class=\"frm_required\">*<\/span>\r\n    <\/label>\r\n    <input type=\"text\" id=\"field_uc2of362\" name=\"item_meta[219]\" value=\"\"  data-reqmsg=\"This field cannot be empty\" aria-required=\"true\" data-invmsg=\"texte est non valide\" aria-invalid=\"false\"  \/>\r\n    \r\n    \r\n<\/div>\n<div id=\"frm_field_220_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_first frm_half\">\r\n    <label for=\"field_70ldu362\" class=\"frm_primary_label\">Your E-mail address\r\n        <span class=\"frm_required\">*<\/span>\r\n    <\/label>\r\n    <input type=\"email\" id=\"field_70ldu362\" name=\"item_meta[220]\" value=\"\"  data-reqmsg=\"This field cannot be empty\" aria-required=\"true\" data-invmsg=\"E-mail est non valide\" aria-invalid=\"false\"  \/>\r\n    \r\n    \r\n<\/div>\n<div id=\"frm_field_221_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_half\">\r\n    <label for=\"field_dzlzp342\" class=\"frm_primary_label\">Phone number\r\n        <span class=\"frm_required\">*<\/span>\r\n    <\/label>\r\n    <input type=\"text\" id=\"field_dzlzp342\" name=\"item_meta[221]\" value=\"\"  data-reqmsg=\"This field cannot be empty\" aria-required=\"true\" data-invmsg=\"Phone est non valide\" aria-invalid=\"false\"  \/>\r\n    \r\n    \r\n<\/div>\n<div id=\"frm_field_222_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_first frm_half\">\r\n    <label for=\"field_di5xs342\" class=\"frm_primary_label\">Date\r\n        <span class=\"frm_required\">*<\/span>\r\n    <\/label>\r\n    <input type=\"text\" id=\"field_di5xs342\" name=\"item_meta[222]\" value=\"\"  maxlength=\"10\" data-reqmsg=\"This field cannot be empty\" aria-required=\"true\" data-invmsg=\"Date is invalid\" class=\"frm_date\" aria-invalid=\"false\"  \/>\r\n    \r\n    \r\n<\/div>\n<div id=\"frm_field_223_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_half\">\r\n    <label for=\"field_u9429342\" class=\"frm_primary_label\">Time\r\n        <span class=\"frm_required\">*<\/span>\r\n    <\/label>\r\n    <select aria-labelledby=\"field_u9429342_label\" name=\"item_meta[223]\" id=\"field_u9429342\"  data-reqmsg=\"This field cannot be empty\" aria-required=\"true\" data-invmsg=\"Heure est non valide\" aria-invalid=\"false\"  ><option value=\"\"  selected='selected'><\/option><option value=\"08:30\" >08:30<\/option><option value=\"08:50\" >08:50<\/option><option value=\"09:10\" >09:10<\/option><option value=\"09:30\" >09:30<\/option><option value=\"09:50\" >09:50<\/option><option value=\"10:10\" >10:10<\/option><option value=\"10:30\" >10:30<\/option><option value=\"10:50\" >10:50<\/option><option value=\"11:10\" >11:10<\/option><option value=\"11:30\" >11:30<\/option><option value=\"11:50\" >11:50<\/option><option value=\"12:10\" >12:10<\/option><option value=\"12:30\" >12:30<\/option><option value=\"12:50\" >12:50<\/option><option value=\"13:10\" >13:10<\/option><option value=\"13:30\" >13:30<\/option><option value=\"13:50\" >13:50<\/option><option value=\"14:10\" >14:10<\/option><option value=\"14:30\" >14:30<\/option><option value=\"14:50\" >14:50<\/option><option value=\"15:10\" >15:10<\/option><option value=\"15:30\" >15:30<\/option><option value=\"15:50\" >15:50<\/option><option value=\"16:10\" >16:10<\/option><option value=\"16:30\" >16:30<\/option><option value=\"16:50\" >16:50<\/option><option value=\"17:10\" >17:10<\/option><option value=\"17:30\" >17:30<\/option><option value=\"17:50\" >17:50<\/option><option value=\"18:10\" >18:10<\/option><\/select>\r\n    \r\n    \r\n<\/div>\n<div id=\"frm_field_224_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_first frm_half\">\r\n    <label for=\"field_fcy4x42\" class=\"frm_primary_label\">What is it about ?\r\n        <span class=\"frm_required\"><\/span>\r\n    <\/label>\r\n    <input type=\"text\" id=\"field_fcy4x42\" name=\"item_meta[224]\" value=\"\"  data-reqmsg=\"This field cannot be empty\" aria-required=\"true\" data-invmsg=\"texte est non valide\" aria-invalid=\"false\"  \/>\r\n    \r\n    \r\n<\/div>\n<div id=\"frm_field_225_container\" class=\"frm_form_field form-field  frm_top_container frm_last frm_half\">\r\n    <label for=\"field_oauw42\" class=\"frm_primary_label\">When can we contact you?\r\n        <span class=\"frm_required\"><\/span>\r\n    <\/label>\r\n    \t\t<select name=\"item_meta[225]\" id=\"field_oauw42\"  data-frmval=\"No preference \" data-invmsg=\"When can we contact you? is invalid\" aria-invalid=\"false\"  >\n\t\t\t\t<option  value=\"No preference \" selected=\"selected\">\n\t\t\tNo preference \t\t<\/option>\n\t\t\t\t<option  value=\"Early in the morning \">\n\t\t\tEarly in the morning \t\t<\/option>\n\t\t\t\t<option  value=\"Later in the morning \">\n\t\t\tLater in the morning \t\t<\/option>\n\t\t\t\t<option  value=\"At lunch time \">\n\t\t\tAt lunch time \t\t<\/option>\n\t\t\t\t<option  value=\"Early in the afternoon\">\n\t\t\tEarly in the afternoon\t\t<\/option>\n\t\t\t\t<option  value=\"Later in the afternoon \">\n\t\t\tLater in the afternoon \t\t<\/option>\n\t\t\t\t<option  value=\"Early in the evening \">\n\t\t\tEarly in the evening \t\t<\/option>\n\t\t\t<\/select>\n\t\r\n    \r\n    \r\n<\/div>\n<div id=\"frm_field_226_container\" class=\"frm_form_field form-field  frm_required_field frm_top_container frm_full vertical_radio\">\r\n    <label for=\"field_hwhej362\" class=\"frm_primary_label\">Privacy protection\r\n        <span class=\"frm_required\">*<\/span>\r\n    <\/label>\r\n    <div class=\"frm_opt_container\">\t\t<div class=\"frm_checkbox\" id=\"frm_checkbox_226-0\"><label for=\"field_hwhej362-0\"><input type=\"checkbox\" name=\"item_meta[226][]\" id=\"field_hwhej362-0\" value=\"Your data will only be used to contact a professional saler. In our &lt;a class=&quot;red&quot; href=&quot;https:\/\/www.irisautocenter.be\/en\/privacy-policy\/&quot;&gt;privacy policy&lt;\/a&gt;, you will find more information about the use of your data on our website. We need your consent to process your personal data.\"  data-reqmsg=\"We need your agreement to process your personal data.\" aria-required=\"true\" data-invmsg=\"Privacy protection is invalid\" aria-invalid=\"false\"   \/> Your data will only be used to contact a professional saler. In our <a class=\"red\" href=\"https:\/\/www.irisautocenter.be\/en\/privacy-policy\/\">privacy policy<\/a>, you will find more information about the use of your data on our website. We need your consent to process your personal data.<\/label><\/div>\n<\/div>\r\n    \r\n    \r\n<\/div>\n<div id=\"frm_field_227_container\" class=\"frm_form_field form-field  frm_none_container\">\r\n    <label  class=\"frm_primary_label\">reCAPTCHA\r\n        <span class=\"frm_required\"><\/span>\r\n    <\/label>\r\n    <div id=\"field_hn8mn42\" class=\"g-recaptcha\" data-sitekey=\"6Ldl54kUAAAAACaUoNMZikzKAwCnzV31HAHF0epL\" data-size=\"invisible\" data-theme=\"light\" data-callback=\"frmAfterRecaptcha\"><\/div>\r\n    \r\n    \r\n<\/div>\n\t<input type=\"hidden\" name=\"item_key\" value=\"\" \/>\n\t\t\t\t<div class=\"frm_verify\" aria-hidden=\"true\">\n\t\t\t\t<label for=\"frm_email_21\">\n\t\t\t\t\tIf you are human, leave this field blank.\t\t\t\t<\/label>\n\t\t\t\t<input type=\"text\" class=\"frm_verify\" id=\"frm_email_21\" name=\"frm_verify\" value=\"\"  \/>\n\t\t\t<\/div>\n\t\t<input name=\"frm_state\" type=\"hidden\" value=\"4hIxPOI+aJsYVtSY3hU\/65axpeg2nIVJrmVWBeuAqWA=\" \/><div class=\"frm_submit\">\r\n\r\n<button class=\"frm_button_submit frm_final_submit\" type=\"submit\"   formnovalidate=\"formnovalidate\">Book an appointment<\/button>\r\n\r\n<\/div><\/div>\n<\/fieldset>\n<\/div>\n<\/form>\n<\/div>\n[\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243;][\/vc_column][\/vc_row]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[vc_row padding_top_multiplier=&#8221;&#8221; padding_bottom_multiplier=&#8221;&#8221;][vc_column width=&#8221;1\/6&#8243;][\/vc_column][vc_column width=&#8221;2\/3&#8243;][vc_column_text] Iris Autocenter is here to help you. Make an appointment for a visit to our showroom, information, sales expertise, for our additional services or any other request. [\/vc_column_text][vc_column_text][\/vc_column_text][\/vc_column][vc_column width=&#8221;1\/6&#8243;][\/vc_column][\/vc_row]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_mi_skip_tracking":false},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.4.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Book an appointment - Iris AutoCenter<\/title>\n<meta name=\"description\" content=\"Iris Autocenter est l\u00e0 pour vous aider. Prenez rendez-vous pour une visite dans notre showroom, des renseignements pour nos services annexes ou autre.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Book an appointment - Iris AutoCenter\" \/>\n<meta property=\"og:description\" content=\"Iris Autocenter est l\u00e0 pour vous aider. Prenez rendez-vous pour une visite dans notre showroom, des renseignements pour nos services annexes ou autre.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/\" \/>\n<meta property=\"og:site_name\" content=\"Iris AutoCenter\" \/>\n<meta property=\"article:modified_time\" content=\"2022-09-08T15:27:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.irisautocenter.be\/#organization\",\"name\":\"Iris Auto center\",\"url\":\"https:\/\/www.irisautocenter.be\/\",\"sameAs\":[],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/www.irisautocenter.be\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/www.irisautocenter.be\/wp-content\/uploads\/2022\/09\/iris-logo2022-1.png\",\"contentUrl\":\"https:\/\/www.irisautocenter.be\/wp-content\/uploads\/2022\/09\/iris-logo2022-1.png\",\"width\":1386,\"height\":297,\"caption\":\"Iris Auto center\"},\"image\":{\"@id\":\"https:\/\/www.irisautocenter.be\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.irisautocenter.be\/#website\",\"url\":\"https:\/\/www.irisautocenter.be\/\",\"name\":\"Iris AutoCenter\",\"description\":\"Revendeur de voitures d&#039;occasion en Belgique\",\"publisher\":{\"@id\":\"https:\/\/www.irisautocenter.be\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.irisautocenter.be\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/#webpage\",\"url\":\"https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/\",\"name\":\"Book an appointment - Iris AutoCenter\",\"isPartOf\":{\"@id\":\"https:\/\/www.irisautocenter.be\/#website\"},\"datePublished\":\"2019-01-31T15:28:24+00:00\",\"dateModified\":\"2022-09-08T15:27:48+00:00\",\"description\":\"Iris Autocenter est l\u00e0 pour vous aider. Prenez rendez-vous pour une visite dans notre showroom, des renseignements pour nos services annexes ou autre.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.irisautocenter.be\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Book an appointment\"}]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Book an appointment - Iris AutoCenter","description":"Iris Autocenter est l\u00e0 pour vous aider. Prenez rendez-vous pour une visite dans notre showroom, des renseignements pour nos services annexes ou autre.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/","og_locale":"en_US","og_type":"article","og_title":"Book an appointment - Iris AutoCenter","og_description":"Iris Autocenter est l\u00e0 pour vous aider. Prenez rendez-vous pour une visite dans notre showroom, des renseignements pour nos services annexes ou autre.","og_url":"https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/","og_site_name":"Iris AutoCenter","article_modified_time":"2022-09-08T15:27:48+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/www.irisautocenter.be\/#organization","name":"Iris Auto center","url":"https:\/\/www.irisautocenter.be\/","sameAs":[],"logo":{"@type":"ImageObject","@id":"https:\/\/www.irisautocenter.be\/#logo","inLanguage":"en-US","url":"https:\/\/www.irisautocenter.be\/wp-content\/uploads\/2022\/09\/iris-logo2022-1.png","contentUrl":"https:\/\/www.irisautocenter.be\/wp-content\/uploads\/2022\/09\/iris-logo2022-1.png","width":1386,"height":297,"caption":"Iris Auto center"},"image":{"@id":"https:\/\/www.irisautocenter.be\/#logo"}},{"@type":"WebSite","@id":"https:\/\/www.irisautocenter.be\/#website","url":"https:\/\/www.irisautocenter.be\/","name":"Iris AutoCenter","description":"Revendeur de voitures d&#039;occasion en Belgique","publisher":{"@id":"https:\/\/www.irisautocenter.be\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.irisautocenter.be\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/#webpage","url":"https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/","name":"Book an appointment - Iris AutoCenter","isPartOf":{"@id":"https:\/\/www.irisautocenter.be\/#website"},"datePublished":"2019-01-31T15:28:24+00:00","dateModified":"2022-09-08T15:27:48+00:00","description":"Iris Autocenter est l\u00e0 pour vous aider. Prenez rendez-vous pour une visite dans notre showroom, des renseignements pour nos services annexes ou autre.","breadcrumb":{"@id":"https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.irisautocenter.be\/en\/book-an-appointment\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.irisautocenter.be\/en\/"},{"@type":"ListItem","position":2,"name":"Book an appointment"}]}]}},"_links":{"self":[{"href":"https:\/\/www.irisautocenter.be\/en\/wp-json\/wp\/v2\/pages\/19121"}],"collection":[{"href":"https:\/\/www.irisautocenter.be\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.irisautocenter.be\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.irisautocenter.be\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.irisautocenter.be\/en\/wp-json\/wp\/v2\/comments?post=19121"}],"version-history":[{"count":4,"href":"https:\/\/www.irisautocenter.be\/en\/wp-json\/wp\/v2\/pages\/19121\/revisions"}],"predecessor-version":[{"id":34509,"href":"https:\/\/www.irisautocenter.be\/en\/wp-json\/wp\/v2\/pages\/19121\/revisions\/34509"}],"wp:attachment":[{"href":"https:\/\/www.irisautocenter.be\/en\/wp-json\/wp\/v2\/media?parent=19121"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}