{"id":1477,"date":"2023-03-30T15:17:29","date_gmt":"2023-03-30T13:17:29","guid":{"rendered":"https:\/\/www.bellmann.nl\/?page_id=1477"},"modified":"2024-02-15T21:28:27","modified_gmt":"2024-02-15T20:28:27","slug":"offerte","status":"publish","type":"page","link":"https:\/\/www.bellmann.nl\/nl-nl\/contact\/offerte\/","title":{"rendered":"Vraag een offerte aan"},"content":{"rendered":"\n<h1>\n        Benieuwd naar onze prijzen?    <\/h1>\n\t\t\t\t<h2>\n\t\t\t\t\tVraag een offerte aan                <\/h2>\n\t\t\t\t\t<p>Printplaten zijn van cruciaal belang voor de meeste elektronische apparaten, waaronder de automotive industrie. Wij zijn sterk in onze kennis en advisering over printplaten. Zo weet je zeker dat de printplaat werkt. <\/p>\n<p>Ons team van experts staat klaar om je te helpen bij het kiezen van de juiste printplaat voor jouw toepassing.<\/p>\n                <script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\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\/* ]]> *\/\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gravity-theme gform-theme--no-framework' data-form-theme='gravity-theme' data-form-index='0' id='gform_wrapper_2' style='display:none'>\n                        <div class='gform_heading'>\n                            <p class='gform_description'><\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data'  id='gform_2'  action='\/nl-nl\/wp-json\/wp\/v2\/pages\/1477' data-formid='2' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_fields_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_2_35\" 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_2_35'>Facebook<\/label><div class='ginput_container'><input name='input_35' id='input_2_35' type='text' value='' autocomplete='new-password'\/><\/div><div class='gfield_description' id='gfield_description_2_35'>This field is for validation purposes and should be left unchanged.<\/div><\/div><div id=\"field_2_32\" class=\"gfield gfield--type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><script>\n        let config = [\n            {input: '2_4', parent: '2_4', default: 'gfield--width-third', grow: 'gfield--width-full', on: 'Nee', operator: 'eq'},\n            {input: '2_31', parent: '2_31', default: 'gfield--width-third', grow: 'gfield--width-half', on: 1, operator: 'le'},\n            {input: '2_8', parent: '2_10', default: 'gfield--width-half', grow: 'gfield--width-full', on: 2, operator: 'le'},\n        ]\n\n        function evaluate() {\n            config.forEach((data) => {\n                const input = document.getElementById('input_' + data.input);\n                const parent = document.getElementById('field_' + data.parent);\n\n                validate(input.value, data.on, data.operator)\n                    ? parent.classList.replace(data.default, data.grow)\n                    : parent.classList.replace(data.grow, data.default)\n            })\n        }\n\n        function validate(left, right, operator) {\n            switch (operator) {\n                case 'eq': return left === right\n                case 'neq': return left !== right\n                case 'gt': return left > right\n                case 'ge': return left >= right\n                case 'lt': return left < right\n                case 'le': return left <= right\n            }\n        }\n\n        document.addEventListener(\"DOMContentLoaded\", () => {\n            evaluate()\n\n            config.forEach((data) => {\n                ['change', 'keyup'].forEach(event => {\n                    document.getElementById('input_' + data.input).addEventListener(event, () => {\n                        evaluate();\n                    })\n                })\n            })\n        })\n    <\/script><\/div><div id=\"field_2_15\" class=\"gfield gfield--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_2_15'>Naam<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_15' id='input_2_15' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_16\" class=\"gfield gfield--type-email 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_2_16'>E-mail<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_16' id='input_2_16' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/div><div id=\"field_2_30\" class=\"gfield gfield--type-text gfield--width-full number 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_2_30'>Aantal printplaten<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_30' id='input_2_30' type='text' value='' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_26\" class=\"gfield gfield--type-text gfield--width-half measurement 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_2_26'>Breedte<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_26' id='input_2_26' type='text' value='100' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_27\" class=\"gfield gfield--type-text gfield--width-half measurement 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_2_27'>Lengte<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_27' id='input_2_27' type='text' value='60' class='large'     aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_4\" class=\"gfield gfield--type-select gfield--width-third 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_2_4'>Paneel<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_4' id='input_2_4' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='Nee' selected='selected'>Nee<\/option><option value='Ja' >Ja<\/option><\/select><\/div><\/div><div id=\"field_2_28\" class=\"gfield gfield--type-text gfield--width-third measurement field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_28'>Paneel Breedte<\/label><div class='ginput_container ginput_container_text'><input name='input_28' id='input_2_28' type='text' value='100' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_29\" class=\"gfield gfield--type-text gfield--width-third measurement field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_29'>Paneel Lengte<\/label><div class='ginput_container ginput_container_text'><input name='input_29' id='input_2_29' type='text' value='60' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_31\" class=\"gfield gfield--type-text gfield--width-third 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_2_31'>Aantal in paneel<\/label><div class='ginput_container ginput_container_text'><input name='input_31' id='input_2_31' type='text' value='1' class='large'      aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_2_7\" class=\"gfield gfield--type-select 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_2_7'>X-out<\/label><div class='ginput_container ginput_container_select'><select name='input_7' id='input_2_7' class='large gfield_select'     aria-invalid=\"false\" ><option value='Met x-out' selected='selected'>Met x-out<\/option><option value='Zonder x-out' >Zonder x-out<\/option><\/select><\/div><\/div><div id=\"field_2_23\" class=\"gfield gfield--type-number gfield--width-third gfield_calculation field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_2_23'>Aantal panelen<\/label><div class='ginput_container ginput_container_number'><input name='input_23' id='input_2_23' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"    aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_2_8\" class=\"gfield gfield--type-select gfield--width-third 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_2_8'>Lagen<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_8' id='input_2_8' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='1' >1<\/option><option value='2' selected='selected'>2<\/option><option value='4' >4<\/option><option value='6' >6<\/option><option value='8' >8<\/option><option value='10' >10<\/option><option value='12' >12<\/option><option value='16' >16<\/option><\/select><\/div><\/div><div id=\"field_2_9\" class=\"gfield gfield--type-select gfield--width-third 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_2_9'>Materiaal<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_9' id='input_2_9' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='Aluminium' >Aluminium<\/option><option value='FR4' selected='selected'>FR4<\/option><option value='Flex' >Flex<\/option><option value='Rogers' >Rogers<\/option><option value='Rigid Flex' >Rigid Flex<\/option><option value='CEM1' >CEM1<\/option><option value='CEM3' >CEM3<\/option><\/select><\/div><\/div><div id=\"field_2_17\" class=\"gfield gfield--type-select gfield--width-third 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_2_17'>Dikte<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_17' id='input_2_17' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='0.5 mm' >0.5 mm<\/option><option value='0.8 mm' >0.8 mm<\/option><option value='1.0 mm' >1.0 mm<\/option><option value='1.2 mm' >1.2 mm<\/option><option value='1.6 mm' selected='selected'>1.6 mm<\/option><option value='2.0 mm' >2.0 mm<\/option><option value='2.4 mm' >2.4 mm<\/option><option value='3.0 mm' >3.0 mm<\/option><option value='3.2 mm' >3.2 mm<\/option><option value='Afwijkend' >Afwijkend<\/option><\/select><\/div><\/div><div id=\"field_2_10\" class=\"gfield gfield--type-select 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_2_10'>Koperdikte buitenlagen<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_10' id='input_2_10' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='18 mu' >18 mu<\/option><option value='35 mu' selected='selected'>35 mu<\/option><option value='55 mu' >55 mu<\/option><option value='70 mu' >70 mu<\/option><option value='105 mu' >105 mu<\/option><option value='210 mu' >210 mu<\/option><\/select><\/div><\/div><div id=\"field_2_33\" class=\"gfield gfield--type-select 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_2_33'>Koperdikte binnenlagen<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_33' id='input_2_33' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='18 mu' >18 mu<\/option><option value='35 mu' selected='selected'>35 mu<\/option><option value='55 mu' >55 mu<\/option><option value='70 mu' >70 mu<\/option><option value='105 mu' >105 mu<\/option><option value='210 mu' >210 mu<\/option><\/select><\/div><\/div><div id=\"field_2_11\" class=\"gfield gfield--type-select gfield--width-third 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_2_11'>Soldeermasker<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_11' id='input_2_11' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='Groen' selected='selected'>Groen<\/option><option value='Wit' >Wit<\/option><option value='Zwart' >Zwart<\/option><option value='Rood' >Rood<\/option><option value='Blauw' >Blauw<\/option><option value='Mat Zwart' >Mat Zwart<\/option><option value='Geen' >Geen<\/option><\/select><\/div><\/div><div id=\"field_2_12\" class=\"gfield gfield--type-select gfield--width-third 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_2_12'>Silkscreen<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_12' id='input_2_12' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='Wit' selected='selected'>Wit<\/option><option value='Zwart' >Zwart<\/option><option value='Geel' >Geel<\/option><option value='Geen' >Geen<\/option><\/select><\/div><\/div><div id=\"field_2_13\" class=\"gfield gfield--type-select gfield--width-third 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_2_13'>Finish<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_text\">(Required)<\/span><\/span><\/label><div class='ginput_container ginput_container_select'><select name='input_13' id='input_2_13' class='large gfield_select'    aria-required=\"true\" aria-invalid=\"false\" ><option value='ENIG' >ENIG<\/option><option value='ENEPIG' >ENEPIG<\/option><option value='LF-HAL' selected='selected'>LF-HAL<\/option><option value='Chemical Silver' >Chemical Silver<\/option><option value='OSP' >OSP<\/option><option value='Geen' >Geen<\/option><\/select><\/div><\/div><div id=\"field_2_14\" class=\"gfield gfield--type-textarea 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_2_14'>Opmerkingen<\/label><div class='ginput_container ginput_container_textarea'><textarea name='input_14' id='input_2_14' class='textarea small'      aria-invalid=\"false\"   rows='10' cols='50'><\/textarea><\/div><\/div><div id=\"field_2_34\" class=\"gfield gfield--type-fileupload 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_2_34'>Gerber file<\/label><div class='ginput_container ginput_container_fileupload'><input type='hidden' name='MAX_FILE_SIZE' value='10485760' \/><input name='input_34' id='input_2_34' type='file' class='large' aria-describedby=\"gfield_upload_rules_2_34\" onchange='javascript:gformValidateFileSize( this, 10485760 );'  \/><span class='gfield_description gform_fileupload_rules' id='gfield_upload_rules_2_34'>Accepted file types: zip, tgz, tar, gz, Max. file size: 10 MB.<\/span><div class='gfield_description validation_message gfield_validation_message validation_message--hidden-on-empty' id='live_validation_message_2_34'><\/div> <\/div><\/div><\/div><\/div>\n        <div class='gform-footer gform_footer top_label'> <input type='submit' id='gform_submit_button_2' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Verstuur je aanvraag'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_2' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_2' id='gform_theme_2' value='gravity-theme' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_2' id='gform_style_settings_2' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_2' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='2' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_currency' data-currency='EUR' value='JV7+XSHDSoLNDBRF\/yYSC6z6elx3BShXs1DcG0oeYe9+845yfjejxsUzqcHJXP0vFMo76\/HSm2389EXhMrj2oJiiru61rbGk9s1DGw+XO281ii4=' \/>\n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_2' value='WyJ7XCI0XCI6W1wiMzQzNDNhYTg3NDFhOWJjNTEzZTQ3NDhhZmVkYjQwNjRcIixcIjQ4MmM2MjE2YzRiYTkzMDNjYWM4OTI2M2IzZjE1ZmQ2XCJdLFwiN1wiOltcIjg1YTM3MjUyN2JmYWQ3YTYwN2RiNjA1N2RiN2FjMzJmXCIsXCJkZDM5NmM1NmUzMjgzNmZjZjBlZGYzZGU3Y2Q2MDU1N1wiXSxcIjhcIjpbXCJkOWI2Nzk3MGU5NzViNzQ5NjQzOGIyYWVlM2MyMTQzNVwiLFwiODEwNTQ4NWExOWZmMDAyYzFiOTQzNjMzM2NhZTZhOWJcIixcImMxN2JmNjk1ODQ0N2M1NTZiNjc5NzIxYmNhNjA4NWJiXCIsXCIxYWJlMDBjMzRmZGY1NWFmOTk0MmY0NDdlN2IyOWI5MVwiLFwiMjRmNDNiYTI2NTBmZDQ5NmNiMjc3NWEyM2U2OGJhOTZcIixcImM5YWY1YzgxYmZlZjgxOGU3OTFiNTE0MjA0MDM1MWZlXCIsXCJmZjcyNGY0ZGQ0OTQ0OTE4M2Y5N2FiODJjNmYzNzFiYlwiLFwiNzA3NDU2YzAyNTk2ZmUyMjQ4MGFhMzA4ODNmNDY2NWFcIl0sXCI5XCI6W1wiMTI5MTU1NDI5MWJkZWI4ODBlNzAxNjJmZWFjMDRmZTlcIixcIjYxMWIyNTkyMmIxNGE1OGIyNzgzYTU0MWU5YmJhMTA2XCIsXCI2MjgyNGU2OWFlM2YwYWRjNzFhNzk4ZmMyZDNjZDYzM1wiLFwiYmUwOWUyYzNiODc3ZDVlNDVjMThlY2I4MDhiNjQ0YTJcIixcIjUyYTFmOTg5ODFiNjc0MGU5MzczMjZkNDZjYjE2NGFkXCIsXCI3MjhhY2VjNjg5NGI0Y2U1MDY3NTU3M2E5MDMxMWE3NlwiLFwiOWJiZTQ1YmZlZjFkMjQwZDM1MDA3YzQ1MGYyN2JmMGRcIl0sXCIxN1wiOltcIjFjZWFjMGFjOWJmMTI4NTQzOTEyYjViZWNiOTdkMDNmXCIsXCIxNjcwZmI5NzMwNWNiYWMxZTU2YjU2ZmZkNWJlYmFiZFwiLFwiMzhkNzA3MDE5MDc0MmJiNWIyYTk1ZmNkY2RlMjhlZmVcIixcImUyZDlhNGI3NTdkZDNlODUzYWI5ZWM2ZmJhMmY4NDRkXCIsXCI5OWEyODU0YzhiZGZjMzI4NDkyYzgyZjgwNzU1OWNiYlwiLFwiZDk2MTkzYTZjMjI3YWY3ZjA2YWQxMmYyYWJkMzhhNzFcIixcIjhlOGI1NTVjMjQyOTcyNjg5ZjRjMmI2Y2RiODg0ZWQ2XCIsXCJiNWY0NGU4YTE4N2QzNmI3Mzk5Y2M4M2QzZTJkZTUxY1wiLFwiNjA5MGNmYmI5YjUzYjA0MzkzNTUwZDRiMzc0MmU2ZjhcIixcIjdiN2Q3NjQ2MTljYjA2YjU2NzVmOWI2MjRiN2MyNTkwXCJdLFwiMTBcIjpbXCIxY2M5NmMxNWE2M2Y3OTNmZDhlMDBmZTcwZjc2NTE4M1wiLFwiMzhhZDNmNTZmZWU4ZDdlOTdkNmIxNDY3OTBiNGY1MGJcIixcImZjNGE3ZDlmMjI3Y2UyYzgyNDVjODE3MjM0YmJhNTUzXCIsXCI0ZWMyNGVjNzJjNWE3MzEyNWQ3NGQwMTc5YzEyY2Y4ZFwiLFwiZjI3MDgyNTIxOTU2ZmRkMDZjMDkyZDUxZGVlMWVjOWVcIixcIjFkZDQ1MDI1NWE3Y2JlMzE5YjhlOTE5N2RiNTgwMjBmXCJdLFwiMzNcIjpbXCIxY2M5NmMxNWE2M2Y3OTNmZDhlMDBmZTcwZjc2NTE4M1wiLFwiMzhhZDNmNTZmZWU4ZDdlOTdkNmIxNDY3OTBiNGY1MGJcIixcImZjNGE3ZDlmMjI3Y2UyYzgyNDVjODE3MjM0YmJhNTUzXCIsXCI0ZWMyNGVjNzJjNWE3MzEyNWQ3NGQwMTc5YzEyY2Y4ZFwiLFwiZjI3MDgyNTIxOTU2ZmRkMDZjMDkyZDUxZGVlMWVjOWVcIixcIjFkZDQ1MDI1NWE3Y2JlMzE5YjhlOTE5N2RiNTgwMjBmXCJdLFwiMTFcIjpbXCJhYzRmMTQ2MzU4ODk3Y2I3ZmQ3NjkwMDE0YTlmZTUxZVwiLFwiZThlODlmYzRjZTE5NjI3ZWZiNjY4YzdjNmQyODg0ZWZcIixcIjhjY2FmYzc5NWYyNjRkYjcyMzU4MjFmOTYxMmZiZDE2XCIsXCJmM2ZkMTdkMTllZGNhN2NiZWI2MTZkYjlhOTU2NDU3OFwiLFwiMTZlZTM1NDVjMmQxNDE2NmRhZDFkYmJlZmMxOGIzM2VcIixcIjhhODNmYWY2ZmEyZGQ4MzQzNTI0Yjc1ZTJhYTdiZGE1XCIsXCIzZjE1MWE0YjQ2YzM0NDdhMGEyODA0YWU4YzRmZWJkOVwiXSxcIjEyXCI6W1wiZThlODlmYzRjZTE5NjI3ZWZiNjY4YzdjNmQyODg0ZWZcIixcIjhjY2FmYzc5NWYyNjRkYjcyMzU4MjFmOTYxMmZiZDE2XCIsXCIxMjRlZjI3OTM4N2Q3NzE1NTJmOWMyZTdlMDNlMTNjZFwiLFwiM2YxNTFhNGI0NmMzNDQ3YTBhMjgwNGFlOGM0ZmViZDlcIl0sXCIxM1wiOltcImMzMTgzOTUzZGZlYmM0MjIwNTgyNmQ1ODQzMWM4YzIxXCIsXCI5ZTJjZjQ0ZDkwYWRkZDg0YTU1NDllNGE0Y2FiN2Q5NVwiLFwiZTI3MDVhMmNjYWQ0NmQ5ODE1ODMxMzhlZjhlMzNhZTVcIixcImUwOGQ0ODdkMmRjNmJmMDZlM2RmNWU3ZjllNTIyZTNmXCIsXCJiYjIzMzhiMzA3NGQyZGFiYzhkODhmMjUwYWVkNGI5ZFwiLFwiM2YxNTFhNGI0NmMzNDQ3YTBhMjgwNGFlOGM0ZmViZDlcIl19IiwiZDlhMjFhNjgzMTk4Y2NkYmRhYjVhOWM4ZjI1YjQwZDkiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_2' id='gform_target_page_number_2' value='0' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_2' id='gform_source_page_number_2' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n                        <\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 2, 'https:\/\/www.bellmann.nl\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_2').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_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').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_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').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_2').val();gformInitSpinner( 2, 'https:\/\/www.bellmann.nl\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = 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_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_2').text());}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"2\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_2\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_2\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_2\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 2, 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\/* ]]> *\/\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Benieuwd naar onze prijzen? Vraag een offerte aan Printplaten zijn van cruciaal belang voor de meeste elektronische apparaten, waaronder de automotive industrie. Wij zijn sterk in onze kennis en advisering over printplaten. Zo weet je zeker dat de printplaat werkt. Ons team van experts staat klaar om je te helpen bij het kiezen van de&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":806,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1477","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Vraag een offerte aan - Bellmann<\/title>\n<meta name=\"description\" content=\"Benieuwd naar onze prijzen? Ons team van experts staat klaar om je te helpen bij het kiezen van de juiste printplaat voor jouw toepassing.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.bellmann.nl\/nl-nl\/contact\/offerte\/\" \/>\n<meta property=\"og:locale\" content=\"nl_NL\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Vraag een offerte aan - Bellmann\" \/>\n<meta property=\"og:description\" content=\"Benieuwd naar onze prijzen? Ons team van experts staat klaar om je te helpen bij het kiezen van de juiste printplaat voor jouw toepassing.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.bellmann.nl\/nl-nl\/contact\/offerte\/\" \/>\n<meta property=\"og:site_name\" content=\"Bellmann\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-15T20:28:27+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:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/contact\\\/offerte\\\/\",\"url\":\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/contact\\\/offerte\\\/\",\"name\":\"Vraag een offerte aan - Bellmann\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/#website\"},\"datePublished\":\"2023-03-30T13:17:29+00:00\",\"dateModified\":\"2024-02-15T20:28:27+00:00\",\"description\":\"Benieuwd naar onze prijzen? Ons team van experts staat klaar om je te helpen bij het kiezen van de juiste printplaat voor jouw toepassing.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/contact\\\/offerte\\\/#breadcrumb\"},\"inLanguage\":\"nl\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/contact\\\/offerte\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/contact\\\/offerte\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact\",\"item\":\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/contact\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Vraag een offerte aan\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/#website\",\"url\":\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/\",\"name\":\"Bellmann\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nl\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/#organization\",\"name\":\"Bellmann BV\",\"url\":\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nl\",\"@id\":\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.bellmann.nl\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/logo-3.svg\",\"contentUrl\":\"https:\\\/\\\/www.bellmann.nl\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/logo-3.svg\",\"caption\":\"Bellmann BV\"},\"image\":{\"@id\":\"https:\\\/\\\/www.bellmann.nl\\\/nl-nl\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Vraag een offerte aan - Bellmann","description":"Benieuwd naar onze prijzen? Ons team van experts staat klaar om je te helpen bij het kiezen van de juiste printplaat voor jouw toepassing.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.bellmann.nl\/nl-nl\/contact\/offerte\/","og_locale":"nl_NL","og_type":"article","og_title":"Vraag een offerte aan - Bellmann","og_description":"Benieuwd naar onze prijzen? Ons team van experts staat klaar om je te helpen bij het kiezen van de juiste printplaat voor jouw toepassing.","og_url":"https:\/\/www.bellmann.nl\/nl-nl\/contact\/offerte\/","og_site_name":"Bellmann","article_modified_time":"2024-02-15T20:28:27+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.bellmann.nl\/nl-nl\/contact\/offerte\/","url":"https:\/\/www.bellmann.nl\/nl-nl\/contact\/offerte\/","name":"Vraag een offerte aan - Bellmann","isPartOf":{"@id":"https:\/\/www.bellmann.nl\/nl-nl\/#website"},"datePublished":"2023-03-30T13:17:29+00:00","dateModified":"2024-02-15T20:28:27+00:00","description":"Benieuwd naar onze prijzen? Ons team van experts staat klaar om je te helpen bij het kiezen van de juiste printplaat voor jouw toepassing.","breadcrumb":{"@id":"https:\/\/www.bellmann.nl\/nl-nl\/contact\/offerte\/#breadcrumb"},"inLanguage":"nl","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.bellmann.nl\/nl-nl\/contact\/offerte\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.bellmann.nl\/nl-nl\/contact\/offerte\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.bellmann.nl\/nl-nl\/"},{"@type":"ListItem","position":2,"name":"Contact","item":"https:\/\/www.bellmann.nl\/nl-nl\/contact\/"},{"@type":"ListItem","position":3,"name":"Vraag een offerte aan"}]},{"@type":"WebSite","@id":"https:\/\/www.bellmann.nl\/nl-nl\/#website","url":"https:\/\/www.bellmann.nl\/nl-nl\/","name":"Bellmann","description":"","publisher":{"@id":"https:\/\/www.bellmann.nl\/nl-nl\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.bellmann.nl\/nl-nl\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nl"},{"@type":"Organization","@id":"https:\/\/www.bellmann.nl\/nl-nl\/#organization","name":"Bellmann BV","url":"https:\/\/www.bellmann.nl\/nl-nl\/","logo":{"@type":"ImageObject","inLanguage":"nl","@id":"https:\/\/www.bellmann.nl\/nl-nl\/#\/schema\/logo\/image\/","url":"https:\/\/www.bellmann.nl\/wp-content\/uploads\/2023\/02\/logo-3.svg","contentUrl":"https:\/\/www.bellmann.nl\/wp-content\/uploads\/2023\/02\/logo-3.svg","caption":"Bellmann BV"},"image":{"@id":"https:\/\/www.bellmann.nl\/nl-nl\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.bellmann.nl\/nl-nl\/wp-json\/wp\/v2\/pages\/1477","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bellmann.nl\/nl-nl\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bellmann.nl\/nl-nl\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bellmann.nl\/nl-nl\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bellmann.nl\/nl-nl\/wp-json\/wp\/v2\/comments?post=1477"}],"version-history":[{"count":10,"href":"https:\/\/www.bellmann.nl\/nl-nl\/wp-json\/wp\/v2\/pages\/1477\/revisions"}],"predecessor-version":[{"id":2107,"href":"https:\/\/www.bellmann.nl\/nl-nl\/wp-json\/wp\/v2\/pages\/1477\/revisions\/2107"}],"up":[{"embeddable":true,"href":"https:\/\/www.bellmann.nl\/nl-nl\/wp-json\/wp\/v2\/pages\/806"}],"wp:attachment":[{"href":"https:\/\/www.bellmann.nl\/nl-nl\/wp-json\/wp\/v2\/media?parent=1477"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}