{"id":45,"date":"2023-05-10T13:11:58","date_gmt":"2023-05-10T11:11:58","guid":{"rendered":"https:\/\/buurtinfoquartier.be\/contactez-nous\/"},"modified":"2024-02-01T10:55:03","modified_gmt":"2024-02-01T09:55:03","slug":"neem-contact-op-met","status":"publish","type":"page","link":"https:\/\/buurtinfoquartier.be\/nl\/neem-contact-op-met\/","title":{"rendered":"Neem contact op met"},"content":{"rendered":"\n<div class=\"wp-block-columns has-base-color has-primary-background-color has-text-color has-background has-link-color wp-elements-8d88e7ff734a7ce6e9137f1c097e5e24 is-layout-flex wp-container-core-columns-is-layout-fc2e12a2 wp-block-columns-is-layout-flex\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-92b9201d wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\">Heb je hulp nodig?<\/h2>\n\n\n\n<p>We helpen je graag via telefoon of e-mail!<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-container-core-column-is-layout-f5bb311e wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-fc054d2d wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/buurtinfoquartier.be\/wp-content\/uploads\/2024\/02\/CASS_EMAIL_BLANC-VERT_V2BIS-1-150x150.png\" alt=\"\" class=\"wp-image-1046\" style=\"object-fit:cover;width:75px;height:75px\" srcset=\"https:\/\/buurtinfoquartier.be\/wp-content\/uploads\/2024\/02\/CASS_EMAIL_BLANC-VERT_V2BIS-1-150x150.png 150w, https:\/\/buurtinfoquartier.be\/wp-content\/uploads\/2024\/02\/CASS_EMAIL_BLANC-VERT_V2BIS-1-300x300.png 300w, https:\/\/buurtinfoquartier.be\/wp-content\/uploads\/2024\/02\/CASS_EMAIL_BLANC-VERT_V2BIS-1.png 313w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n\n<p>contact<em style=\"font-style: italic; font-weight: bold;\">@<\/em>infobrabant.be<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-fc054d2d wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-image size-thumbnail is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/buurtinfoquartier.be\/wp-content\/uploads\/2024\/02\/CASS_TELEPHONE_BLANC-VERT_V2-1-150x150.png\" alt=\"\" class=\"wp-image-1048\" style=\"object-fit:cover;width:75px;height:75px\" srcset=\"https:\/\/buurtinfoquartier.be\/wp-content\/uploads\/2024\/02\/CASS_TELEPHONE_BLANC-VERT_V2-1-150x150.png 150w, https:\/\/buurtinfoquartier.be\/wp-content\/uploads\/2024\/02\/CASS_TELEPHONE_BLANC-VERT_V2-1-300x300.png 300w, https:\/\/buurtinfoquartier.be\/wp-content\/uploads\/2024\/02\/CASS_TELEPHONE_BLANC-VERT_V2-1.png 313w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n\n<p>***********<strong><em><strong><em>@<\/em><\/strong><\/em><\/strong>.**<\/p>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-cass-bulle-container alignwide is-style-secondary-light is-layout-flow wp-block-cass-bulle-container-is-layout-flow\"><script>\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 4.0 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_1' style='display:none'><style>#gform_wrapper_1[data-form-index=\"0\"].gform-theme,[data-parent-form=\"1_0\"]{--gf-color-primary: #244069;--gf-color-primary-rgb: 36, 64, 105;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #000E37;--gf-color-primary-lighter: #56729B;--gf-color-secondary: #ffffff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #244069;--gf-color-secondary-contrast-rgb: 36, 64, 105;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(36, 64, 105, 0.1);--gf-color-out-ctrl-light-rgb: 36, 64, 105;--gf-color-out-ctrl-light-darker: rgba(224, 232, 176, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #244069;--gf-color-out-ctrl-dark-rgb: 36, 64, 105;--gf-color-out-ctrl-dark-darker: #244069;--gf-color-out-ctrl-dark-lighter: rgba(36, 64, 105, 0.65);--gf-color-in-ctrl: #ffffff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #244069;--gf-color-in-ctrl-contrast-rgb: 36, 64, 105;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #244069;--gf-color-in-ctrl-primary-rgb: 36, 64, 105;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #000E37;--gf-color-in-ctrl-primary-lighter: #56729B;--gf-color-in-ctrl-light: rgba(36, 64, 105, 0.1);--gf-color-in-ctrl-light-rgb: 36, 64, 105;--gf-color-in-ctrl-light-darker: rgba(224, 232, 176, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #244069;--gf-color-in-ctrl-dark-rgb: 36, 64, 105;--gf-color-in-ctrl-dark-darker: #244069;--gf-color-in-ctrl-dark-lighter: rgba(36, 64, 105, 0.65);--gf-radius: 40px 40px 40px 10pxpx;--gf-font-size-secondary: 18px;--gf-font-size-tertiary: 18px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(36, 64, 105, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(36, 64, 105, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(36, 64, 105, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #E0E8B0;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #244069;--gf-ctrl-label-color-secondary: #244069;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #E0E8B0;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(36, 64, 105, 0.8);}<\/style>\n                        <div class='gform_heading'>\n                            <h2 class=\"gform_title\">Een dienst, document, link, evenement voorstellen of hulp nodig?<\/h2>\n                            <p class='gform_description'>Dit formulier is ontworpen om het ondersteuningsproces te vereenvoudigen door relevante gegevens te verzamelen over het probleem of het verzoek dat u indient.<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_1'  action='\/nl\/wp-json\/wp\/v2\/pages\/45' data-formid='1' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_1_53\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_53'>URL<\/label><div class='ginput_container'><input name='input_53' id='input_1_53' type='text' value='' autocomplete='new-password'\/><\/div><div class='gfield_description' id='gfield_description_1_53'>Dit veld is bedoeld voor validatiedoeleinden en moet niet worden gewijzigd.<\/div><\/div><fieldset id=\"field_1_7\" class=\"gfield gfield--type-name gfield--input-type-name gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Voor- en achternaam<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><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_1_7'>\n                            \n                            <span id='input_1_7_3_container' class='name_first gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_7.3' id='input_1_7_3' value=''   aria-required='true'     \/>\n                                                    <label for='input_1_7_3' class='gform-field-label gform-field-label--type-sub '>Voornaam<\/label>\n                                                <\/span>\n                            \n                            <span id='input_1_7_6_container' class='name_last gform-grid-col gform-grid-col--size-auto' >\n                                                    <input type='text' name='input_7.6' id='input_1_7_6' value=''   aria-required='true'     \/>\n                                                    <label for='input_1_7_6' class='gform-field-label gform-field-label--type-sub '>Achternaam<\/label>\n                                                <\/span>\n                            \n                        <\/div><\/fieldset><div id=\"field_1_5\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-full 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_1_5'>E-mail (om contact met ons op te nemen)<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_5' id='input_1_5' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_1_17\" class=\"gfield gfield--type-select gfield--input-type-select gfield--width-full 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_1_17'>Onderwerp<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_17' id='input_1_17' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='other' selected='selected'>Autre<\/option><option value='entity' >Proposer un service ou une entit\u00e9<\/option><option value='document' >Proposer un document ou un lien<\/option><option value='evenement' >Een evenement indienen<\/option><option value='bug' >Signaler un bug<\/option><\/select><\/div><\/div><div id=\"field_1_20\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-full 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_1_20'>Naam van de voorgestelde dienst<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_20' id='input_1_20' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_49\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full 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_1_49'>Description de l&#039;entit\u00e9 ou service<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_49' id='input_1_49' class='textarea large'   maxlength='1000'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_1_21\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half 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_1_21'>Adres of locatie<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_21' id='input_1_21' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_23\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half 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_1_23'>Postcode<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_23' id='input_1_23' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_1_31\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full gf_list_inline category-checkbox gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >In welke sectoren werk je?<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_1_31'><div class='gchoice gchoice_1_31_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_31.1' type='checkbox'  value='Activiteiten \/ Vrije tijd'  id='choice_1_31_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_31_1' id='label_1_31_1' class='gform-field-label gform-field-label--type-inline'>Activiteiten \/ Vrije tijd<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_31_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_31.2' type='checkbox'  value='Gezondheid'  id='choice_1_31_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_31_2' id='label_1_31_2' class='gform-field-label gform-field-label--type-inline'>Gezondheid<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_31_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_31.3' type='checkbox'  value='Huisvesting'  id='choice_1_31_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_31_3' id='label_1_31_3' class='gform-field-label gform-field-label--type-inline'>Huisvesting<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_31_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_31.4' type='checkbox'  value='Hulp'  id='choice_1_31_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_31_4' id='label_1_31_4' class='gform-field-label gform-field-label--type-inline'>Hulp<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_31_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_31.5' type='checkbox'  value='Kinderen en jongeren'  id='choice_1_31_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_31_5' id='label_1_31_5' class='gform-field-label gform-field-label--type-inline'>Kinderen en jongeren<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_31_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_31.6' type='checkbox'  value='Materiaal'  id='choice_1_31_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_31_6' id='label_1_31_6' class='gform-field-label gform-field-label--type-inline'>Materiaal<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_31_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_31.7' type='checkbox'  value='Mijn buurt'  id='choice_1_31_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_31_7' id='label_1_31_7' class='gform-field-label gform-field-label--type-inline'>Mijn buurt<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_31_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_31.8' type='checkbox'  value='Problemen \/ conflicten'  id='choice_1_31_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_31_8' id='label_1_31_8' class='gform-field-label gform-field-label--type-inline'>Problemen \/ conflicten<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_31_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_31.9' type='checkbox'  value='Training en werk'  id='choice_1_31_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_31_9' id='label_1_31_9' class='gform-field-label gform-field-label--type-inline'>Training en werk<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_31_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_31.11' type='checkbox'  value='Voeding'  id='choice_1_31_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_31_11' id='label_1_31_11' class='gform-field-label gform-field-label--type-inline'>Voeding<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_1_47\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-full gf_list_inline post_tag-checkbox gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Public cible<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_1_47'><div class='gchoice gchoice_1_47_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.1' type='checkbox'  value='accompagnemeny'  id='choice_1_47_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_1' id='label_1_47_1' class='gform-field-label gform-field-label--type-inline'>accompagnemeny<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.2' type='checkbox'  value='activit\u00e9s'  id='choice_1_47_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_2' id='label_1_47_2' class='gform-field-label gform-field-label--type-inline'>activit\u00e9s<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.3' type='checkbox'  value='administratif'  id='choice_1_47_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_3' id='label_1_47_3' class='gform-field-label gform-field-label--type-inline'>administratif<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.4' type='checkbox'  value='Ados'  id='choice_1_47_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_4' id='label_1_47_4' class='gform-field-label gform-field-label--type-inline'>Ados<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.5' type='checkbox'  value='Adultes'  id='choice_1_47_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_5' id='label_1_47_5' class='gform-field-label gform-field-label--type-inline'>Adultes<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.6' type='checkbox'  value='aide'  id='choice_1_47_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_6' id='label_1_47_6' class='gform-field-label gform-field-label--type-inline'>aide<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.7' type='checkbox'  value='atelier'  id='choice_1_47_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_7' id='label_1_47_7' class='gform-field-label gform-field-label--type-inline'>atelier<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.8' type='checkbox'  value='chant'  id='choice_1_47_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_8' id='label_1_47_8' class='gform-field-label gform-field-label--type-inline'>chant<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.9' type='checkbox'  value='couture'  id='choice_1_47_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_9' id='label_1_47_9' class='gform-field-label gform-field-label--type-inline'>couture<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.11' type='checkbox'  value='cuisine'  id='choice_1_47_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_11' id='label_1_47_11' class='gform-field-label gform-field-label--type-inline'>cuisine<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_12'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.12' type='checkbox'  value='dessin'  id='choice_1_47_12'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_12' id='label_1_47_12' class='gform-field-label gform-field-label--type-inline'>dessin<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_13'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.13' type='checkbox'  value='El\u00e8ves'  id='choice_1_47_13'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_13' id='label_1_47_13' class='gform-field-label gform-field-label--type-inline'>El\u00e8ves<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_14'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.14' type='checkbox'  value='Enfants'  id='choice_1_47_14'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_14' id='label_1_47_14' class='gform-field-label gform-field-label--type-inline'>Enfants<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_15'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.15' type='checkbox'  value='Famille'  id='choice_1_47_15'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_15' id='label_1_47_15' class='gform-field-label gform-field-label--type-inline'>Famille<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_16'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.16' type='checkbox'  value='Femmes'  id='choice_1_47_16'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_16' id='label_1_47_16' class='gform-field-label gform-field-label--type-inline'>Femmes<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_17'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.17' type='checkbox'  value='F\u00eate'  id='choice_1_47_17'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_17' id='label_1_47_17' class='gform-field-label gform-field-label--type-inline'>F\u00eate<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_18'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.18' type='checkbox'  value='gratuit'  id='choice_1_47_18'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_18' id='label_1_47_18' class='gform-field-label gform-field-label--type-inline'>gratuit<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_19'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.19' type='checkbox'  value='Gym douce'  id='choice_1_47_19'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_19' id='label_1_47_19' class='gform-field-label gform-field-label--type-inline'>Gym douce<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_21'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.21' type='checkbox'  value='hygi\u00e8ne'  id='choice_1_47_21'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_21' id='label_1_47_21' class='gform-field-label gform-field-label--type-inline'>hygi\u00e8ne<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_22'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.22' type='checkbox'  value='Jeux'  id='choice_1_47_22'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_22' id='label_1_47_22' class='gform-field-label gform-field-label--type-inline'>Jeux<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_23'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.23' type='checkbox'  value='linge'  id='choice_1_47_23'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_23' id='label_1_47_23' class='gform-field-label gform-field-label--type-inline'>linge<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_24'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.24' type='checkbox'  value='mat\u00e9riel'  id='choice_1_47_24'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_24' id='label_1_47_24' class='gform-field-label gform-field-label--type-inline'>mat\u00e9riel<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_25'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.25' type='checkbox'  value='Obligation scolaire'  id='choice_1_47_25'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_25' id='label_1_47_25' class='gform-field-label gform-field-label--type-inline'>Obligation scolaire<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_26'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.26' type='checkbox'  value='Pavillon Reine Verte'  id='choice_1_47_26'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_26' id='label_1_47_26' class='gform-field-label gform-field-label--type-inline'>Pavillon Reine Verte<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_27'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.27' type='checkbox'  value='Pharmacie'  id='choice_1_47_27'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_27' id='label_1_47_27' class='gform-field-label gform-field-label--type-inline'>Pharmacie<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_28'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.28' type='checkbox'  value='pr\u00eat'  id='choice_1_47_28'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_28' id='label_1_47_28' class='gform-field-label gform-field-label--type-inline'>pr\u00eat<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_29'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.29' type='checkbox'  value='Sant\u00e9'  id='choice_1_47_29'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_29' id='label_1_47_29' class='gform-field-label gform-field-label--type-inline'>Sant\u00e9<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_31'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.31' type='checkbox'  value='Seniors'  id='choice_1_47_31'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_31' id='label_1_47_31' class='gform-field-label gform-field-label--type-inline'>Seniors<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_32'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.32' type='checkbox'  value='sport'  id='choice_1_47_32'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_32' id='label_1_47_32' class='gform-field-label gform-field-label--type-inline'>sport<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_33'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.33' type='checkbox'  value='Stages'  id='choice_1_47_33'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_33' id='label_1_47_33' class='gform-field-label gform-field-label--type-inline'>Stages<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_34'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.34' type='checkbox'  value='Ta\u00a8chi'  id='choice_1_47_34'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_34' id='label_1_47_34' class='gform-field-label gform-field-label--type-inline'>Ta\u00a8chi<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_35'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.35' type='checkbox'  value='Ta\u00ef chi'  id='choice_1_47_35'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_35' id='label_1_47_35' class='gform-field-label gform-field-label--type-inline'>Ta\u00ef chi<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_36'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.36' type='checkbox'  value='Tous'  id='choice_1_47_36'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_36' id='label_1_47_36' class='gform-field-label gform-field-label--type-inline'>Tous<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_37'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.37' type='checkbox'  value='wasserette'  id='choice_1_47_37'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_37' id='label_1_47_37' class='gform-field-label gform-field-label--type-inline'>wasserette<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_47_38'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_47.38' type='checkbox'  value='Yoga'  id='choice_1_47_38'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_47_38' id='label_1_47_38' class='gform-field-label gform-field-label--type-inline'>Yoga<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_1_25\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-half 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_1_25'>Telefoon<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_phone'><input name='input_25' id='input_1_25' type='tel' value='' class='large'   aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_27\" class=\"gfield gfield--type-website gfield--input-type-website gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_27'>De website van uw organisatie<\/label><div class='ginput_container ginput_container_website'>\n                    <input name='input_27' id='input_1_27' type='url' value='' class='large'    placeholder='https:\/\/'  aria-invalid=\"false\" \/>\n                <\/div><\/div><div id=\"field_1_46\" class=\"gfield gfield--type-text gfield--input-type-text 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_1_46'>Langue.s parl\u00e9e.s<\/label><div class='ginput_container ginput_container_text'><input name='input_46' id='input_1_46' type='text' value='' class='large' maxlength='100'     aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_30\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half 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_1_30'>Documentnaam of -link<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_30' id='input_1_30' type='text' value='' class='large' maxlength='100'    aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_32\" class=\"gfield gfield--type-fileupload gfield--input-type-fileupload gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_32'>Uw pdf- of docx-document<\/label><div class='ginput_container ginput_container_fileupload'><input type='hidden' name='MAX_FILE_SIZE' value='5242880' \/><input name='input_32' id='input_1_32' type='file' class='large' aria-describedby=\"gfield_upload_rules_1_32\" onchange='javascript:gformValidateFileSize( this, 5242880 );'  \/><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_1_32'>Max. bestandsgrootte: 5 MB.<\/span><div class='gfield_description validation_message gfield_validation_message validation_message--hidden-on-empty' id='live_validation_message_1_32'><\/div> <\/div><\/div><div id=\"field_1_33\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half 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_1_33'>Naam evenement<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_33' id='input_1_33' type='text' value='' class='large' maxlength='100'    aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_34\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half 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_1_34'>Organisator<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_34' id='input_1_34' type='text' value='' class='large' maxlength='100'    aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_52\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full 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_1_52'>Description de l&#039;\u00e9v\u00e8nement<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_52' id='input_1_52' class='textarea large'   maxlength='1000'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_1_35\" class=\"gfield gfield--type-date gfield--input-type-date gfield--input-type-datepicker gfield--datepicker-default-icon gfield--width-half 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_1_35'>Datum evenement<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_date'>\n                            <input name='input_35' id='input_1_35' type='text' value='' class='datepicker gform-datepicker dmy datepicker_with_icon gdatepicker_with_icon'   placeholder='dd\/mm\/jjjj' aria-describedby=\"input_1_35_date_format\" aria-invalid=\"false\" aria-required=\"true\"\/>\n                            <span id='input_1_35_date_format' class='screen-reader-text'>DD slash MM slash JJJJ<\/span>\n                        <\/div>\n                        <input type='hidden' id='gforms_calendar_icon_input_1_35' class='gform_hidden' value='https:\/\/buurtinfoquartier.be\/wp-content\/plugins\/gravityforms\/images\/datepicker\/datepicker.svg'\/><\/div><fieldset id=\"field_1_36\" class=\"gfield gfield--type-time gfield--input-type-time gfield--width-half gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Tijd van het evenement<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class=\"ginput_container ginput_complex gform-grid-row\">\n                        <div class='gfield_time_hour ginput_container ginput_container_time gform-grid-col' id='input_1_36'>\n                            <input type='number' name='input_36[]' id='input_1_36_1' value=''  min='0' max='24' step='1'  placeholder='UU' aria-required='true'   \/> \n                            <label class='gform-field-label gform-field-label--type-sub hour_label screen-reader-text' for='input_1_36_1'>Uren<\/label>\n                        <\/div>\n                        <div class=\"below hour_minute_colon gform-grid-col\">:<\/div>\n                        <div class='gfield_time_minute ginput_container ginput_container_time gform-grid-col'>\n                            <input type='number' name='input_36[]' id='input_1_36_2' value=''  min='0' max='59' step='1'  placeholder='MM' aria-required='true'  \/>\n                            <label class='gform-field-label gform-field-label--type-sub minute_label screen-reader-text' for='input_1_36_2'>Minuten<\/label>\n                        <\/div>\n                        \n                    <\/div><\/fieldset><fieldset id=\"field_1_38\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-half gf_list_inline post_tag-checkbox gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Type publiek<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_1_38'><div class='gchoice gchoice_1_38_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.1' type='checkbox'  value='accompagnemeny'  id='choice_1_38_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_1' id='label_1_38_1' class='gform-field-label gform-field-label--type-inline'>accompagnemeny<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.2' type='checkbox'  value='activit\u00e9s'  id='choice_1_38_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_2' id='label_1_38_2' class='gform-field-label gform-field-label--type-inline'>activit\u00e9s<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.3' type='checkbox'  value='administratif'  id='choice_1_38_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_3' id='label_1_38_3' class='gform-field-label gform-field-label--type-inline'>administratif<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.4' type='checkbox'  value='Ados'  id='choice_1_38_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_4' id='label_1_38_4' class='gform-field-label gform-field-label--type-inline'>Ados<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.5' type='checkbox'  value='Adultes'  id='choice_1_38_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_5' id='label_1_38_5' class='gform-field-label gform-field-label--type-inline'>Adultes<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_6'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.6' type='checkbox'  value='aide'  id='choice_1_38_6'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_6' id='label_1_38_6' class='gform-field-label gform-field-label--type-inline'>aide<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_7'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.7' type='checkbox'  value='atelier'  id='choice_1_38_7'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_7' id='label_1_38_7' class='gform-field-label gform-field-label--type-inline'>atelier<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_8'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.8' type='checkbox'  value='chant'  id='choice_1_38_8'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_8' id='label_1_38_8' class='gform-field-label gform-field-label--type-inline'>chant<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_9'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.9' type='checkbox'  value='couture'  id='choice_1_38_9'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_9' id='label_1_38_9' class='gform-field-label gform-field-label--type-inline'>couture<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_11'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.11' type='checkbox'  value='cuisine'  id='choice_1_38_11'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_11' id='label_1_38_11' class='gform-field-label gform-field-label--type-inline'>cuisine<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_12'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.12' type='checkbox'  value='dessin'  id='choice_1_38_12'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_12' id='label_1_38_12' class='gform-field-label gform-field-label--type-inline'>dessin<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_13'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.13' type='checkbox'  value='El\u00e8ves'  id='choice_1_38_13'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_13' id='label_1_38_13' class='gform-field-label gform-field-label--type-inline'>El\u00e8ves<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_14'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.14' type='checkbox'  value='Enfants'  id='choice_1_38_14'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_14' id='label_1_38_14' class='gform-field-label gform-field-label--type-inline'>Enfants<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_15'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.15' type='checkbox'  value='Famille'  id='choice_1_38_15'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_15' id='label_1_38_15' class='gform-field-label gform-field-label--type-inline'>Famille<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_16'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.16' type='checkbox'  value='Femmes'  id='choice_1_38_16'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_16' id='label_1_38_16' class='gform-field-label gform-field-label--type-inline'>Femmes<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_17'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.17' type='checkbox'  value='F\u00eate'  id='choice_1_38_17'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_17' id='label_1_38_17' class='gform-field-label gform-field-label--type-inline'>F\u00eate<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_18'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.18' type='checkbox'  value='gratuit'  id='choice_1_38_18'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_18' id='label_1_38_18' class='gform-field-label gform-field-label--type-inline'>gratuit<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_19'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.19' type='checkbox'  value='Gym douce'  id='choice_1_38_19'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_19' id='label_1_38_19' class='gform-field-label gform-field-label--type-inline'>Gym douce<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_21'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.21' type='checkbox'  value='hygi\u00e8ne'  id='choice_1_38_21'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_21' id='label_1_38_21' class='gform-field-label gform-field-label--type-inline'>hygi\u00e8ne<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_22'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.22' type='checkbox'  value='Jeux'  id='choice_1_38_22'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_22' id='label_1_38_22' class='gform-field-label gform-field-label--type-inline'>Jeux<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_23'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.23' type='checkbox'  value='linge'  id='choice_1_38_23'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_23' id='label_1_38_23' class='gform-field-label gform-field-label--type-inline'>linge<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_24'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.24' type='checkbox'  value='mat\u00e9riel'  id='choice_1_38_24'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_24' id='label_1_38_24' class='gform-field-label gform-field-label--type-inline'>mat\u00e9riel<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_25'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.25' type='checkbox'  value='Obligation scolaire'  id='choice_1_38_25'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_25' id='label_1_38_25' class='gform-field-label gform-field-label--type-inline'>Obligation scolaire<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_26'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.26' type='checkbox'  value='Pavillon Reine Verte'  id='choice_1_38_26'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_26' id='label_1_38_26' class='gform-field-label gform-field-label--type-inline'>Pavillon Reine Verte<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_27'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.27' type='checkbox'  value='Pharmacie'  id='choice_1_38_27'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_27' id='label_1_38_27' class='gform-field-label gform-field-label--type-inline'>Pharmacie<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_28'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.28' type='checkbox'  value='pr\u00eat'  id='choice_1_38_28'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_28' id='label_1_38_28' class='gform-field-label gform-field-label--type-inline'>pr\u00eat<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_29'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.29' type='checkbox'  value='Sant\u00e9'  id='choice_1_38_29'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_29' id='label_1_38_29' class='gform-field-label gform-field-label--type-inline'>Sant\u00e9<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_31'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.31' type='checkbox'  value='Seniors'  id='choice_1_38_31'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_31' id='label_1_38_31' class='gform-field-label gform-field-label--type-inline'>Seniors<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_32'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.32' type='checkbox'  value='sport'  id='choice_1_38_32'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_32' id='label_1_38_32' class='gform-field-label gform-field-label--type-inline'>sport<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_33'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.33' type='checkbox'  value='Stages'  id='choice_1_38_33'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_33' id='label_1_38_33' class='gform-field-label gform-field-label--type-inline'>Stages<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_34'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.34' type='checkbox'  value='Ta\u00a8chi'  id='choice_1_38_34'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_34' id='label_1_38_34' class='gform-field-label gform-field-label--type-inline'>Ta\u00a8chi<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_35'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.35' type='checkbox'  value='Ta\u00ef chi'  id='choice_1_38_35'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_35' id='label_1_38_35' class='gform-field-label gform-field-label--type-inline'>Ta\u00ef chi<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_36'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.36' type='checkbox'  value='Tous'  id='choice_1_38_36'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_36' id='label_1_38_36' class='gform-field-label gform-field-label--type-inline'>Tous<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_37'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.37' type='checkbox'  value='wasserette'  id='choice_1_38_37'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_37' id='label_1_38_37' class='gform-field-label gform-field-label--type-inline'>wasserette<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_38_38'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_38.38' type='checkbox'  value='Yoga'  id='choice_1_38_38'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_38_38' id='label_1_38_38' class='gform-field-label gform-field-label--type-inline'>Yoga<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><fieldset id=\"field_1_37\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield--input-type-checkbox gfield--width-half gf_list_inline tribe_events_cat-checkbox gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >Soort activiteit<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_checkbox'><div class='gfield_checkbox ' id='input_1_37'><div class='gchoice gchoice_1_37_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_37.1' type='checkbox'  value='Activit\u00e9s'  id='choice_1_37_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_37_1' id='label_1_37_1' class='gform-field-label gform-field-label--type-inline'>Activit\u00e9s<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_37_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_37.2' type='checkbox'  value='Ev\u00e9nements et festivit\u00e9s'  id='choice_1_37_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_37_2' id='label_1_37_2' class='gform-field-label gform-field-label--type-inline'>Ev\u00e9nements et festivit\u00e9s<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_37_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_37.3' type='checkbox'  value='Permanences'  id='choice_1_37_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_37_3' id='label_1_37_3' class='gform-field-label gform-field-label--type-inline'>Permanences<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_37_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_37.4' type='checkbox'  value='Repas'  id='choice_1_37_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_37_4' id='label_1_37_4' class='gform-field-label gform-field-label--type-inline'>Repas<\/label>\n\t\t\t\t\t\t\t<\/div><div class='gchoice gchoice_1_37_5'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_37.5' type='checkbox'  value='stages'  id='choice_1_37_5'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_1_37_5' id='label_1_37_5' class='gform-field-label gform-field-label--type-inline'>stages<\/label>\n\t\t\t\t\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_1_41\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-third field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_41'>Prijs (\u20ac)<\/label><div class='ginput_container ginput_container_text'><input name='input_41' id='input_1_41' type='text' value='' class='small'      aria-invalid=\"false\"   \/><\/div><\/div><fieldset id=\"field_1_50\" class=\"gfield gfield--type-radio gfield--type-choice gfield--input-type-radio gfield--width-third field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label' >Inscription obligatoire<\/legend><div class='ginput_container ginput_container_radio'><div class='gfield_radio' id='input_1_50'>\n\t\t\t<div class='gchoice gchoice_1_50_0'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_50' type='radio' value='Oui'  id='choice_1_50_0' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_1_50_0' id='label_1_50_0' class='gform-field-label gform-field-label--type-inline'>Oui<\/label>\n\t\t\t<\/div>\n\t\t\t<div class='gchoice gchoice_1_50_1'>\n\t\t\t\t\t<input class='gfield-choice-input' name='input_50' type='radio' value='Non'  id='choice_1_50_1' onchange='gformToggleRadioOther( this )'    \/>\n\t\t\t\t\t<label for='choice_1_50_1' id='label_1_50_1' class='gform-field-label gform-field-label--type-inline'>Non<\/label>\n\t\t\t<\/div><\/div><\/div><\/fieldset><div id=\"field_1_42\" class=\"gfield gfield--type-fileupload gfield--input-type-fileupload gfield--width-third field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_42'>Document(bestand)<\/label><div class='ginput_container ginput_container_fileupload'><input type='hidden' name='MAX_FILE_SIZE' value='2097152' \/><input name='input_42' id='input_1_42' type='file' class='large' aria-describedby=\"gfield_upload_rules_1_42\" onchange='javascript:gformValidateFileSize( this, 2097152 );'  \/><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_1_42'>Max. bestandsgrootte: 2 MB.<\/span><div class='gfield_description validation_message gfield_validation_message validation_message--hidden-on-empty' id='live_validation_message_1_42'><\/div> <\/div><\/div><div id=\"field_1_43\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full 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_1_43'>Vermeld eventuele moeilijkheden<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_43' id='input_1_43' class='textarea large'     aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_1_51\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full 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_1_51'>Description du document ou lien<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_51' id='input_1_51' class='textarea large'   maxlength='500'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_1_18\" class=\"gfield gfield--type-textarea gfield--input-type-textarea gfield--width-full 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_1_18'>Bericht<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_18' id='input_1_18' class='textarea large'   maxlength='1000'  aria-required=\"true\" aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><fieldset id=\"field_1_15\" class=\"gfield gfield--type-consent gfield--type-choice gfield--input-type-consent gfield--width-full gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><legend class='gfield_label gform-field-label gfield_label_before_complex' >RGPD<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Vereist)<\/span><\/span><\/legend><div class='ginput_container ginput_container_consent'><input name='input_15.1' id='input_1_15_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_1_15_1' >Ik accepteer het privacybeleid.<\/label><input type='hidden' name='input_15.2' value='Ik accepteer het privacybeleid.' class='gform_hidden' \/><input type='hidden' name='input_15.3' value='1' class='gform_hidden' \/><\/div><\/fieldset><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_1' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Stuur'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='{&quot;theme&quot;:&quot;orbital&quot;,&quot;inputBorderRadius&quot;:&quot;40px 40px 40px 10px&quot;,&quot;inputBorderColor&quot;:&quot;#E0E8B0&quot;,&quot;inputBackgroundColor&quot;:&quot;#ffffff&quot;,&quot;inputColor&quot;:&quot;#244069&quot;,&quot;inputPrimaryColor&quot;:&quot;#244069&quot;,&quot;labelFontSize&quot;:&quot;18&quot;,&quot;labelColor&quot;:&quot;#244069&quot;,&quot;descriptionFontSize&quot;:&quot;18&quot;,&quot;descriptionColor&quot;:&quot;#244069&quot;,&quot;buttonPrimaryBackgroundColor&quot;:&quot;#244069&quot;}' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='6qiXYcIs6DWpWGoZpzlf8xuwt13XF0TqZnge3OlRKhpP2l4kf0d9k1Fd86u8Ii9TeEs0d9HkWEpPXKyAO0FZCtGZWVYUckvHXL1ZygNl4evMG5U=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJ7XCIzMS4xXCI6XCIzYzlmY2IxNjZkODI2YTQxMzRiN2M1MzViMTY4ZGIxMlwiLFwiMzEuMlwiOlwiYWM2ZjNjYmM3ZDRhODY4MjY5MDNmYjJkNjRmODkxZTFcIixcIjMxLjNcIjpcImIxMWY5NDlmYWFhNTFlNGE2MWFmMjExZTI3YzAzYTIzXCIsXCIzMS40XCI6XCI2OTg4NjM4YTI5NTZhOTRhNWZhMjI1M2U0NjI3YTQ3ZFwiLFwiMzEuNVwiOlwiY2EzOTZkYzU5NDU2MWVkMGQ4YmMyYzZkYjI4MzcyODlcIixcIjMxLjZcIjpcImIxNDRjOGEzM2M5NWM5MTA0NGNhYmM0YmVlMjlkNWMzXCIsXCIzMS43XCI6XCI2NmQwOTBiYmRkOTdjNjUzNjhjZDI2YjQxMzEyODliOFwiLFwiMzEuOFwiOlwiNzkzNjkzOTQ2NjlmZDBhZWQ5N2QwYzJhMTA1N2M1ZDNcIixcIjMxLjlcIjpcImJiYmY3ZWZkNzYyOWYzMjhiMDVmMWYwOTUwMmRlODJjXCIsXCIzMS4xMVwiOlwiZjM2Yzc3MjIzZjUzMWI2ZWFhM2EwMTkwNzA5NWY0ODlcIixcIjQ3LjFcIjpcIjA2NjMzOWZmZGJiNzk3N2FkN2EzNWI1OTM3NDJmMTI5XCIsXCI0Ny4yXCI6XCI4ZDFjYTA0YTliNzcyMTMyOGYwN2YwNWEyODNhNjgwNVwiLFwiNDcuM1wiOlwiYzU0YjJjNzYyY2NhZDg2MTRlMWQ5ZmE0Y2QxNjc2YmNcIixcIjQ3LjRcIjpcIjQ3NWU4MDM4N2M2NDljOTkyNjUwODRjNmQwNThiMTVhXCIsXCI0Ny41XCI6XCI0M2E1NDFmYjY5OWVkZGU5M2EyOTA0OTFhZmUyZDdjY1wiLFwiNDcuNlwiOlwiMWJlZDZlY2ZmYTI3OTE1MDMwNjE1MDEyMWEzYzY1MzJcIixcIjQ3LjdcIjpcImQ4ZTYyYzY2ZDU5ZGRiZTRmMjMwZjg1MmQyZTIxYjE4XCIsXCI0Ny44XCI6XCI1YTllMjEzMDMyZTM3NTgzYjZhN2UzYjg0N2ZlMjc3YlwiLFwiNDcuOVwiOlwiZmRhMGEwNWJkNzYzYTU1Y2NhNGMwNmFkMDNlZjZkY2NcIixcIjQ3LjExXCI6XCI2N2QyNTQ1ZjVkNjQzNTVlMzdhZmFjOGUxMjhmNTJmN1wiLFwiNDcuMTJcIjpcImNiODNiYjlmODVkYzRmNTdiMWUwYjNhMjFmNmUzNWMzXCIsXCI0Ny4xM1wiOlwiM2E3MWVkZDc5MmI1Mjk2NjZiOTRhZDBjNDQ0YzM3N2FcIixcIjQ3LjE0XCI6XCIzODE1ZGNkMjk1Y2NmNWU5YTBiNDU5NzVhNzIwODNlNFwiLFwiNDcuMTVcIjpcIjFiZTY3OWZkZTc3MDcyOWE3MjM3NDllMjQ3ODNhMmE5XCIsXCI0Ny4xNlwiOlwiMTZlMzRlNzZiYjEwYmJhYjgyODk0N2JhOGIyMTc3YTNcIixcIjQ3LjE3XCI6XCJmZWM2YzI2ZmM1ODA4ODM0NjFhYmYwNGQ4MDVmOTdiY1wiLFwiNDcuMThcIjpcIjAzOTYyYjEyZWY5ZDExZTIwZGRkMGQ4YzM2NmY3MTdlXCIsXCI0Ny4xOVwiOlwiM2Q2MjVlNDAzODMyNDk0NTNjMjljZjkzYzY0NzdiNWZcIixcIjQ3LjIxXCI6XCJmMmMyOTg0OTU5MzcwZTZkMGE1M2U2ZWZiOTAzZjYxM1wiLFwiNDcuMjJcIjpcImY4NzA1NzliYTEyNjRkODNjMTg4NWM2M2Q5Zjg3ZDU1XCIsXCI0Ny4yM1wiOlwiNzliNzVjMjI3ZGVmMzM3ZDRhOWY2YmVkZjYwOWZkNTZcIixcIjQ3LjI0XCI6XCJhN2Y0OTQ5ZmU1NzFlNDE5NjhjZjQ5YjRjMGY4YTBkOFwiLFwiNDcuMjVcIjpcIjJhODNjOTg3YTYxZjZmNTU1OWFmZjEyMjQ4NGFhYjJjXCIsXCI0Ny4yNlwiOlwiN2RkZTJmODBmNmRlYjRjYzZmNjAxNTA4ZjFkYzUxOGFcIixcIjQ3LjI3XCI6XCI2ODczNjhkOGNlMGNiMjFjNjdiZDk5MzlkZmE4OTNjNlwiLFwiNDcuMjhcIjpcIjExZTg1YjY3MTQ3NzMxOTI0MzQxYjc2MmNmMWUxODI1XCIsXCI0Ny4yOVwiOlwiOGZhNjc3OWY4NGI5ZGExOTJmMjUxNGJhMTllNDYzZWJcIixcIjQ3LjMxXCI6XCI5NjcyNzFkMDJjM2RlMWQ4NjU0YTkyZWMwNjBjODQ5NVwiLFwiNDcuMzJcIjpcIjBjYTFkMDRjMGFjMTE2ZGYxNjBkYWZkMGE0MDViZGU3XCIsXCI0Ny4zM1wiOlwiYWU1ZjkzOTEyMTNiM2M5Njc2MzMyODc1MjM2MDNkYzdcIixcIjQ3LjM0XCI6XCIwYTUxYThkZDY0YjcxNDMxZDdmYzQ3NWNkY2M1NmNkNlwiLFwiNDcuMzVcIjpcImRlYWY5NjVjMDcyMmRmMTVlMDY5NDQwODExYWIxMWU5XCIsXCI0Ny4zNlwiOlwiOGQxYjk1YmYyNTdiOGZmNDcwZTEwOWY2NTI0MmE5OTBcIixcIjQ3LjM3XCI6XCJjN2MzZjcxNDFhNmZmY2YwNDA1MzEyODY3OThiNDIzZlwiLFwiNDcuMzhcIjpcIjQwZjNhZThjN2Q3MjQ4YWE2ZWQ0ZWM4MmYwM2M3NDVjXCIsXCIzOC4xXCI6XCIwNjYzMzlmZmRiYjc5NzdhZDdhMzViNTkzNzQyZjEyOVwiLFwiMzguMlwiOlwiOGQxY2EwNGE5Yjc3MjEzMjhmMDdmMDVhMjgzYTY4MDVcIixcIjM4LjNcIjpcImM1NGIyYzc2MmNjYWQ4NjE0ZTFkOWZhNGNkMTY3NmJjXCIsXCIzOC40XCI6XCI0NzVlODAzODdjNjQ5Yzk5MjY1MDg0YzZkMDU4YjE1YVwiLFwiMzguNVwiOlwiNDNhNTQxZmI2OTllZGRlOTNhMjkwNDkxYWZlMmQ3Y2NcIixcIjM4LjZcIjpcIjFiZWQ2ZWNmZmEyNzkxNTAzMDYxNTAxMjFhM2M2NTMyXCIsXCIzOC43XCI6XCJkOGU2MmM2NmQ1OWRkYmU0ZjIzMGY4NTJkMmUyMWIxOFwiLFwiMzguOFwiOlwiNWE5ZTIxMzAzMmUzNzU4M2I2YTdlM2I4NDdmZTI3N2JcIixcIjM4LjlcIjpcImZkYTBhMDViZDc2M2E1NWNjYTRjMDZhZDAzZWY2ZGNjXCIsXCIzOC4xMVwiOlwiNjdkMjU0NWY1ZDY0MzU1ZTM3YWZhYzhlMTI4ZjUyZjdcIixcIjM4LjEyXCI6XCJjYjgzYmI5Zjg1ZGM0ZjU3YjFlMGIzYTIxZjZlMzVjM1wiLFwiMzguMTNcIjpcIjNhNzFlZGQ3OTJiNTI5NjY2Yjk0YWQwYzQ0NGMzNzdhXCIsXCIzOC4xNFwiOlwiMzgxNWRjZDI5NWNjZjVlOWEwYjQ1OTc1YTcyMDgzZTRcIixcIjM4LjE1XCI6XCIxYmU2NzlmZGU3NzA3MjlhNzIzNzQ5ZTI0NzgzYTJhOVwiLFwiMzguMTZcIjpcIjE2ZTM0ZTc2YmIxMGJiYWI4Mjg5NDdiYThiMjE3N2EzXCIsXCIzOC4xN1wiOlwiZmVjNmMyNmZjNTgwODgzNDYxYWJmMDRkODA1Zjk3YmNcIixcIjM4LjE4XCI6XCIwMzk2MmIxMmVmOWQxMWUyMGRkZDBkOGMzNjZmNzE3ZVwiLFwiMzguMTlcIjpcIjNkNjI1ZTQwMzgzMjQ5NDUzYzI5Y2Y5M2M2NDc3YjVmXCIsXCIzOC4yMVwiOlwiZjJjMjk4NDk1OTM3MGU2ZDBhNTNlNmVmYjkwM2Y2MTNcIixcIjM4LjIyXCI6XCJmODcwNTc5YmExMjY0ZDgzYzE4ODVjNjNkOWY4N2Q1NVwiLFwiMzguMjNcIjpcIjc5Yjc1YzIyN2RlZjMzN2Q0YTlmNmJlZGY2MDlmZDU2XCIsXCIzOC4yNFwiOlwiYTdmNDk0OWZlNTcxZTQxOTY4Y2Y0OWI0YzBmOGEwZDhcIixcIjM4LjI1XCI6XCIyYTgzYzk4N2E2MWY2ZjU1NTlhZmYxMjI0ODRhYWIyY1wiLFwiMzguMjZcIjpcIjdkZGUyZjgwZjZkZWI0Y2M2ZjYwMTUwOGYxZGM1MThhXCIsXCIzOC4yN1wiOlwiNjg3MzY4ZDhjZTBjYjIxYzY3YmQ5OTM5ZGZhODkzYzZcIixcIjM4LjI4XCI6XCIxMWU4NWI2NzE0NzczMTkyNDM0MWI3NjJjZjFlMTgyNVwiLFwiMzguMjlcIjpcIjhmYTY3NzlmODRiOWRhMTkyZjI1MTRiYTE5ZTQ2M2ViXCIsXCIzOC4zMVwiOlwiOTY3MjcxZDAyYzNkZTFkODY1NGE5MmVjMDYwYzg0OTVcIixcIjM4LjMyXCI6XCIwY2ExZDA0YzBhYzExNmRmMTYwZGFmZDBhNDA1YmRlN1wiLFwiMzguMzNcIjpcImFlNWY5MzkxMjEzYjNjOTY3NjMzMjg3NTIzNjAzZGM3XCIsXCIzOC4zNFwiOlwiMGE1MWE4ZGQ2NGI3MTQzMWQ3ZmM0NzVjZGNjNTZjZDZcIixcIjM4LjM1XCI6XCJkZWFmOTY1YzA3MjJkZjE1ZTA2OTQ0MDgxMWFiMTFlOVwiLFwiMzguMzZcIjpcIjhkMWI5NWJmMjU3YjhmZjQ3MGUxMDlmNjUyNDJhOTkwXCIsXCIzOC4zN1wiOlwiYzdjM2Y3MTQxYTZmZmNmMDQwNTMxMjg2Nzk4YjQyM2ZcIixcIjM4LjM4XCI6XCI0MGYzYWU4YzdkNzI0OGFhNmVkNGVjODJmMDNjNzQ1Y1wiLFwiMzcuMVwiOlwiNGFhNTllYTU4Y2FkNjcyZDdhYTZlODQ4MDJhNmI3NmVcIixcIjM3LjJcIjpcIjNlNDhkMmE0YzJmMmNiY2FhYzdkMWE5ZDJkMDY0NjMwXCIsXCIzNy4zXCI6XCJmZGQyOTg1Yzc1OTIwOGFjMGI4YzM4ZmVjMjI3ODhjMFwiLFwiMzcuNFwiOlwiNjliYmFmYzRjMzhkNzY0ZGJkNTVhMGZhNTAzNTM5MWVcIixcIjM3LjVcIjpcIjNjMzM2NTA2ZmIwZGI4MzVhMjQ3YjQ2OTNjYjg5NzkxXCIsXCI1MFwiOltcIjdhNWNhOWIwNWNjZWVkMDg2MDliNTFiZmVlYzJlYjg1XCIsXCIyMTBhYjljZTAwZTI5NDI5YTVmYmExOTMxMzNlMzdhY1wiXSxcIjE1LjFcIjpcIjYwMTQ1ZmUzNDA5YTYxMzgzOWEwMjhmMzk0ZjkwYTFiXCIsXCIxNS4yXCI6XCI3YTAxOTE5N2Y5Mzc5OTQ0MWFkNTgzMmRmZjYxODc3NFwiLFwiMTUuM1wiOlwiNjAxNDVmZTM0MDlhNjEzODM5YTAyOGYzOTRmOTBhMWJcIn0iLCIyNGQ5MDkzMmMxNTA1ZDNjZDNmOWIyNzg3MzYzNjVkMiJd' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https:\/\/buurtinfoquartier.be\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_1').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_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').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){form_content.find('form').css('opacity', 0);jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').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_1').val();gformInitSpinner( 1, 'https:\/\/buurtinfoquartier.be\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = 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_1').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"1\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_1\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_1\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_1\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 1, 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<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Heb je hulp nodig? We helpen je graag via telefoon of e-mail! contact@infobrabant.be ***********@.**<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-contact","meta":{"_tec_requires_first_save":true,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_EventAllDay":false,"_EventTimezone":"","_EventStartDate":"","_EventEndDate":"","_EventStartDateUTC":"","_EventEndDateUTC":"","_EventShowMap":false,"_EventShowMapLink":false,"_EventURL":"","_EventCost":"","_EventCostDescription":"","_EventCurrencySymbol":"","_EventCurrencyCode":"","_EventCurrencyPosition":"","_EventDateTimeSeparator":"","_EventTimeRangeSeparator":"","_EventOrganizerID":[],"_EventVenueID":[],"_OrganizerEmail":"","_OrganizerPhone":"","_OrganizerWebsite":"","_VenueAddress":"","_VenueCity":"","_VenueCountry":"","_VenueProvince":"","_VenueState":"","_VenueZip":"","_VenuePhone":"","_VenueURL":"","_VenueStateProvince":"","_VenueLat":"","_VenueLng":"","_VenueShowMap":false,"_VenueShowMapLink":false,"_tribe_blocks_recurrence_rules":"","_tribe_blocks_recurrence_description":"","_tribe_blocks_recurrence_exclusions":"","footnotes":""},"class_list":["post-45","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/buurtinfoquartier.be\/nl\/wp-json\/wp\/v2\/pages\/45","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/buurtinfoquartier.be\/nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/buurtinfoquartier.be\/nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/buurtinfoquartier.be\/nl\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/buurtinfoquartier.be\/nl\/wp-json\/wp\/v2\/comments?post=45"}],"version-history":[{"count":3,"href":"https:\/\/buurtinfoquartier.be\/nl\/wp-json\/wp\/v2\/pages\/45\/revisions"}],"predecessor-version":[{"id":1050,"href":"https:\/\/buurtinfoquartier.be\/nl\/wp-json\/wp\/v2\/pages\/45\/revisions\/1050"}],"wp:attachment":[{"href":"https:\/\/buurtinfoquartier.be\/nl\/wp-json\/wp\/v2\/media?parent=45"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}