
        <script type="text/javascript">

            (function($){

                window.gwmpnObj = function( args ) {

                    this.formId = args.formId;
                    this.formElem = jQuery('form#gform_' + this.formId);
                    this.currentPage = args.currentPage;
                    this.lastPage = args.lastPage;
                    this.labels = args.labels;

                    this.init = function() {

                        // if this form is ajax-enabled, we'll need to get the current page via JS
                        if( this.isAjax() )
                            this.currentPage = this.getCurrentPage();

                        if( !this.isLastPage() && !this.isLastPageReached() )
                            return;

                        var gwmpn = this;
                        var steps = $('form#gform_' + this.formId + ' .gf_step');

                        steps.each(function(){

                            var stepNumber = parseInt( $(this).find('span.gf_step_number').text() );

                            if( stepNumber != gwmpn.currentPage ) {
                                $(this).html( gwmpn.createPageLink( stepNumber, $(this).html() ) )
                                    .addClass('gw-step-linked');
                            } else {
                                $(this).addClass('gw-step-current');
                            }

                        });

                        if( !this.isLastPage() )
                            this.addBackToLastPageButton();

                        $(document).on('click', '#gform_' + this.formId + ' a.gwmpn-page-link', function(event){
                            event.preventDefault();

                            var hrefArray = $(this).attr('href').split('#');
                            if( hrefArray.length >= 2 ) {
                                var pageNumber = hrefArray.pop();
                                gwmpn.postToPage( pageNumber );
                            }

                        });

                    }

                    this.createPageLink = function( stepNumber, HTML ) {
                        return '<a href="#' + stepNumber + '" class="gwmpn-page-link">' + HTML + '</a>';
                    }

                    this.postToPage = function(page) {
                        this.formElem.append('<input type="hidden" name="gw_page_change" value="1" />');
                        this.formElem.find('input[name="gform_target_page_number_' + this.formId + '"]').val(page);
                        this.formElem.submit();
                    }

                    this.addBackToLastPageButton = function() {
                        this.formElem.find('#gform_page_' + this.formId + '_' + this.currentPage + ' .gform_page_footer')
                            .append('<input type="button" onclick="gwmpn.postToPage(' + this.lastPage + ')" value="' + this.labels.lastPageButton + '" class="button gform_last_page_button">');
                    }

                    this.getCurrentPage = function() {
                        return this.formElem.find( 'input#gform_source_page_number_' + this.formId ).val();
                    }

                    this.isLastPage = function() {
                        return this.currentPage >= this.lastPage;
                    }

                    this.isLastPageReached = function() {
                        return this.formElem.find('input[name="gw_last_page_reached"]').val() == true;
                    }

                    this.isAjax = function() {
                        return this.formElem.attr('target') == 'gform_ajax_frame_' + this.formId;
                    }

                    this.init();

                }

            })(jQuery);

        </script>

        {"id":1492,"date":"2015-01-14T10:59:03","date_gmt":"2015-01-14T09:59:03","guid":{"rendered":"https:\/\/www.smartboxbelgie.be\/?page_id=1492"},"modified":"2015-01-15T09:30:12","modified_gmt":"2015-01-15T08:30:12","slug":"calculate-your-load-capacity","status":"publish","type":"page","link":"https:\/\/www.smartboxbelgie.be\/en\/calculate-your-load-capacity\/","title":{"rendered":"Calculate your load capacity"},"content":{"rendered":"<h2>You choose the most appropriate configuration.<\/h2>\n<p>For professional advice, select your closest Smart-Box dealer <a title=\"Dealers\" href=\"https:\/\/www.smartboxbelgie.be\/en\/dealers-en\/\">here<\/a>. View our full <a title=\"The configuration of a Smart-Box consists of\" href=\"https:\/\/www.smartboxbelgie.be\/en\/how-is-a-smart-box-built\/\">list of options<\/a>.<\/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 gform_legacy_markup_wrapper gform-theme--no-framework' data-form-theme='legacy' data-form-index='0' id='gform_wrapper_45' style='display:none'><div id='gf_45' class='gform_anchor' tabindex='-1'><\/div><form method='post' enctype='multipart\/form-data'  id='gform_45'  action='\/en\/wp-json\/wp\/v2\/pages\/1492#gf_45' data-formid='45' novalidate>\n                        <div class='gform-body gform_body'><div id='gform_page_45_1' class='gform_page ' data-js='page-field-id-0' >\n\t\t\t\t\t<div class='gform_page_fields'><ul id='gform_fields_45' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_45_15\" class=\"gfield gfield--type-radio gfield--type-choice level1 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' >Calculate your load capacity for<\/label><div class='ginput_container ginput_container_radio'><ul class='gfield_radio' id='input_45_15'>\n\t\t\t<li class='gchoice gchoice_45_15_0'>\n\t\t\t\t<input name='input_15' type='radio' value='Doors'  id='choice_45_15_0'    \/>\n\t\t\t\t<label for='choice_45_15_0' id='label_45_15_0' class='gform-field-label gform-field-label--type-inline'>Doors<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_45_15_1'>\n\t\t\t\t<input name='input_15' type='radio' value='DHVOCS'  id='choice_45_15_1'    \/>\n\t\t\t\t<label for='choice_45_15_1' id='label_45_15_1' class='gform-field-label gform-field-label--type-inline'>DHVOCS<\/label>\n\t\t\t<\/li>\n\t\t\t<li class='gchoice gchoice_45_15_2'>\n\t\t\t\t<input name='input_15' type='radio' value='DHLMA'  id='choice_45_15_2'    \/>\n\t\t\t\t<label for='choice_45_15_2' id='label_45_15_2' class='gform-field-label gform-field-label--type-inline'>DHLMA<\/label>\n\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_45_30\" class=\"gfield gfield--type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-344 alignleft\" alt=\"laadvermogen-deuren\" src=\"http:\/\/smartboxbelgie.be\/wp-content\/uploads\/2014\/04\/laadvermogen-deuren.jpg\" width=\"285\" height=\"199\" \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignleft size-full wp-image-347\" alt=\"laadvermogen-dhvocs\" src=\"http:\/\/smartboxbelgie.be\/wp-content\/uploads\/2014\/04\/laadvermogen-dhvocs.jpg\" width=\"285\" height=\"199\" \/>\n<img decoding=\"async\" class=\"alignleft size-full wp-image-341\" alt=\"dhlma\" src=\"http:\/\/smartboxbelgie.be\/wp-content\/uploads\/2014\/12\/dhlma1.jpg\"><\/li><li id=\"field_45_16\" class=\"gfield gfield--type-section gsection level2 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2 class=\"gsection_title\">Doors<\/h2><\/li><li id=\"field_45_13\" class=\"gfield gfield--type-product gfield--input-type-hiddenproduct hidden gform_hidden gfield_price gfield_price_45_13 gfield_product_45_13 gfield_hidden_product field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' for='input_45_13_1'>Productnaam<\/label><div class='ginput_container ginput_container_product_price_hidden'><input type='hidden' name='input_13.3' value='1' id='ginput_quantity_45_13' class='gform_hidden' \/><input type='hidden' name='input_13.1' value='Productnaam' class='gform_hidden' \/><input name='input_13.2' id='ginput_base_price_45_13' type='hidden' value='0,00 \u20ac' class='gform_hidden ginput_amount' \/><\/div><\/li><li id=\"field_45_14\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-checkbox gfield_price gfield_price_45_13 gfield_option_45_13 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >The options<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_45_14'><li class='gchoice gchoice_45_14_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.1' type='checkbox'  value='Roof spoiler|20'  id='choice_45_14_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_45_14_1' id='label_45_14_1' class='gform-field-label gform-field-label--type-inline'>Roof spoiler<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_45_14_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.2' type='checkbox'  value='Load lock rail|8'  id='choice_45_14_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_45_14_2' id='label_45_14_2' class='gform-field-label gform-field-label--type-inline'>Load lock rail<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_45_14_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.3' type='checkbox'  value='Rear step|25'  id='choice_45_14_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_45_14_3' id='label_45_14_3' class='gform-field-label gform-field-label--type-inline'>Rear step<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_45_14_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_14.4' type='checkbox'  value='Wooden slats|60'  id='choice_45_14_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_45_14_4' id='label_45_14_4' class='gform-field-label gform-field-label--type-inline'>Wooden slats<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_45_8\" class=\"gfield gfield--type-number gewicht field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_45_8'>Basisgewicht<\/label><div class='ginput_container ginput_container_number'><input name='input_8' id='input_45_8' type='number' step='any'   value='2100' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_45_7\" class=\"gfield gfield--type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><a href=\/en\/how-is-a-smart-box-built\/ target=\"_blank\">standard configuration<\/a><\/li><li id=\"field_45_2\" class=\"gfield gfield--type-number laadvermogen 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_45_2'>Your load capacity<\/label><div class='ginput_container ginput_container_number'><input name='input_2' id='input_45_2' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"    aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_45_17\" class=\"gfield gfield--type-section gsection level2 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2 class=\"gsection_title\">DHVOCS<\/h2><\/li><li id=\"field_45_18\" class=\"gfield gfield--type-product gfield--input-type-hiddenproduct hidden gform_hidden gfield_price gfield_price_45_18 gfield_product_45_18 gfield_hidden_product field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' for='input_45_18_1'>dhvocs<\/label><div class='ginput_container ginput_container_product_price_hidden'><input type='hidden' name='input_18.3' value='1' id='ginput_quantity_45_18' class='gform_hidden' \/><input type='hidden' name='input_18.1' value='dhvocs' class='gform_hidden' \/><input name='input_18.2' id='ginput_base_price_45_18' type='hidden' value='0,00 \u20ac' class='gform_hidden ginput_amount' \/><\/div><\/li><li id=\"field_45_19\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-checkbox gfield_price gfield_price_45_18 gfield_option_45_18 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >The options<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_45_19'><li class='gchoice gchoice_45_19_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_19.1' type='checkbox'  value='Roof spoiler|20'  id='choice_45_19_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_45_19_1' id='label_45_19_1' class='gform-field-label gform-field-label--type-inline'>Roof spoiler<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_45_19_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_19.2' type='checkbox'  value='Load lock rail|8'  id='choice_45_19_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_45_19_2' id='label_45_19_2' class='gform-field-label gform-field-label--type-inline'>Load lock rail<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_45_19_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_19.3' type='checkbox'  value='Side door|25'  id='choice_45_19_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_45_19_3' id='label_45_19_3' class='gform-field-label gform-field-label--type-inline'>Side door<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_45_19_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_19.4' type='checkbox'  value='Wooden slats|60'  id='choice_45_19_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_45_19_4' id='label_45_19_4' class='gform-field-label gform-field-label--type-inline'>Wooden slats<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_45_20\" class=\"gfield gfield--type-number gewicht field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_45_20'>Basisgewicht<\/label><div class='ginput_container ginput_container_number'><input name='input_20' id='input_45_20' type='number' step='any'   value='2250' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_45_21\" class=\"gfield gfield--type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><a href=\/en\/how-is-a-smart-box-built\/ target=\"_blank\">standard configuration<\/a><\/li><li id=\"field_45_22\" class=\"gfield gfield--type-number laadvermogen 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_45_22'>Your load capacity<\/label><div class='ginput_container ginput_container_number'><input name='input_22' id='input_45_22' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"    aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_45_24\" class=\"gfield gfield--type-section gsection level2 field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2 class=\"gsection_title\">DHLMA<\/h2><\/li><li id=\"field_45_25\" class=\"gfield gfield--type-product gfield--input-type-hiddenproduct hidden gform_hidden gfield_price gfield_price_45_25 gfield_product_45_25 gfield_hidden_product field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' for='input_45_25_1'>dhlma<\/label><div class='ginput_container ginput_container_product_price_hidden'><input type='hidden' name='input_25.3' value='1' id='ginput_quantity_45_25' class='gform_hidden' \/><input type='hidden' name='input_25.1' value='dhlma' class='gform_hidden' \/><input name='input_25.2' id='ginput_base_price_45_25' type='hidden' value='0,00 \u20ac' class='gform_hidden ginput_amount' \/><\/div><\/li><li id=\"field_45_26\" class=\"gfield gfield--type-option gfield--type-choice gfield--input-type-checkbox gfield_price gfield_price_45_25 gfield_option_45_25 gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >The options<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_45_26'><li class='gchoice gchoice_45_26_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_26.1' type='checkbox'  value='Roof spoiler|20'  id='choice_45_26_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_45_26_1' id='label_45_26_1' class='gform-field-label gform-field-label--type-inline'>Roof spoiler<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_45_26_2'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_26.2' type='checkbox'  value='Load lock rail|8'  id='choice_45_26_2'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_45_26_2' id='label_45_26_2' class='gform-field-label gform-field-label--type-inline'>Load lock rail<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_45_26_3'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_26.3' type='checkbox'  value='Side door|25'  id='choice_45_26_3'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_45_26_3' id='label_45_26_3' class='gform-field-label gform-field-label--type-inline'>Side door<\/label>\n\t\t\t\t\t\t\t<\/li><li class='gchoice gchoice_45_26_4'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_26.4' type='checkbox'  value='Wooden slats|60'  id='choice_45_26_4'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_45_26_4' id='label_45_26_4' class='gform-field-label gform-field-label--type-inline'>Wooden slats<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><li id=\"field_45_27\" class=\"gfield gfield--type-number gewicht field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_45_27'>Basisgewicht<\/label><div class='ginput_container ginput_container_number'><input name='input_27' id='input_45_27' type='number' step='any'   value='2290' class='medium'      aria-invalid=\"false\"  \/><\/div><\/li><li id=\"field_45_28\" class=\"gfield gfield--type-html gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><a href=\/en\/how-is-a-smart-box-built\/ target=\"_blank\">standard configuration<\/a><\/li><li id=\"field_45_29\" class=\"gfield gfield--type-number laadvermogen 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_45_29'>Your load capacity<\/label><div class='ginput_container ginput_container_number'><input name='input_29' id='input_45_29' type='text' step='any'   value='' class='large gform-text-input-reset'  readonly=\"readonly\"    aria-invalid=\"false\"  \/><\/div><\/li><\/ul>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                         <input type='button' id='gform_next_button_45_31' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Request your quote'  \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_45_2' class='gform_page' data-js='page-field-id-31' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <ul id='gform_fields_45_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><li id=\"field_45_23\" class=\"gfield gfield--type-section gsection field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><h2 class=\"gsection_title\">Your credentials<\/h2><\/li><li id=\"field_45_4\" class=\"gfield gfield--type-name gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_complex ginput_container ginput_container--name no_prefix has_first_name no_middle_name has_last_name no_suffix gf_name_has_2 ginput_container_name gform-grid-row' id='input_45_4'>\n                            <span id='input_45_4_3_container' class='name_first gform-grid-col' >\n                                                    <input type='text' name='input_4.3' id='input_45_4_3' value=''   aria-required='true'    \/>\n                                                    <label for='input_45_4_3' class='gform-field-label gform-field-label--type-sub '>First<\/label>\n                                               <\/span>\n                            <span id='input_45_4_6_container' class='name_last gform-grid-col' >\n                                                    <input type='text' name='input_4.6' id='input_45_4_6' value=''   aria-required='true'    \/>\n                                                    <label for='input_45_4_6' class='gform-field-label gform-field-label--type-sub '>Last<\/label>\n                                                <\/span>\n                            <div class='gf_clear gf_clear_complex'><\/div>\n                        <\/div><\/li><li id=\"field_45_5\" class=\"gfield gfield--type-email gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_45_5'>E-mail<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_5' id='input_45_5' type='email' value='' class='large'    aria-required=\"true\" aria-invalid=\"false\"  \/>\n                        <\/div><\/li><li id=\"field_45_6\" class=\"gfield gfield--type-select field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_45_6'>Brand<\/label><div class='ginput_container ginput_container_select'><select name='input_6' id='input_45_6' class='large gfield_select'     aria-invalid=\"false\" ><option value='Chooose a brand' selected='selected'>Chooose a brand<\/option><option value='Citro\u00ebn' >Citro\u00ebn<\/option><option value='Fiat Professional' >Fiat Professional<\/option><option value='Ford' >Ford<\/option><option value='Isuzu' >Isuzu<\/option><option value='Iveco' >Iveco<\/option><option value='Mercedes Benz' >Mercedes Benz<\/option><option value='Nissan' >Nissan<\/option><option value='Opel' >Opel<\/option><option value='Peugeot' >Peugeot<\/option><option value='Renault' >Renault<\/option><option value='Volkswagen' >Volkswagen<\/option><\/select><\/div><\/li><li id=\"field_45_32\" class=\"gfield gfield--type-checkbox gfield--type-choice gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label gfield_label_before_complex' >Privacy policy<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_checkbox'><ul class='gfield_checkbox' id='input_45_32'><li class='gchoice gchoice_45_32_1'>\n\t\t\t\t\t\t\t\t<input class='gfield-choice-input' name='input_32.1' type='checkbox'  value='I agree with the &lt;a href=&quot;https:\/\/www.smartboxbelgie.be\/en\/privacy-cookie-statement\/&quot; target=&quot;_blank&quot;&gt;privacy policy&lt;\/a&gt;.'  id='choice_45_32_1'   \/>\n\t\t\t\t\t\t\t\t<label for='choice_45_32_1' id='label_45_32_1' class='gform-field-label gform-field-label--type-inline'>I agree with the <a href=\"https:\/\/www.smartboxbelgie.be\/en\/privacy-cookie-statement\/\" target=\"_blank\">privacy policy<\/a>.<\/label>\n\t\t\t\t\t\t\t<\/li><\/ul><\/div><\/li><\/ul><\/div>\n        <div class='gform-page-footer gform_page_footer top_label'><input type='submit' id='gform_previous_button_45' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='Calculate your load capacity'  \/> <input type='submit' id='gform_submit_button_45' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='Submit'  \/> \n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_45' value='postback' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_45' id='gform_theme_45' value='legacy' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_45' id='gform_style_settings_45' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_45' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='45' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_45' value='WyJ7XCIxMy4xXCI6XCI5Y2M1NDNjNDQ5MGNkNjNhNGQwYmVhZDdkYTc1N2FkZlwiLFwiMTMuMlwiOlwiZjY5NzRmYmVhNWQ3NmI0ZjA3NjYzOGY1MzMxZmVkMDVcIixcIjE0LjFcIjpcImQxZDQxZDQ3ZmNlYjZmOThjN2UzZWJkZGFlZjE4MjA3XCIsXCIxNC4yXCI6XCIzNGVmMTgwNjU0YTk4NmEyMzE2ODhmZWJiNDVhMzkwNlwiLFwiMTQuM1wiOlwiZmI4NDk0NGI0MTE3MjgwNzc4MjI4YmMyZDVhNDMyOTNcIixcIjE0LjRcIjpcIjQ4ZGM2NGViMjdhMzM2MjM4NTBmNWY3YWY3NDQwMzg0XCIsXCIxOC4xXCI6XCIyZjdmNmY1ZTIxMTlhYWRiY2RiMmNmODBjZGZiZTVkYVwiLFwiMTguMlwiOlwiZjY5NzRmYmVhNWQ3NmI0ZjA3NjYzOGY1MzMxZmVkMDVcIixcIjE5LjFcIjpcImQxZDQxZDQ3ZmNlYjZmOThjN2UzZWJkZGFlZjE4MjA3XCIsXCIxOS4yXCI6XCIzNGVmMTgwNjU0YTk4NmEyMzE2ODhmZWJiNDVhMzkwNlwiLFwiMTkuM1wiOlwiOWI2ZGFhNDQ1NDAyOTc4ZmRlYjJlNDVjMzRhNmQ0NjJcIixcIjE5LjRcIjpcIjQ4ZGM2NGViMjdhMzM2MjM4NTBmNWY3YWY3NDQwMzg0XCIsXCIyNS4xXCI6XCIzYmY1ZWZiMDYyZDVhZjg5NTM4NzFjNDQ0YjQ3OGMzMlwiLFwiMjUuMlwiOlwiZjY5NzRmYmVhNWQ3NmI0ZjA3NjYzOGY1MzMxZmVkMDVcIixcIjI2LjFcIjpcImQxZDQxZDQ3ZmNlYjZmOThjN2UzZWJkZGFlZjE4MjA3XCIsXCIyNi4yXCI6XCIzNGVmMTgwNjU0YTk4NmEyMzE2ODhmZWJiNDVhMzkwNlwiLFwiMjYuM1wiOlwiOWI2ZGFhNDQ1NDAyOTc4ZmRlYjJlNDVjMzRhNmQ0NjJcIixcIjI2LjRcIjpcIjQ4ZGM2NGViMjdhMzM2MjM4NTBmNWY3YWY3NDQwMzg0XCJ9IiwiNjRkNzA2NDRiZDRjNmYyYTg4NDA3NDZlZDA5OGEyMmUiXQ==' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_45' id='gform_target_page_number_45' value='2' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_45' id='gform_source_page_number_45' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n             <\/div><\/div>\n                        <p style=\"display: none !important;\" class=\"akismet-fields-container\" data-prefix=\"ak_\"><label>&#916;<textarea name=\"ak_hp_textarea\" cols=\"45\" rows=\"8\" maxlength=\"100\"><\/textarea><\/label><input type=\"hidden\" id=\"ak_js_1\" name=\"ak_js\" value=\"49\"\/><script>document.getElementById( \"ak_js_1\" ).setAttribute( \"value\", ( new Date() ).getTime() );<\/script><\/p><\/form>\n                        <\/div><script type=\"text\/javascript\">\n\/* <![CDATA[ *\/\n gform.initializeOnLoaded( function() {gformInitSpinner( 45, 'https:\/\/www.smartboxbelgie.be\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery('#gform_ajax_frame_45').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_45');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_45').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_45').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_45').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_45').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_45').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_45').val();gformInitSpinner( 45, 'https:\/\/www.smartboxbelgie.be\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [45, current_page]);window['gf_submitting_45'] = 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_45').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_45').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [45]);window['gf_submitting_45'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_45').text());}else{jQuery('#gform_45').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"45\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_45\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_45\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_45\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 45, 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<div style=\"clear: both;\"><\/div>\n<p>*Load capacity based on a basic vehicle with an unladen weight of 1720 kg incl. driver and fuel<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You choose the most appropriate configuration. For professional advice, select your closest Smart-Box dealer here. View our full list of options. *Load capacity based on a basic vehicle with an unladen weight of 1720 kg incl. driver and fuel<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"tpl_fullwidth.php","meta":{"footnotes":""},"class_list":["post-1492","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Calculate your load capacity - Smartbox<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.smartboxbelgie.be\/en\/calculate-your-load-capacity\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Calculate your load capacity - Smartbox\" \/>\n<meta property=\"og:description\" content=\"You choose the most appropriate configuration. For professional advice, select your closest Smart-Box dealer here. View our full list of options. *Load capacity based on a basic vehicle with an unladen weight of 1720 kg incl. driver and fuel\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.smartboxbelgie.be\/en\/calculate-your-load-capacity\/\" \/>\n<meta property=\"og:site_name\" content=\"Smartbox\" \/>\n<meta property=\"article:modified_time\" content=\"2015-01-15T08:30:12+00:00\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.smartboxbelgie.be\/en\/calculate-your-load-capacity\/\",\"url\":\"https:\/\/www.smartboxbelgie.be\/en\/calculate-your-load-capacity\/\",\"name\":\"Calculate your load capacity - Smartbox\",\"isPartOf\":{\"@id\":\"https:\/\/www.smartboxbelgie.be\/#website\"},\"datePublished\":\"2015-01-14T09:59:03+00:00\",\"dateModified\":\"2015-01-15T08:30:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.smartboxbelgie.be\/en\/calculate-your-load-capacity\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.smartboxbelgie.be\/en\/calculate-your-load-capacity\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.smartboxbelgie.be\/en\/calculate-your-load-capacity\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.smartboxbelgie.be\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Calculate your load capacity\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.smartboxbelgie.be\/#website\",\"url\":\"https:\/\/www.smartboxbelgie.be\/\",\"name\":\"Smartbox\",\"description\":\"D&eacute; lichtste laadbak van Europa\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.smartboxbelgie.be\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Calculate your load capacity - Smartbox","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.smartboxbelgie.be\/en\/calculate-your-load-capacity\/","og_locale":"en_US","og_type":"article","og_title":"Calculate your load capacity - Smartbox","og_description":"You choose the most appropriate configuration. For professional advice, select your closest Smart-Box dealer here. View our full list of options. *Load capacity based on a basic vehicle with an unladen weight of 1720 kg incl. driver and fuel","og_url":"https:\/\/www.smartboxbelgie.be\/en\/calculate-your-load-capacity\/","og_site_name":"Smartbox","article_modified_time":"2015-01-15T08:30:12+00:00","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.smartboxbelgie.be\/en\/calculate-your-load-capacity\/","url":"https:\/\/www.smartboxbelgie.be\/en\/calculate-your-load-capacity\/","name":"Calculate your load capacity - Smartbox","isPartOf":{"@id":"https:\/\/www.smartboxbelgie.be\/#website"},"datePublished":"2015-01-14T09:59:03+00:00","dateModified":"2015-01-15T08:30:12+00:00","breadcrumb":{"@id":"https:\/\/www.smartboxbelgie.be\/en\/calculate-your-load-capacity\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.smartboxbelgie.be\/en\/calculate-your-load-capacity\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.smartboxbelgie.be\/en\/calculate-your-load-capacity\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.smartboxbelgie.be\/en\/"},{"@type":"ListItem","position":2,"name":"Calculate your load capacity"}]},{"@type":"WebSite","@id":"https:\/\/www.smartboxbelgie.be\/#website","url":"https:\/\/www.smartboxbelgie.be\/","name":"Smartbox","description":"D&eacute; lichtste laadbak van Europa","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.smartboxbelgie.be\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/pages\/1492","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/comments?post=1492"}],"version-history":[{"count":8,"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/pages\/1492\/revisions"}],"predecessor-version":[{"id":1591,"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/pages\/1492\/revisions\/1591"}],"wp:attachment":[{"href":"https:\/\/www.smartboxbelgie.be\/en\/wp-json\/wp\/v2\/media?parent=1492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}