				<style>
					:root {
						--gfb-cal-bg-gradient1: #f1f3f6;
						--gfb-cal-bg-gradient2: #f1f3f6;
						--gfb-cal-border-color: #26547c21;
						--gfb-cal-header-bg-color: #7C9299;
						--gfb-cal-header-txt-color: #FFFFFF;
						--gfb-cal-txt-color: #6D8298;
						--gfb-cal-sel-day-txt-color: #FFFFFF;
						--gfb-cal-sel-day-bg-color: #00D0AC;
						--gfb-cal-avl-day-txt-color: #6D8298;
						--gfb-cal-avl-day-bg-color: #FFFFFF;
						--gfb-cal-hol-day-txt-color: #6D8298;
						--gfb-cal-hol-day-bg-color: ;
					}

					.gfb-table-container .gfb-cal-table,
					.gfb-table-container #gfb-timeslots-table-container {
						background-image: linear-gradient(var(--gfb-cal-bg-gradient1), var(--gfb-cal-bg-gradient2)) !important;
					}

					.gfb-cal-container .gfb-cal-table {
						color: var(--gfb-cal-txt-color);
						font-size: 13px;
						width: 100%;
						max-width: 560px;
						max-height: 372px;
						box-shadow: 0px 8px 59px -13px rgb(0 0 0 / 21%);
						-webkit-box-shadow: 0px 8px 59px -13px rgb(0 0 0 / 21%);
						-moz-box-shadow: 0px 8px 59px -13px rgb(0 0 0 / 21%);
						-ms-box-shadow: 0px 8px 59px -13px rgb(0 0 0 / 21%);
						-o-box-shadow: 0px 8px 59px -13px rgb(0 0 0 / 21%);
					}

					.gfb-cal-container h3 {
						background: var(--gfb-cal-header-bg-color)!important;
						color: var(--gfb-cal-header-txt-color)!important;
						border: 1px solid var(--gfb-cal-border-color)!important;					    
						border-bottom: 0!important;
						font-size:  13px;
						border-radius: 0!important;
					}

					.gfb-cal-container .gfb-month-changer {						
						color: var(--gfb-cal-header-txt-color)!important;					    
						font-size:  13px;					    
					}

					.gfb-cal-table-bordered tbody tr td {
						border: 0.5px solid var(--gfb-cal-border-color)!important;
						width: 80px;
					}

					.gfb-cal-table-bordered thead tr {
						background: var(--gfb-cal-header-bg-color)!important;
						color: var(--gfb-cal-header-txt-color)!important;
						border-left: 1px solid var(--gfb-cal-border-color)!important;
						border-right: 1px solid var(--gfb-cal-border-color)!important;
					}
					.gfb-cal-table-bordered thead tr th {						
						border: 0!important;
						padding: 12px!important;
						font-weight: normal!important;
					}
					.gfb-cal-table-bordered thead tr th:first-child {
						border-left: 0.5px solid var(--gfb-cal-border-color)!important;
					}
					.gfb-cal-table-bordered thead tr th:last-child {
						border-right: 0.5px solid var(--gfb-cal-border-color)!important;
					}
				</style>
				{"id":542,"date":"2020-09-19T15:49:44","date_gmt":"2020-09-19T14:49:44","guid":{"rendered":"https:\/\/desleutelvenv.nl\/reservations\/request-meeting-space\/"},"modified":"2026-06-05T13:25:46","modified_gmt":"2026-06-05T12:25:46","slug":"request-meeting-space","status":"publish","type":"page","link":"https:\/\/desleutelvenv.nl\/en\/reservations\/request-meeting-space\/","title":{"rendered":"Request Meeting Space"},"content":{"rendered":"<script>\nvar gform;gform||(document.addEventListener(\"gform_main_scripts_loaded\",function(){gform.scriptsLoaded=!0}),document.addEventListener(\"gform\/theme\/scripts_loaded\",function(){gform.themeScriptsLoaded=!0}),window.addEventListener(\"DOMContentLoaded\",function(){gform.domLoaded=!0}),gform={domLoaded:!1,scriptsLoaded:!1,themeScriptsLoaded:!1,isFormEditor:()=>\"function\"==typeof InitializeEditor,callIfLoaded:function(o){return!(!gform.domLoaded||!gform.scriptsLoaded||!gform.themeScriptsLoaded&&!gform.isFormEditor()||(gform.isFormEditor()&&console.warn(\"The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.\"),o(),0))},initializeOnLoaded:function(o){gform.callIfLoaded(o)||(document.addEventListener(\"gform_main_scripts_loaded\",()=>{gform.scriptsLoaded=!0,gform.callIfLoaded(o)}),document.addEventListener(\"gform\/theme\/scripts_loaded\",()=>{gform.themeScriptsLoaded=!0,gform.callIfLoaded(o)}),window.addEventListener(\"DOMContentLoaded\",()=>{gform.domLoaded=!0,gform.callIfLoaded(o)}))},hooks:{action:{},filter:{}},addAction:function(o,r,e,t){gform.addHook(\"action\",o,r,e,t)},addFilter:function(o,r,e,t){gform.addHook(\"filter\",o,r,e,t)},doAction:function(o){gform.doHook(\"action\",o,arguments)},applyFilters:function(o){return gform.doHook(\"filter\",o,arguments)},removeAction:function(o,r){gform.removeHook(\"action\",o,r)},removeFilter:function(o,r,e){gform.removeHook(\"filter\",o,r,e)},addHook:function(o,r,e,t,n){null==gform.hooks[o][r]&&(gform.hooks[o][r]=[]);var d=gform.hooks[o][r];null==n&&(n=r+\"_\"+d.length),gform.hooks[o][r].push({tag:n,callable:e,priority:t=null==t?10:t})},doHook:function(r,o,e){var t;if(e=Array.prototype.slice.call(e,1),null!=gform.hooks[r][o]&&((o=gform.hooks[r][o]).sort(function(o,r){return o.priority-r.priority}),o.forEach(function(o){\"function\"!=typeof(t=o.callable)&&(t=window[t]),\"action\"==r?t.apply(null,e):e[0]=t.apply(null,e)})),\"filter\"==r)return e[0]},removeHook:function(o,r,t,n){var e;null!=gform.hooks[o][r]&&(e=(e=gform.hooks[o][r]).filter(function(o,r,e){return!!(null!=n&&n!=o.tag||null!=t&&t!=o.priority)}),gform.hooks[o][r]=e)}});\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_6' >\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_6'  action='\/en\/wp-json\/wp\/v2\/pages\/542' data-formid='6' novalidate>\n                        <div class='gform-body gform_body'><ul id='gform_fields_6' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_6_7\" class=\"gfield gfield--type-text gfield--input-type-text field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_7'>Organisation<\/label><div class='ginput_container ginput_container_text'><input name='input_7' id='input_6_7' type='text' value='' class='medium'      aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_6_1\" class=\"gfield gfield--type-name gfield--input-type-name gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Contact person<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_6_1'>\n                            \n                            <span id='input_6_1_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_1.3' id='input_6_1_3' value='Michael'   aria-required='true'     \/>\n                                                    <label for='input_6_1_3' class='gform-field-label gform-field-label--type-sub '>First Name<\/label>\n                                                <\/span>\n                            \n                            <span id='input_6_1_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_1.6' id='input_6_1_6' value='de Graaf'   aria-required='true'     \/>\n                                                    <label for='input_6_1_6' class='gform-field-label gform-field-label--type-sub '>Last Name<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/li><li id=\"field_6_2\" class=\"gfield gfield--type-email gfield--input-type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_2'>Email address<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_2' id='input_6_2' type='email' value='info@desleutelvenv.nl' class='medium'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_6_3\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_3'>Telephone number<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_3' id='input_6_3' type='tel' value='' class='medium'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/li><li id=\"field_6_16\" class=\"gfield gfield--type-gfb_appointment_calendar gfield--input-type-gfb_appointment_calendar gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_16'>Preferred Date &amp; Time<\/label>\t\t\t\t\t\t<div style=\"margin-bottom: 15px; display: none\" class=\"ginput_container ginput_container_select ginput_container_gfb_appointment_calendar\" id=\"gf_gfb_appointment_calendar_6\">\n\t\t\t\t\t\t\t<select class=\"large  gfb_location\" id=\"gfb_location_6\">\n\t\t\t\t\t\t\t\t<option value=\"all\">Locatie<\/option>\n\t\t\t\t\t\t\t\t<option value=\"528\"  selected='selected'>De Sleutel<\/option>\t\t\t\t\t\t\t<\/select>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t    <div style=\"margin-bottom: 15px; display: none\" class=\"ginput_container ginput_container_select ginput_container_gfb_appointment_calendar\" id=\"gf_gfb_appointment_calendar_6\">\n\t\t\t\t        <select class=\"large  gfb_service_category\" id=\"gfb_service_category_6\">\n\t\t\t\t            <option value=\"0\">Service Category<\/option>\n\t\t\t\t            \t\t\t\t\t\t\t\t\t\t<option value=\"15\"  selected=&#039;selected&#039; > Vergaderen <\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t        <\/select>\n\t\t\t\t    <\/div>\n\t\t\t\t    \t\t\t\t\t<div style=\"margin-bottom: 15px; \" class=\"ginput_container ginput_container_select ginput_container_gfb_appointment_calendar\" id=\"gf_gfb_appointment_calendar_6\">\n\t\t\t\t\t\t<select class=\"large  gfb_service\" id=\"gfb_service_6\">\n\t\t\t\t\t\t\t<option value=\"all\">Dienst<\/option>\n\t\t\t\t\t\t\t<option value=\"533\" >Hele dag<\/option><option value=\"532\" >Dagdeel - Middag<\/option><option value=\"529\"  selected='selected'>Dagdeel - Ochtend<\/option>\t\t\t\t\t\t<\/select>\n\n\t\t\t\t\t\t<!-- <div class=\"gfb_service_other_wrapper\">\n\t\t\t\t\t\t\t<label for=\"gfb_service_other_\" class=\"gfield_label gform-field-label gfb-serive-other-label\">\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<input type=\"text\" name=\"input_[service_other]\" class=\" gfb_service_other\" id=\"gfb_service_other_\" value=\"\" \/>\n\t\t\t\t\t<\/div> -->\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div style=\"margin-bottom: 15px; display: none\" class=\"ginput_container ginput_container_select ginput_container_gfb_appointment_calendar\" id=\"gf_gfb_appointment_calendar_6\">\n\t\t\t\t\t<select class=\"large  gfb_staff\" id=\"gfb_staff_6\">\n\t\t\t\t\t\t<option value=\"all\">Personeel<\/option>\n\t\t\t\t\t\t<option value=\"530\"  selected='selected'>Test Test<\/option>\t\t\t\t\t<\/select>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div style=\"margin-bottom: 15px;\" class=\"ginput_container ginput_container_select ginput_container_gfb_appointment_calendar\" id=\"gf_gfb_appointment_calendar_6\">\n\t\t\t\t<div id=\"gfb-fancy-calendar\">\n\t\t\t\t\t<div class=\"gfb-cal-container\">\n    <h3>\n                    <span class=\"gfb-timezone\">Timezone: Europe\/Amsterdam<\/span>\n            <span class=\"gfb_select_year\" id=\"gfb-year-select-trigger\">July <span class=\"gfb_year\" data-year=\"2026\">2026<\/span> <\/span>                <a href=\"#\" class=\"gfb-month-changer\" data-month=\"2026-08\"><i class=\"fa-solid fa-caret-right\"><\/i><\/a>\n                  \n       \n     <div id=\"gfb-year-month-picker\" class=\"gfb-hidden\"><\/div>\n\n    <\/h3>\n    \n\n    <div class=\"gfb-table-container\">        \n        <table class=\"gfb-cal-table gfb-cal-table-bordered\">\n            <thead>\n                <tr>\n                                        \n                        <th>MON<\/th>\n                        <th>TUE<\/th>\n                        <th>WED<\/th>\n                        <th>THU<\/th>\n                        <th>FRI<\/th>\n                        <th>SAT<\/th>\n                        <th>SUN<\/th>\n                                        \n                <\/tr>\n            <\/thead>\n            <tr><td><\/td><td><\/td><td class=\"gfb-not-available\">1<\/td><td class=\"gfb-not-available\">2<\/td><td class=\"gfb-not-available\">3<\/td><td class=\"gfb-not-available\">4<\/td><td class=\"gfb-not-available\">5<\/td><\/tr><tr><td class=\"gfb-not-available\">6<\/td><td class=\"gfb-not-available\">7<\/td><td class=\"gfb-not-available\">8<\/td><td class=\"gfb-not-available\">9<\/td><td class=\"gfb-not-available\">10<\/td><td class=\"gfb-not-available\">11<\/td><td class=\"gfb-not-available\">12<\/td><\/tr><tr><td class=\"gfb-not-available\">13<\/td><td class=\"today gfb-not-available\"><span>14<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">15<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-15\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">16<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-16\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">17<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-17\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">18<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-18\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">19<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-19\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><\/tr><tr><td class=\"gfb-available fullday gfb-tooltip\">20<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-20\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">21<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-21\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">22<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-22\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">23<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-23\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">24<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-24\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">25<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-25\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">26<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-26\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><\/tr><tr><td class=\"gfb-available fullday gfb-tooltip\">27<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-27\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">28<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-28\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">29<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-29\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">30<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-30\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td class=\"gfb-available fullday gfb-tooltip\">31<input type=\"hidden\" data-multiple=\"enabled\" class=\"gfb-hdn\" value=\"2026-07-31\" \/><span class=\"gfb-tooltip-text\">1 Tijdsslot left<\/span><\/td><td><\/td><td><\/td><\/tr>        <\/table>        \n    <\/div>    \n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div id=\"gfb_selected_container\">\n\t\t\t\t\t<div id=\"gfb_selected_header\"><\/div>\n\t\t\t\t\t<div id=\"gfb_selected_bookings\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<input type=\"hidden\" id=\"gfb_form_id\" name=\"gfb_form_id\" class=\"gfb_form_id\" value=\"6\" \/>\n\t\t\t\t<input type=\"hidden\" id=\"gfb_hdn_service_category_6\" name=\"input_16[service_category]\" class=\"gfb_service_category_input\" value=\"\" \/>\n\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"gfb_hdn_location_6\" name=\"input_16[location]\" class=\"gfb_location_input\" value=\"528\" \/>\n\t\t\t\t\t\t\t\t<input type=\"hidden\" id=\"gfb_hdn_service_6\" name=\"input_16[service]\" class=\"gfb_service_input\" value=\"529\" \/>\n\t\t\t\t<input type=\"hidden\" id=\"gfb_hdn_staff_6\" name=\"input_16[staff]\" class=\"gfb_staff_input\" value=\"530\" \/>\n\t\t\t\t<input type=\"hidden\" id=\"gfb_date_6\" name=\"input_16[date]\" class=\"gfb_date_input\" value=\"0\" \/>\n\t\t\t\t<input type=\"hidden\" id=\"gfb_time_6\" name=\"input_16[time]\" class=\"gfb_time_input\" value=\"0\" \/>\n\t\t\t\t<input type=\"hidden\" id=\"gfb_slot_6\" name=\"input_16[slot]\" class=\"gfb_slot_input\" value=\"0\" \/>\n\t\t\t\t<input type=\"hidden\" id=\"gfb_cost_6\" name=\"input_16[cost]\" class=\"gfb_cost_input\" value=\"0\" \/>            \t\t\n\t\t\t\t<input type=\"hidden\" id=\"gfb_booking_type_6\" name=\"input_16[gfb_booking_type]\" value=\"\" \/>\n\t\t\t\t<input type=\"hidden\" id=\"gfb_total_field_id_6\" name=\"input_16[total_id]\" value=\"0\" \/>\n\t\t\t\t<input type=\"hidden\" id=\"gfb_is_multiple_booking_6\" name=\"input_16[is_multiple_booking]\" value=\"0\" \/>\n\t\t\t<\/div>\n\t\t\t<\/li><li id=\"field_6_5\" class=\"gfield gfield--type-number gfield--input-type-number field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_5'>Number of people<\/label><div class='ginput_container ginput_container_number'><input name='input_5' id='input_6_5' type='text' step='any'   value='' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_6_9\" class=\"gfield gfield--type-textarea gfield--input-type-textarea field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_6_9'>Remarks<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_9' id='input_6_9' class='textarea medium'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/li><li id=\"field_6_11\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Consent<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_consent'><input name='input_11.1' id='input_6_11_1' type='checkbox' value='1'   aria-required=\"true\" aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_6_11_1' >I agree to the privacy policy<\/label><input type='hidden' name='input_11.2' value='I agree to the privacy policy' class='gform_hidden' \/><input type='hidden' name='input_11.3' value='6' class='gform_hidden' \/><\/div><\/li><li id=\"field_6_14\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Email confirmation<\/label><div class='ginput_container ginput_container_consent'><input name='input_14.1' id='input_6_14_1' type='checkbox' value='1'    aria-invalid=\"false\"   \/> <label class=\"gform-field-label gform-field-label--type-inline gfield_consent_label\" for='input_6_14_1' >Send me a copy of my request by email<\/label><input type='hidden' name='input_14.2' value='Send me a copy of my request by email' class='gform_hidden' \/><input type='hidden' name='input_14.3' value='6' class='gform_hidden' \/><\/div><\/li><li id=\"field_6_15\" class=\"gfield gfield--type-turnstile gfield--input-type-turnstile gfield--width-full field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_turnstile'><div class=\"cf-turnstile\" id=\"cf-turnstile_6\" data-js-turnstile data-response-field-name=\"cf-turnstile-response_6\" data-theme=\"auto\" data-size=\"\" data-sitekey=\"0x4AAAAAABlm_5x5GXFkFGuE\"><\/div><\/div><\/li><\/ul><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_6' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_6' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_6' id='gform_theme_6' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_6' id='gform_style_settings_6' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_6' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='6' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='nN8la0L9EmGhmV\/ykFEUBPfv60zq0a5eGUkH5knCTO6BRYRz8KyKrV253MweTdTQRsW1QaKOUqyPt8xI1GPEmwuoX6V1Wt9styv8Zh5JMS29Xuc=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_6' value='WyJ7XCIxMS4xXCI6XCI1YzYwMmJhNmJmOThkZTk2MDYwOGMyZGY1NDk0MzVmZFwiLFwiMTEuMlwiOlwiZDNjNzEwYWI4OTFmODU1YmYzODcwZTdhYTBjZGNiNDFcIixcIjExLjNcIjpcIjkzNTExNmY2NDY3YTA4MzAwYjhjYmY3ZjhlYjVlODdmXCIsXCIxNC4xXCI6XCI1YzYwMmJhNmJmOThkZTk2MDYwOGMyZGY1NDk0MzVmZFwiLFwiMTQuMlwiOlwiYmU1NDJlNzg3MjNlOWVmMTUyNTkxZTNiYjE4MDdjOWFcIixcIjE0LjNcIjpcIjkzNTExNmY2NDY3YTA4MzAwYjhjYmY3ZjhlYjVlODdmXCJ9IiwiYTlmMzdkY2FjNjFiNDA3MGUzMGVkNjI0MDMzMDU0YTEiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_6' id='gform_target_page_number_6' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_6' id='gform_source_page_number_6' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 6, 'https:\/\/desleutelvenv.nl\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_6').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_6');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_6').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_6').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_6').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_6').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/  }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_6').val();gformInitSpinner( 6, 'https:\/\/desleutelvenv.nl\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [6, current_page]);window['gf_submitting_6'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_6').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [6]);window['gf_submitting_6'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_6').text());}else{jQuery('#gform_6').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"6\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_6\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_6\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_6\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 6, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":541,"menu_order":55,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-542","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Request Meeting Space - De Sleutel<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/desleutelvenv.nl\/en\/reservations\/request-meeting-space\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Request Meeting Space - De Sleutel\" \/>\n<meta property=\"og:url\" content=\"https:\/\/desleutelvenv.nl\/en\/reservations\/request-meeting-space\/\" \/>\n<meta property=\"og:site_name\" content=\"De Sleutel\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-05T12:25:46+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\":\"WebPage\",\"@id\":\"https:\\\/\\\/desleutelvenv.nl\\\/en\\\/reservations\\\/request-meeting-space\\\/\",\"url\":\"https:\\\/\\\/desleutelvenv.nl\\\/en\\\/reservations\\\/request-meeting-space\\\/\",\"name\":\"Request Meeting Space - De Sleutel\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/desleutelvenv.nl\\\/en\\\/#website\"},\"datePublished\":\"2020-09-19T14:49:44+00:00\",\"dateModified\":\"2026-06-05T12:25:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/desleutelvenv.nl\\\/en\\\/reservations\\\/request-meeting-space\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/desleutelvenv.nl\\\/en\\\/reservations\\\/request-meeting-space\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/desleutelvenv.nl\\\/en\\\/reservations\\\/request-meeting-space\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/desleutelvenv.nl\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Reservations\",\"item\":\"https:\\\/\\\/desleutelvenv.nl\\\/en\\\/reservations\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Request Meeting Space\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/desleutelvenv.nl\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/desleutelvenv.nl\\\/en\\\/\",\"name\":\"De Sleutel\",\"description\":\"Vakantie &amp; Vergaderen in het historische centrum van Middelburg\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/desleutelvenv.nl\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Request Meeting Space - De Sleutel","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:\/\/desleutelvenv.nl\/en\/reservations\/request-meeting-space\/","og_locale":"en_US","og_type":"article","og_title":"Request Meeting Space - De Sleutel","og_url":"https:\/\/desleutelvenv.nl\/en\/reservations\/request-meeting-space\/","og_site_name":"De Sleutel","article_modified_time":"2026-06-05T12:25:46+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/desleutelvenv.nl\/en\/reservations\/request-meeting-space\/","url":"https:\/\/desleutelvenv.nl\/en\/reservations\/request-meeting-space\/","name":"Request Meeting Space - De Sleutel","isPartOf":{"@id":"https:\/\/desleutelvenv.nl\/en\/#website"},"datePublished":"2020-09-19T14:49:44+00:00","dateModified":"2026-06-05T12:25:46+00:00","breadcrumb":{"@id":"https:\/\/desleutelvenv.nl\/en\/reservations\/request-meeting-space\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/desleutelvenv.nl\/en\/reservations\/request-meeting-space\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/desleutelvenv.nl\/en\/reservations\/request-meeting-space\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/desleutelvenv.nl\/en\/"},{"@type":"ListItem","position":2,"name":"Reservations","item":"https:\/\/desleutelvenv.nl\/en\/reservations\/"},{"@type":"ListItem","position":3,"name":"Request Meeting Space"}]},{"@type":"WebSite","@id":"https:\/\/desleutelvenv.nl\/en\/#website","url":"https:\/\/desleutelvenv.nl\/en\/","name":"De Sleutel","description":"Vakantie &amp; Vergaderen in het historische centrum van Middelburg","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/desleutelvenv.nl\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/desleutelvenv.nl\/en\/wp-json\/wp\/v2\/pages\/542","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/desleutelvenv.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/desleutelvenv.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/desleutelvenv.nl\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/desleutelvenv.nl\/en\/wp-json\/wp\/v2\/comments?post=542"}],"version-history":[{"count":1,"href":"https:\/\/desleutelvenv.nl\/en\/wp-json\/wp\/v2\/pages\/542\/revisions"}],"predecessor-version":[{"id":585,"href":"https:\/\/desleutelvenv.nl\/en\/wp-json\/wp\/v2\/pages\/542\/revisions\/585"}],"up":[{"embeddable":true,"href":"https:\/\/desleutelvenv.nl\/en\/wp-json\/wp\/v2\/pages\/541"}],"wp:attachment":[{"href":"https:\/\/desleutelvenv.nl\/en\/wp-json\/wp\/v2\/media?parent=542"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}