{"id":26,"date":"2017-03-02T10:02:20","date_gmt":"2017-03-02T09:02:20","guid":{"rendered":"http:\/\/nstbv.nl\/?page_id=26"},"modified":"2024-07-23T14:25:25","modified_gmt":"2024-07-23T12:25:25","slug":"contact","status":"publish","type":"page","link":"https:\/\/nstbv.nl\/de\/contact\/","title":{"rendered":"Contact"},"content":{"rendered":"<div id=\"pl-26\"><div class=\"panel-grid\" id=\"pg-26-0\" ><div class=\"panel-grid-cell\" id=\"pgc-26-0-0\" ><div class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" id=\"panel-26-0-0-0\" data-index=\"0\"><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n\t<p>Neho Speciaal Techniek B.V.<br \/>\nGoudstraat 12<br \/>\n2872 ZS Schoonhoven<br \/>\n<a href=\"tel:0182387522\">T. 0182 - 38 75 22<br \/>\n<\/a><a href=\"tel:0182387711\">F. 0182 - 38 77 11<br \/>\n<\/a><a href=\"mailto:info@nstbv.nl\">E. info@nstbv.nl<\/a><\/p>\n<p>KvK-nummer 29039342<br \/>\nBTW nr. NL0031.24.411.B01<\/p>\n<p>Openingstijden: ma t\/m vr 8:00-17:00<\/p>\n<\/div>\n<\/div><\/div><\/div><div class=\"panel-grid-cell\" id=\"pgc-26-0-1\" ><div class=\"so-panel widget widget_form_maker_widget form_maker_widget panel-first-child panel-last-child\" id=\"panel-26-0-1-0\" data-index=\"1\">    <script type=\"text\/javascript\">\n\t\tplugin_url = \"https:\/\/nstbv.nl\/wp-content\/plugins\/form-maker\";\n\t\tWDF_GRADING_TEXT ='Ihr Ergebnis sollte kleiner sein als '; \n\t\tFormCurrency_12 = '$';  \n\t\tFormPaypalTax_12 = '0';  \n\n\t\tvar check_submit12 = 0; \n \n\t\tvar check_before_submit12 = {};\n\t\tvar required_fields12 = [\"1\",\"2\",\"3\"];\n\t\tvar labels_and_ids12 = {\"1\":\"type_text\",\"2\":\"type_submitter_mail\",\"3\":\"type_textarea\",\"4\":\"type_recaptcha\",\"5\":\"type_submit_reset\"};\n\t\tvar check_regExp_all12 = [];\n\t\tvar check_paypal_price_min_max12 = [];\n\t\tvar file_upload_check12 = [];\n\t\tvar spinner_check12 = [];\n\t\t\n\t\tfunction wd_spinner_check(form_id, spinner_check_field){\n\t\t\tvar x = jQuery(\"#form\" + form_id);\n\t\t\tvar find_wrong_values = false;\n\t\t\tvar spinner_check = spinner_check_field ? spinner_check_field : window['spinner_check'+form_id];\n\t\t\tjQuery.each( spinner_check, function( wdid, spinner_values ) {\n\t\t\t\tvar element = \"#wdform_\" + wdid + \"_element\" + form_id;\n\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).length != 0 && x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).css(\"display\") != \"none\") {\t\t\n\t\t\t\t\t if(parseInt(jQuery(element).val()) < parseInt(spinner_values[0]) || parseInt(jQuery(element).val()) > parseInt(spinner_values[1]))\n\t\t\t\t\t{\n\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_price_\"+wdid).remove();\n\t\t\t\t\t\tx.find(jQuery(\"div[wdid='\"+wdid+\"'] .wdform-element-section\")).append(\"<div  id='wd_price_\"+wdid+\"' class='fm-not-filled'>\" + \"Value must be between \" + (spinner_values[0] ? spinner_values[0] : 0) + '-' + (spinner_values[1] ? spinner_values[1] : \"any\") + \"<\/div>\");\n\t\t\t\t\t\tjQuery(\"#form\"+form_id+ \" div[wdid='\"+wdid+\"'] .wdform-label-section:first .wdform-label\").addClass(\"error_label_price\");\n\t\t\t\t\t\tfind_wrong_values = true;\n\t\t\t\t\t\t\n\t\t\t\t\t\tif(!spinner_check_field){\t\n\t\t\t\t\t\t\tscroll_on_element(form_id);\n\t\t\t\t\t\t}\n\t\t\t\t\t} \n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t});\n\t\t\tif(find_wrong_values === false)\n\t\t\t\treturn true;\n\t\t\t\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\t\n\t\t\n\t\tfunction wd_file_upload_check(form_id, upload_check_field){\n\t\t\tvar x = jQuery(\"#form\" + form_id);\n\t\t\tvar find_wrong_type_upload = false;\n\t\t\tvar upload_check = upload_check_field ? upload_check_field : window['file_upload_check'+form_id];\n\t\t\tjQuery.each( upload_check, function( wdid, upload_types ) {\n\t\t\t\tvar element = \"#wdform_\" + wdid + \"_element\" + form_id;\n\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).length != 0 && x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).css(\"display\") != \"none\") {\n\t\t\t\t\text_available=getfileextension(jQuery(element).val(), upload_types);\n\t\t\t\t\tif(!ext_available)\n\t\t\t\t\t{\n\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_upload_type_\"+wdid).remove();\n\t\t\t\t\t\tx.find(jQuery(\"div[wdid='\"+wdid+\"'] .wdform-element-section\")).append(\"<div id='wd_upload_type_\"+wdid+\"' class='fm-not-filled'>Can not upload this type of file<\/div>\");\n\t\t\t\t\t\tjQuery(\"#form\"+form_id+ \" div[wdid='\"+wdid+\"'] .wdform-label-section:first .wdform-label\").addClass(\"error_label_upload\");\n\t\t\t\t\t\tfind_wrong_type_upload = true;\n\t\t\t\t\t}\n\t\t\t\t\telse{\n\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_upload_type_\"+wdid).remove();\n\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label_upload\").removeClass(\"error_label_upload\")\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t});\n\t\t\tif(!upload_check_field && find_wrong_type_upload === true){\n\t\t\t\tscroll_on_element(form_id);\n\t\t\t}\n\t\t\t\n\t\t\tif(find_wrong_type_upload === false)\n\t\t\t\treturn true;\n\t\t\t\n\t\t\treturn false;\n\t\t}\n\t\t\n\t\tfunction wd_is_filled(form_id, field_id){\n\t\t\tvar x = jQuery(\"#form\" + form_id);\n\t\t\tvar req_fields = field_id ? field_id.split() : window['required_fields'+form_id];\n\t\t\tvar not_filled = {};\n\t\t\tjQuery(req_fields).each(function(index, wdid){\n\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).length != 0 && x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).css(\"display\") != \"none\" ) {\t\n\t\t\t\t\tswitch(window['labels_and_ids'+form_id][wdid]){\n\t\t\t\t\t\tcase 'type_text':\n\t\t\t\t\t\tcase 'type_textarea':  \n\t\t\t\t\t\tcase 'type_paypal_price_new':\n\t\t\t\t\t\tcase 'type_spinner':\n\t\t\t\t\t\tcase 'type_number':\n\t\t\t\t\t\tcase 'type_submitter_mail':\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tvar element = \"#wdform_\" + wdid + \"_element\" + form_id;\n\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\tif(jQuery(element).val() == jQuery(element).attr('title') || jQuery(element).val() == \"\"){\n\t\t\t\t\t\t\t\t\tnot_filled[wdid] = element;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif(!field_id && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\tjQuery(element).focus(function() {\n\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t}).blur(function() {\n\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcase 'type_own_select':\n\t\t\t\t\t\tcase 'type_country':\n\t\t\t\t\t\tcase 'type_paypal_select':\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tvar element = \"#wdform_\" + wdid + \"_element\" + form_id;\n\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\"){\n\t\t\t\t\t\t\t\tif(jQuery(element).val() == \"\"){\n\t\t\t\t\t\t\t\t\tnot_filled[wdid] = element;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif(!field_id && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\tjQuery(element).focus(function() {\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t}).blur(function() {\n\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t}).change(function() {\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcase 'type_phone': {\n\t\t\t\t\t\t\tvar element = [\"#wdform_\" + wdid + \"_element_first\" + form_id, \"#wdform_\" + wdid + \"_element_last\" + form_id];\n\t\t\t\t\t\t\tjQuery(element).each(function(ind,elem){\n\t\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\t\tif(jQuery(elem).val() == \"\" || jQuery(elem).val() == jQuery(elem).attr('title')){\n\t\t\t\t\t\t\t\t\t\tnot_filled[wdid] = elem;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\t\tjQuery(elem).focus(function() {\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t}).blur(function() {\n\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcase 'type_name': {\n\t\t\t\t\t\t\tvar element = [\"#wdform_\" + wdid + \"_element_title\" + form_id, \"#wdform_\" + wdid + \"_element_first\" + form_id, \"#wdform_\" + wdid + \"_element_last\" + form_id, \"#wdform_\" + wdid + \"_element_middle\" + form_id];\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tjQuery(element).each(function(ind,elem){\n\t\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\t\tif((jQuery(elem).val() == \"\" || jQuery(elem).val() == jQuery(elem).attr('title')) && typeof jQuery(elem).val() != \"undefined\"){\n\t\t\t\t\t\t\t\t\t\tnot_filled[wdid] = elem;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\t\tjQuery(elem).focus(function() {\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t}).blur(function() {\n\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_address': {\n\t\t\t\t\t\t\tvar element = [\"#wdform_\" + wdid + \"_street1\" + form_id, \"#wdform_\" + wdid + \"_street2\" + form_id, \"#wdform_\" + wdid + \"_city\" + form_id, \"#wdform_\" + wdid + \"_state\" + form_id, \"#wdform_\" + wdid + \"_postal\" + form_id, \"#wdform_\" + wdid + \"_country\" + form_id];\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tjQuery(element).each(function(ind,elem){\n\t\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\t\tif(jQuery(elem).val() == \"\" && typeof jQuery(elem).val() != \"undefined\"){\n\t\t\t\t\t\t\t\t\t\tnot_filled[wdid] = elem;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\t\tjQuery(elem).focus(function() {\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t}).blur(function() {\n\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\tbreak;\t\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcase 'type_checkbox': \n\t\t\t\t\t\tcase 'type_radio': \n\t\t\t\t\t\tcase 'type_scale_rating': \n\t\t\t\t\t\tcase 'type_paypal_checkbox': \n\t\t\t\t\t\tcase 'type_paypal_radio': \n\t\t\t\t\t\tcase 'type_paypal_shipping': {\n\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\"){\n\t\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+ wdid +\"'] input:checked\")).length == 0 || jQuery(\"#wdform_\"+ wdid +\"_other_input\" + form_id).val() == \"\"){\n\t\t\t\t\t\t\t\t\tnot_filled[wdid] = true;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\tjQuery.each(jQuery(\"#form\" + form_id + \" div[wdid='\"+ wdid +\"'] input\"), function( i, val ){\n\t\t\t\t\t\t\t\t\tjQuery(this).change(function() {\n\t\t\t\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+ wdid +\"'] input:checked\")).length == 0 || jQuery(\"#wdform_\"+ wdid +\"_other_input\" + form_id).val() == \"\"){\n\t\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\telse{\n\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tbreak;\n\t\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcase 'type_star_rating': {\n\t\t\t\t\t\t\tvar element = \"#wdform_\" + wdid + \"_selected_star_amount\" + form_id;\n\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\tif(jQuery(element).val() == \"\"){\n\t\t\t\t\t\t\t\t\tnot_filled[wdid] = true;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\tjQuery(\"#wdform_\" + wdid + \"_element\" + form_id).click(function(){\n\t\t\t\t\t\t\t\t\tif(jQuery(element).val() != \"\"){\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t}\t\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_range': {\n\t\t\t\t\t\t\tvar element = [\"#wdform_\" + wdid + \"_element\" + form_id + \"0\", \"#wdform_\" + wdid + \"_element\" + form_id + \"1\"];\n\t\t\t\t\t\t\tjQuery(element).each(function(ind,elem){\n\t\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\t\tif(jQuery(elem).val() == \"\"){\n\t\t\t\t\t\t\t\t\t\tnot_filled[wdid] = elem;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\t\tjQuery(elem).focus(function() {\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t}).blur(function() {\n\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcase 'type_grading': {\n\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\tvar count_grading = 0;\n\t\t\t\t\t\t\t\tjQuery.each(jQuery(\"#wdform_\" + wdid + \"_element\" + form_id + \" input\"), function( i, val ){\n\t\t\t\t\t\t\t\t\tif(jQuery(this).val() != \"\")\n\t\t\t\t\t\t\t\t\t\tcount_grading ++;\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\tif(count_grading == 0)\n\t\t\t\t\t\t\t\t\tnot_filled[wdid] = true;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\t\n\t\t\t\t\t\t\t\tjQuery.each(jQuery(\"#wdform_\" + wdid + \"_element\" + form_id + \" input\"), function( i, val ){\n\t\t\t\t\t\t\t\t\tjQuery(this).focus(function() {\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t}).blur(function() {\n\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t});\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t});\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcase 'type_slider': {\n\t\t\t\t\t\t\tvar slider_element = \"#wdform_\" + wdid + \"_element\" + form_id;\n\t\t\t\t\t\t\tvar element = \"#wdform_\" + wdid + \"_slider_value\" + form_id;\n\t\t\t\t\t\t\tvar min_value = \"#wdform_\" + wdid + \"_element_min\" + form_id;\n\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\tif(jQuery(element).val() == jQuery(min_value).html()){\n\t\t\t\t\t\t\t\t\tnot_filled[wdid] = true;\n\t\t\t\t\t\t\t\t}\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\t\n\t\t\t\t\t\t\t\tjQuery(slider_element).slider({\n\t\t\t\t\t\t\t\t\tchange: function( event, ui ) {\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_date': \n\t\t\t\t\t\tcase 'type_date_new': {\n\t\t\t\t\t\t\tvar element = \"#wdform_\" + wdid + \"_element\" + form_id;\n\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\tif(jQuery(element).val() == \"\"){\n\t\t\t\t\t\t\t\t\tnot_filled[wdid] = element;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\tjQuery(element).focus(function() {\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t}).change(function() {\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcase 'type_date_range': {\n\t\t\t\t\t\t\tvar element = [\"#wdform_\" + wdid + \"_element\" + form_id + \"0\", \"#wdform_\" + wdid + \"_element\" + form_id + \"1\"];\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tjQuery(element).each(function(ind,elem){\n\t\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\t\tif(jQuery(elem).val() == \"\"){\n\t\t\t\t\t\t\t\t\t\tnot_filled[wdid] = elem;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\t\tjQuery(elem).focus(function() {\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t}).change(function() {\n\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcase 'type_date_fields': {\n\t\t\t\t\t\t\tvar element = [\"#wdform_\" + wdid + \"_day\" + form_id, \"#wdform_\" + wdid + \"_month\" + form_id, \"#wdform_\" + wdid + \"_year\" + form_id];\n\t\t\t\t\t\t\tjQuery(element).each(function(ind,elem){\n\t\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\t\tif(jQuery(elem).val() == \"\"){\n\t\t\t\t\t\t\t\t\t\tnot_filled[wdid] = elem;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\t\tjQuery(elem).focus(function() {\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t}).blur(function() {\n\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t}).change(function() {\n\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcase 'type_time': {\n\t\t\t\t\t\t\tvar element = [\"#wdform_\" + wdid + \"_hh\" + form_id, \"#wdform_\" + wdid + \"_mm\" + form_id, \"#wdform_\" + wdid + \"_ss\" + form_id];\n\t\t\t\t\t\t\tjQuery(element).each(function(ind,elem){\n\t\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\t\tif(jQuery(elem).val() == \"\" && typeof jQuery(elem).val() != \"undefined\"){\n\t\t\t\t\t\t\t\t\t\tnot_filled[wdid] = elem;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\t\tjQuery(elem).focus(function() {\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t}).blur(function() {\n\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_password': {\n\t\t\t\t\t\t\tvar element = \"#wdform_\" + wdid + \"_element\" + form_id;\n\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\tif(jQuery(element).val() == \"\"){\n\t\t\t\t\t\t\t\t\tnot_filled[wdid] = element;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\tjQuery(element).focus(function() {\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t}).blur(function() {\n\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_file_upload':\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tvar element = \"#wdform_\" + wdid + \"_element\" + form_id;\n\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\tif(jQuery(element).val() == jQuery(element).attr('title') || jQuery(element).val() == \"\"){\n\t\t\t\t\t\t\t\t\tnot_filled[wdid] = element;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\tjQuery(element).focus(function() {\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t}).change(function() {\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcase 'type_matrix':\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tif(jQuery(\"#form\" + form_id + \" div[wdid='\"+ wdid +\"'] input\").attr('type') ==\"radio\" || jQuery(\"#form\" + form_id + \" div[wdid='\"+ wdid +\"'] input\").attr('type') ==\"checkbox\"){\n\t\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+ wdid +\"'] input:checked\")).length == 0){\n\t\t\t\t\t\t\t\t\t\tnot_filled[wdid] = true;\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\t\tjQuery.each(jQuery(\"#form\" + form_id + \" div[wdid='\"+ wdid +\"'] input\"), function( i, val ){\n\t\t\t\t\t\t\t\t\t\tjQuery(this).change(function() {\n\t\t\t\t\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+ wdid +\"'] input:checked\")).length == 0){\n\t\t\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t\telse{\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\telse if(jQuery(\"#form\" + form_id + \" div[wdid='\"+ wdid +\"'] input\").attr('type') ==\"text\"){\n\t\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\t\tvar count_input_matrix = 0;\n\t\t\t\t\t\t\t\t\tjQuery.each(jQuery(\"#form\" + form_id + \" div[wdid='\"+ wdid +\"'] input\"), function( i, val ){\n\t\t\t\t\t\t\t\t\t\tif(jQuery(this).val() != \"\")\n\t\t\t\t\t\t\t\t\t\t\tcount_input_matrix ++;\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\tif(count_input_matrix == 0)\n\t\t\t\t\t\t\t\t\tnot_filled[wdid] = true;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\t\tjQuery.each(jQuery(\"#form\" + form_id + \" div[wdid='\"+ wdid +\"'] input\"), function( i, val ){\n\t\t\t\t\t\t\t\t\t\tjQuery(this)\n\t\t\t\t\t\t\t\t\t\t\t.focus(function() {\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t\t\t})\n\t\t\t\t\t\t\t\t\t\t\t.blur(function() {\n\t\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t\t    });\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\telse{\n\t\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\t\tvar count_select_matrix = 0;\n\t\t\t\t\t\t\t\t\tjQuery.each(jQuery(\"#form\" + form_id + \" div[wdid='\"+ wdid +\"'] select\"), function( i, val ){\n\t\t\t\t\t\t\t\t\t\tif(jQuery(this).val() != \"\")\n\t\t\t\t\t\t\t\t\t\t\tcount_select_matrix ++;\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\tif(count_select_matrix == 0)\n\t\t\t\t\t\t\t\t\tnot_filled[wdid] = true;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\t\tjQuery.each(jQuery(\"#form\" + form_id + \" div[wdid='\"+ wdid +\"'] select\"), function( i, val ){\n\t\t\t\t\t\t\t\t\t\tjQuery(this).focus(function() {\n\t\t\t\t\t\t\t\t\t\tif(jQuery(this).val() == \"\"){\n\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\t}).change(function() {\n\t\t\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t\t}).blur(function() {\n\t\t\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcase 'type_send_copy': {\n\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\n\t\t\t\t\t\t\t\tif(jQuery(\"div[wdid='\"+ wdid +\"'] input:checked\").length == 0){\n\t\t\t\t\t\t\t\t\tnot_filled[wdid] = true;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\tjQuery(\"#form\" + form_id + \" div[wdid='\"+ wdid +\"'] input\").change(function() {\n\t\t\t\t\t\t\t\t\t\tif(jQuery(\"div[wdid='\"+ wdid +\"'] input:checked\").length == 0){\n\t\t\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t\telse{\n\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t\tcase 'type_captcha':\n\t\t\t\t\t\tcase 'type_arithmetic_captcha':{\n\t\t\t\t\t\t\tvar element = \"\";\n\t\t\t\t\t\t\tif(window['labels_and_ids'+form_id][wdid] == 'type_captcha')\n\t\t\t\t\t\t\t\telement = '#wd_captcha_input' + form_id;\n\t\t\t\t\t\t\telse\n\t\t\t\t\t\t\t\telement = '#wd_arithmetic_captcha_input' + form_id;\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).closest(\".wdform-page-and-images\").css('display') !=\"none\") {\t\n\t\t\t\t\t\t\t\tif(jQuery(element).val() == \"\"){\n\t\t\t\t\t\t\t\t\tnot_filled[wdid] = element;\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tif(!field_id  && !window['check_submit'+form_id]){\n\t\t\t\t\t\t\t\tjQuery(element).focus(function() {\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label\").removeClass(\"error_label\");\n\t\t\t\t\t\t\t\t}).blur(function() {\n\t\t\t\t\t\t\t\t\twd_is_filled(form_id, wdid);\n\t\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t\t\n\t\t\tif(Object.keys(not_filled).length === 0 && Object.keys(window[\"check_before_submit\" + form_id]).length === 0){\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\telse {\n\t\t\t\tif(Object.keys(not_filled).length !== 0){\n\t\t\t\t\tjQuery.each( not_filled, function( wdid, elem ) {\n\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_required_\"+wdid).remove();\n\t\t\t\t\t\tjQuery(\"#form\"+form_id+ \" div[wdid='\"+wdid+\"'] .wdform-element-section:first\").append(\"<div id='wd_required_\"+wdid+\"' class='fm-not-filled'>Field is required<\/div>\");\n\t\t\t\t\t\tjQuery(\"#form\"+form_id+ \" div[wdid='\"+wdid+\"'] .wdform-label-section:first .wdform-label\").addClass(\"error_label\");\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tif(!field_id){\n\t\t\t\t\tscroll_on_element(form_id);\n\t\t\t\t}\n\t\t\t\twindow['check_submit'+form_id] = 1;\n\t\t\t\treturn false;\n\t\t\t}\t\n\t\t}\n\t\t\n\t\tfunction scroll_on_element(form_id){\n\t\t\tvar parent_div = jQuery(\"#form\" + form_id + \" .fm-not-filled\")[0].closest(\".wdform_row\");\n\t\t\tvar body_hight = document.body.clientHeight;\n\t\t\tvar element_offset = jQuery(jQuery(\"#form\" + form_id + \" .fm-not-filled\")[0]).offset().top;\n\t\t\tvar scrollChecker = function() {\n\t\t\t\t\tif(document.body.clientHeight !== body_hight ){\n\n\t\t\t\t\tbody_hight = document.body.clientHeight;\n\t\t\t\t\telement_offset = jQuery(jQuery(\"#form\" + form_id + \" .fm-not-filled\")[0]).offset().top;\n\t\t\t\t\t\tjQuery('html body').stop();\n\t\t\t\t\t\tanimateBodyToError();\n\t\t\t\t\t}\n\t\t\t};\n\t\t\tjQuery(window).on(\"scroll\",scrollChecker);\n\t\t\tfunction animateBodyToError(){\n\t\t\t\tjQuery('html body').animate({\t\t\n\t\t\t\t\tscrollTop: element_offset - 150\n\t\t\t\t}, 500, function(){\t\n\t\t\t\t jQuery(window).off(\"scroll\", scrollChecker);\n\t\t\t\t\told_bg=jQuery(parent_div).css(\"background-color\");\n\t\t\t\t\tjQuery(parent_div).effect( \"shake\", {}, 500 ).css(\"background-color\",\"#FF8F8B\").animate({backgroundColor: old_bg}, {duration: 500, queue: false });\n\t\t\t\t}); \n\t\t\t}\n\t\t\tanimateBodyToError();\n\t\t}\n\t\t\n\t\t\n\t\t\n\t\tfunction wd_check_regExp(form_id, regExpObj){\n\t\t\tvar x = jQuery(\"#form\" + form_id);\n\t\t\tvar find_wrong_exp = false;\n\t\t\tvar check_regExp = regExpObj ? regExpObj : window['check_regExp_all'+form_id];\n\n\t\t\tjQuery.each( check_regExp, function( wdid, exp ) {\n\t\t\t\tvar element = \"#wdform_\" + wdid + \"_element\" + form_id;\n\t\t\t\tvar RegExpression = \"\";\n\t\t\t\tvar rules = unescape(exp[0]); \n\t\t\t\t(exp[1].length <= 0) ?  RegExpression = new RegExp(rules) : RegExpression = new RegExp(rules, exp[1]); \n\t\t\t\tif(x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).length != 0 && x.find(jQuery(\"div[wdid='\"+wdid+\"']\")).css(\"display\") != \"none\") {\n\t\t\t\t\tif(jQuery(element).val().length > 0 && jQuery(element).val() != jQuery(element).attr('title')){\n\t\t\t\t\t\tif (RegExpression.test(jQuery(element).val()) != true){\n\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_exp_\"+wdid).remove();\n\t\t\t\t\t\t\tx.find(jQuery(\"div[wdid='\"+wdid+\"'] .wdform-element-section\")).append(\"<div  id='wd_exp_\"+wdid+\"' class='fm-not-filled'>\" + exp[2] + \"<\/div>\");\n\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+ \" div[wdid='\"+wdid+\"'] .wdform-label-section:first .wdform-label\").addClass(\"error_label_exp\");\n\t\t\t\t\t\t\tfind_wrong_exp = true;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\tif(!regExpObj){\t\n\t\t\t\t\t\t\t\tscroll_on_element(form_id);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t\t\n\t\t\t\t}\n\t\t\t});\n\t\t\tif(find_wrong_exp === false)\n\t\t\t\treturn true;\n\t\t\t\n\t\t\treturn false;\n\t\t}\n\n\t\tfunction wd_check_price_min_max(form_id, price_nim_max){\n\t\t\tvar x = jQuery(\"#form\" + form_id);\n\t\t\tvar check_price_min_max = price_nim_max ? price_nim_max : window['check_paypal_price_min_max'+form_id];\n\t\t\tvar find_wrong_price = false;\n\n\t\t\tjQuery.each( check_price_min_max, function( wdid, min_max_option ) {\n\t\t\t\tvar element = \"#wdform_\" + wdid + \"_element\" + form_id;\n\t\t\t\tvar range_min = min_max_option[3] ? min_max_option[3] : 0;\n                var range_max = min_max_option[4] ? min_max_option[4] : -1;\n\t\t\t\t\n\t\t\t\tif((min_max_option[2] ? true : false) || jQuery(element).val()!=min_max_option[1])\n\t\t\t\t\tif((range_max!=-1 && parseFloat(jQuery(element).val()) > range_max) || parseFloat(jQuery(element).val()) < range_min)\n\t\t\t\t\t{\t\t\n\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" #wd_price_\"+wdid).remove();\n\t\t\t\t\t\tx.find(jQuery(\"div[wdid='\"+wdid+\"'] .wdform-element-section\")).append(\"<div  id='wd_price_\"+wdid+\"' class='fm-not-filled'>\" + \"The \" + min_max_option[0] + \" value must be between \" + (min_max_option[3] ? min_max_option[3] : 0) + '-' + (min_max_option[4] ? min_max_option[4] : \"any\") + \"<\/div>\");\n\t\t\t\t\t\tjQuery(\"#form\"+form_id+ \" div[wdid='\"+wdid+\"'] .wdform-label-section:first .wdform-label\").addClass(\"error_label_price\");\n\t\t\t\t\t\tfind_wrong_price = true;\n\t\t\t\t\t\t\n\t\t\t\t\t\tif(!price_nim_max){\t\n\t\t\t\t\t\t\tscroll_on_element(form_id);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\t\n\t\t\t});\n\t\t\tif(find_wrong_price === false)\n\t\t\t\treturn true;\n\t\t\t\n\t\t\treturn false;\n                  \n\t\t}\n\t\t\n\t\tfunction formOnload12() {\n        if (navigator.userAgent.toLowerCase().indexOf('msie') != -1 && parseInt(navigator.userAgent.toLowerCase().split('msie')[1]) === 8) {\n          jQuery(\"#form12\").find(jQuery(\"input[type='radio']\")).click(function() {jQuery(\"input[type='radio']+label\").removeClass('if-ie-div-label'); jQuery(\"input[type='radio']:checked+label\").addClass('if-ie-div-label')});\t\n          jQuery(\"#form12\").find(jQuery(\"input[type='radio']:checked+label\")).addClass('if-ie-div-label');\n          jQuery(\"#form12\").find(jQuery(\"input[type='checkbox']\")).click(function() {jQuery(\"input[type='checkbox']+label\").removeClass('if-ie-div-label'); jQuery(\"input[type='checkbox']:checked+label\").addClass('if-ie-div-label')});\t\n          jQuery(\"#form12\").find(jQuery(\"input[type='checkbox']:checked+label\")).addClass('if-ie-div-label');\n        }\n\n\t\tjQuery.each( check_regExp_all12, function( wdid, exp ) {\n\t\t\tvar exp_array = {};\n\t\t\texp_array[wdid] = exp;\n\t\t\tjQuery(\"div[wdid='\"+wdid+\"'] input\").blur(function() {wd_check_regExp(12, exp_array)}).focus(function() {jQuery(\"#form\"+12+\" #wd_exp_\"+wdid).remove(); jQuery(\"#form\"+12+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label_exp\").removeClass(\"error_label_exp\")}); \n\t\t});\n\t\t\n\t\tjQuery.each( check_paypal_price_min_max12, function( wdid, price_min_max_option ) {\n\t\t\tvar price_min_max_array = {};\n\t\t\tprice_min_max_array[wdid] = price_min_max_option;\n\t\t\tjQuery(\"div[wdid='\"+wdid+\"'] input\").blur(function() {wd_check_price_min_max(12, price_min_max_array)}).focus(function() {jQuery(\"#form\"+12+\" #wd_price_\"+wdid).remove(); jQuery(\"#form\"+12+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label_price\").removeClass(\"error_label_price\")}); \n\t\t});\n\t\t\n\t\tjQuery.each( spinner_check12, function( wdid, spinner_min_max ) {\n\t\t\tvar spinner_min_max_array = {};\n\t\t\tspinner_min_max_array[wdid] = spinner_min_max;\n\t\t\tjQuery(\"div[wdid='\"+wdid+\"'] input\").blur(function() {wd_spinner_check(12, spinner_min_max_array)}).focus(function() {jQuery(\"#form\"+12+\" #wd_price_\"+wdid).remove(); jQuery(\"#form\"+12+\" div[wdid='\"+wdid+\"'] .wdform-label-section:first .error_label_price\").removeClass(\"error_label_price\")}); \n\t\t});\n\t\t\n\t\tjQuery.each( file_upload_check12, function( wdid, upload_types ) {\n\t\t\tvar upload_types_array = {};\n\t\t\tupload_types_array[wdid] = upload_types;\n\t\t\tjQuery(\"div[wdid='\"+wdid+\"'] input\").change(function() {wd_file_upload_check(12, upload_types_array)}); \n\t\t});\n\n        jQuery(\"div[type='type_text'] input, div[type='type_number'] input, div[type='type_phone'] input, div[type='type_name'] input, div[type='type_submitter_mail'] input, div[type='type_submitter_mail_confirmation'] input, div[type='type_paypal_price'] input, div[type='type_paypal_price_new'] input, div[type='type_textarea'] textarea\").focus(function() {delete_value(this)}).blur(function() {return_value(this)});\n\t\t\n        jQuery(\"div[type='type_number'] input, div[type='type_phone'] input, div[type='type_spinner'] input, div[type='type_range'] input, .wdform-quantity, div[type='type_paypal_price_new'] input\").keypress(function(evt) {return check_isnum(evt)});\n        \n        jQuery(\"div[type='type_grading'] input\").keypress(function(evt) {return check_isnum_or_minus(evt)});\n        \n        jQuery(\"div[type='type_paypal_checkbox'] input[type='checkbox'], div[type='type_paypal_radio'] input[type='radio'], div[type='type_paypal_shipping'] input[type='radio']\").click(function() {set_total_value(12)});\n        jQuery(\"div[type='type_paypal_select'] select, div[type='type_paypal_price'] input, div[type='type_paypal_price_new'] input\").change(function() {set_total_value(12)});\n        jQuery(\".wdform-quantity\").change(function() {set_total_value(12)});\n\n        jQuery(\"div[type='type_address'] select\").change(function() {set_total_value(12)});\n        \n        jQuery(\"div[type='type_time'] input\").blur(function() {add_0(this)});\n\n        jQuery('.wdform-element-section').each(function() {\n          if(!jQuery(this).parent()[0].style.width && parseInt(jQuery(this).width())!=0)\n          {\n            \n            if(jQuery(this).css('display')==\"table-cell\")\n            {\n              if(jQuery(this).parent().attr('type')!=\"type_captcha\")\n                jQuery(this).parent().css('width', parseInt(jQuery(this).width()) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);\n              else\n                jQuery(this).parent().css('width', (parseInt(jQuery(this).parent().find(jQuery(\".captcha_input\"))[0].style.width)*2+50) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);\n            }\n          }\n          if (!jQuery(this).parent()[0].style.width && parseInt(jQuery(this).width()) != 0) {\n            if (jQuery(this).css('display') == \"table-cell\") {\n              if (jQuery(this).parent().attr('type') != \"type_captcha\") {\n                jQuery(this).parent().css('width', parseInt(jQuery(this).width()) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);\n              }\n              else {\n                jQuery(this).parent().css('width', (parseInt(jQuery(this).parent().find(jQuery(\".captcha_input\"))[0].style.width)*2+50) + parseInt(jQuery(this).parent().find(jQuery(\".wdform-label-section\"))[0].style.width)+15);\n              }\n            }\n          }\n          if(parseInt(jQuery(this)[0].style.width.replace('px', '')) < parseInt(jQuery(this).css('min-width').replace('px', '')))\n            jQuery(this).css('min-width', parseInt(jQuery(this)[0].style.width.replace('px', ''))-10);\n        });\t\n        \n        jQuery('.wdform-label').each(function() {\n          if(parseInt(jQuery(this).height()) >= 2*parseInt(jQuery(this).css('line-height').replace('px', '')))\n          {\n            jQuery(this).parent().css('max-width',jQuery(this).parent().width());\n            jQuery(this).parent().css('width','');\n          }\n        });\n        \n        (function(jQuery){\n          jQuery.fn.shuffle = function() {\n            var allElems = this.get(),\n              getRandom = function(max) {\n                return Math.floor(Math.random() * max);\n              },\n              shuffled = jQuery.map(allElems, function(){\n                var random = getRandom(allElems.length),\n                  randEl = jQuery(allElems[parseInt(random)]).clone(true)[0];\n                allElems.splice(random, 1);\n                return randEl;\n               });\n            this.each(function(i){\n              jQuery(this).replaceWith(jQuery(shuffled[i]));\n            });\n            return jQuery(shuffled);\n          };\n        })(jQuery);\n        \n        \t\t \n                \n        if(window.before_load)\n        {\n          before_load();\n        }\n      }\n\n      jQuery(window).load(function () {\n        formOnload12();\n      });\n\n      form_view_count12=0;\n      jQuery(document).ready(function () {\n        for(i=1; i<=30; i++) {\n          if (document.getElementById('12form_view'+i)) {\n            form_view_count12++;\n            form_view_max12 = i;\n          }\n        }\n        if (form_view_count12 > 1) {\n          for (i = 1; i <= form_view_max12; i++) {\n            if (document.getElementById('12form_view' + i)) {\n              first_form_view12 = i;\n              break;\n            }\n          }\n          generate_page_nav(first_form_view12, '12', form_view_count12, form_view_max12);\n        }\n      });\n\t  \n    function check_required12(but_type, form_id) {\n      if (but_type == 'reset') {\n\t\t\t\tif (window.before_reset) {\n\t\t\t\t\tbefore_reset();\n\t\t\t\t}\n\t\t\t\tjQuery.each(window['labels_and_ids'+form_id], function (index, elem) {\n\t\t\t\t\tswitch(elem) {\n\t\t\t\t\t\tcase \"type_text\":\n\t\t\t\t\t\tcase \"type_textarea\":\n\t\t\t\t\t\tcase \"type_number\":\n\t\t\t\t\t\tcase \"type_spinner\":\n\t\t\t\t\t\tcase 'type_own_select':\n\t\t\t\t\t\tcase 'type_country':\n\t\t\t\t\t\tcase 'type_date': \n\t\t\t\t\t\tcase 'type_date_new': \n\t\t\t\t\t\tcase 'type_hidden': \n\t\t\t\t\t\tcase 'type_paypal_price_new': \n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id).val('');\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase 'type_submitter_mail': \n\t\t\t\t\t\tcase 'type_password': \n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id).val('');\n\t\t\t\t\t\t\tif(jQuery(\"#wdform_\"+index+\"_1_element\"+form_id)){\n\t\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_1_element\"+form_id).val('');\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif(jQuery(\"#confirm_\"+index+\"_\"+form_id))\n\t\t\t\t\t\t\t\t\tjQuery(\"#confirm_\"+index+\"_\"+form_id).remove();\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tif(elem == 'type_submitter_mail' && jQuery(\"#check_email_\"+index+\"_\"+form_id))\n\t\t\t\t\t\t\t\t\tjQuery(\"#check_email_\"+index+\"_\"+form_id).remove();\t\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase 'type_date_range': \n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id+\"0\").val('');\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id+\"1\").val('');\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_send_copy':\t\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id).prop('checked', false);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\tcase 'type_phone':\t\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element_first\"+form_id+\", #wdform_\"+index+\"_element_last\"+form_id).val('');\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_name':\t\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element_first\"+form_id+\", #wdform_\"+index+\"_element_last\"+form_id+\", #wdform_\"+index+\"_element_title\"+form_id+\", #wdform_\"+index+\"_element_middle\"+form_id).val('');\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_address':\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_street1\"+form_id+\", #wdform_\"+index+\"_street2\"+form_id+\", #wdform_\"+index+\"_city\"+form_id+\", #wdform_\"+index+\"_state\"+form_id+\", #wdform_\"+index+\"_postal\"+form_id+\", #wdform_\"+index+\"_country\"+form_id).val('');\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_checkbox':\n\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+index+\"'] .checkbox-div input\").prop('checked', false);\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_other_br\"+form_id).remove();\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_other_input\"+form_id).remove();\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_radio':\n\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+index+\"'] .radio-div input\").prop('checked', false);\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_other_br\"+form_id).remove();\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_other_input\"+form_id).remove();\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t \n\t\t\t\t\t\tcase 'type_time':\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_hh\"+form_id+\", #wdform_\"+index+\"_mm\"+form_id+\", #wdform_\"+index+\"_ss\"+form_id+\", #wdform_\"+index+\"_am_pm\"+form_id).val('');\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_date_fields': \n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_day\"+form_id+\", #wdform_\"+index+\"_month\"+form_id+\", #wdform_\"+index+\"_year\"+form_id).val('');\n\t\t\t\t\t\tbreak;\n\n\t\t\t\t\t\tcase 'type_file_upload':\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id+\"_save\").remove();\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_paypal_price': \n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element_dollars\"+form_id+\", #wdform_\"+index+\"_element_cents\"+form_id).val('');\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_paypal_select': \n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id+\", #wdform_\"+index+\"_element_quantity\"+form_id+\", #form\"+form_id+\" div[wdid='\"+index+\"'] .paypal-property select\").val('');\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_paypal_radio': \n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element_quantity\"+form_id+\",#form\"+form_id+\" div[wdid='\"+index+\"'] .paypal-property select\").val('');\n\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+index+\"'] .radio-div input\").prop('checked', false);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_paypal_shipping':\n\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+index+\"'] .radio-div input\").prop('checked', false);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_paypal_checkbox':\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element_quantity\"+form_id+\",#form\"+form_id+\" div[wdid='\"+index+\"'] .paypal-property select\").val('');\n\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+index+\"'] .checkbox-div input\").prop('checked', false);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_star_rating': \n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_selected_star_amount\"+form_id).val('');\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id+\" img\").attr('src', plugin_url+'\/images\/star.png');\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_scale_rating': \n\t\t\t\t\t\t\tjQuery(\"#form\"+form_id+\" div[wdid='\"+index+\"'] .radio-div input\").prop('checked', false);\n\t\t\t\t\t\tbreak;\t\n\n\t\t\t\t\t\tcase 'type_slider':\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id).slider({\n\t\t\t\t\t\t\t\tvalue: eval(0),\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element_value\"+form_id).html('0');\n\t\t\t\t\t\tbreak;\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_range':\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id+\"0, #wdform_\"+index+\"_element\"+form_id+\"1\").val('');\t\t\t\t\t\n\t\t\t\t\t\tbreak;\t\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_grading': \n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id+\" input\").val('');\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_matrix':\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id+\" .radio-div input\").prop('checked', false);\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id+\" .checkbox-div input\").prop('checked', false);\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id+\" input[type='text']\").val('');\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"_element\"+form_id+\" select\").val('');\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t\t\n\t\t\t\t\t\tcase 'type_paypal_total': \n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"div_total\"+form_id).html('$0');\t\n\t\t\t\t\t\t\tjQuery(\"#wdform_\"+index+\"paypal_products\"+form_id).empty();\t\n\t\t\t\t\t\tbreak;\t\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t\treturn;\n      }\n\t\t\tif (but_type == 'clear') {\n\t\t\t\tvar clear_data = confirm(\"Are you sure to clear saved data?\");\n\t\t\t\tif (clear_data == true) {\n\t\t\t\t\tjQuery.get('https:\/\/nstbv.nl\/wp-admin\/admin-ajax.php?action=FMSaveProg&addon_task=clear_data&form_id ='+form_id ).done(function() {\n\t\t\t\t\t\twindow.location = \"\/de\/wp-json\/wp\/v2\/pages\/26\";\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\t\treturn;\n\t\t\t}\n\t\t\tif (window.before_submit) {\n\t\t\t\tif(before_submit())\n\t\t\t\t\treturn false; \n\t\t\t}\n        \n\t\t\tif (but_type != 'save') {\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\tif(!wd_is_filled(form_id))\n\t\t\t\t\treturn false; \n\t\t\t\t\n\t\t\t\tif(!wd_check_regExp(form_id))\n\t\t\t\t\treturn false;\n\n\t\t\t\tif(!wd_check_price_min_max(form_id))\n\t\t\t\t\treturn false;\t\n\t\t\t\t\t\n\t\t\t\tif(!wd_file_upload_check(form_id))\n\t\t\t\t\treturn false;\n\t\t\t\t\n\n\t\t\t\tif(!wd_spinner_check(form_id))\n\t\t\t\t\treturn false;\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\tx = jQuery(\"#form\"+form_id);\n\t\t\t\t\t\t\t}\n\t\t\n      var a = [];\n      if (typeof a[form_id] !== 'undefined' && a[form_id] == 1) {\n        return;\n      }\n      \n        var disabled_fields =\"\";\t\n        jQuery(\"div[wdid]\").each(function() {\n          if(jQuery(this).css(\"display\")==\"none\")\n          {\t\t\n            disabled_fields += jQuery(this).attr(\"wdid\");\n            disabled_fields += \",\";\n          }\t\n\n            if(disabled_fields)\n            jQuery(\"<input type=\\\"hidden\\\" name=\\\"disabled_fields12\\\" value =\\\"\"+disabled_fields+\"\\\" \/>\").appendTo(\"#form12\");\n            \n        });jQuery(\"<input type=\\\"hidden\\\" name=\\\"save_or_submit\"+form_id+\"\\\" value = \\\"\"+but_type+\"\\\" \/>\").appendTo(\"#form\"+form_id);\n      a[form_id] = 1;\n\t\t\t\t\t\tvar checkStripe = 2;\n\t\t\tif(checkStripe == 1){\n\t\t\t\tvar jq_mainForm = jQuery(\"form[id='form\"+form_id+\"']\");\n\t\t\t\tif (jq_mainForm.find(\".wdfm_stripe_elem\").first().parents(\".wdform_row\").is(\":visible\")) {\n\t\t\t\t\twdfm_call_stripe();\n\t\t\t\t}\n\t\t\t\telse{\n\t\t\t\t\tdocument.getElementById(\"form\"+form_id).submit();\n\t\t\t\t}\n\t\t\t}\n\t\t\telse{\n\t\t\t\t\tdocument.getElementById(\"form\"+form_id).submit();\n\t\t\t}\n    }\n\t  \n    function check12(id, form_id) {\n\t\t\tif(!wd_is_filled(form_id)) \n\t\t\t\treturn false; \t\n\n\t\t\tif(!wd_check_regExp(form_id))\n\t\t\t\treturn false;\n\t\t\t\n\n\t\t\tif(!wd_check_price_min_max(form_id))\n\t\t\t\t\treturn false;\t\n\t\t\t\n\t\t\n\t\t\tif(!wd_file_upload_check(form_id))\n\t\t\t\t\treturn false;\n\t\t\t\t\n\t\t\tif(!wd_spinner_check(form_id))\n\t\t\t\t\treturn false;\t\n\n\t\t\tx = jQuery(\"#12form_view\"+id);\n\t\t\t        return true;\n    }\n\t  \n\t<\/script>\n    <script type=\"text\/javascript\"> function before_load() {\r\n     \r\n}\r\n\r\n function before_submit() {\r\n      }\r\n\r\n function before_reset() {\r\n     \r\n}<\/script><style>#form12 input[type=\"text\"] {box-sizing: border-box;} .form12 .wdform-page-and-images .other_input\r\n{\r\nmax-width: none;\r\n}.form12 \r\nbutton, .form12\r\ninput, .form12\r\nselect, .form12\r\ntextarea\r\n{\r\nfont-size:14px;\r\n}.form12 \r\n.warning, .form12\r\n.error\r\n{\r\nbackground-color: #F0EFEF;\r\nborder: 1px solid #000000;\r\nborder-radius: 5px;\r\ncolor: #000000;\r\npadding: 5px;\r\n}.form12 \r\n.warning *, .form12\r\n.error *\r\n{\r\nmargin:0;\r\n}.form12 \r\n.recaptcha_input_area input\r\n{\r\nheight:initial !important;\r\n}.form12 \r\ninput[type=\"radio\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}.form12 \r\ninput[type=\"checkbox\"]\r\n{\r\nborder:none !important;\r\noutline:none !important;\r\n}.form12 \r\na.ui-spinner-button\r\n{\r\nborder-radius:0px !important;\r\nbackground: none!important;\r\n}.form12 \r\n\r\na.ui-slider-handle {\r\nwidth: 13px;\r\nheight: 13px;\r\ntop: -4px;\r\nborder: 0px;\r\nborder-radius: 13px;\r\nbackground: #FAFAFA;\r\nborder: 3px solid #B1B1B1;\r\noutline: none;\r\n}.form12 \r\n\r\n.ui-slider {\r\n\theight: 6px;\r\n\tbackground: #F5F5F5 !important;\r\n\tmargin: 7px 0px;\r\n}.form12 \r\n.wdform_grading input {\r\n\twidth: 100px;\r\n}.form12 \r\n.wdform-matrix-cell input[type=\"text\"] {\r\n\twidth: 100px;\r\nfont-size: 14px !important;\r\n}.form12 \r\n.wdform-matrix-cell select {\r\n\twidth: 60px;\r\nfont-size: 14px !important;\r\n}.form12 \r\n.wdform_section .wdform_column:last-child {\r\n\tpadding-right: 0px !important;\r\n}.form12 \r\n.wdform_preload {\r\n\tdisplay: none;\r\n}.form12 \r\n.wdform_grading {\r\n\tpadding: 3px 0px;\r\n}.form12 \r\n.wdform-matrix-table {\r\n\tdisplay: table;\r\n\tborder-spacing: 0px;\r\n}.form12 \r\n.wdform-matrix-column {\r\n\ttext-align: left;\r\n\tdisplay: table-cell;\r\n}.form12 \r\n.wdform-matrix-cell {\r\n\ttext-align: center;\r\n\tdisplay: table-cell;\r\n\tpadding: 6px 10px;\r\n}.form12 \r\n.wdform-matrix-head>div {\r\n\tdisplay: table-cell;\r\n\ttext-align: center;\r\n}.form12 \r\n.wdform-matrix-head {\r\n\tdisplay: table-row;\r\n}.form12 \r\n.wdform-matrix-row0 {\r\n\tbackground: #DFDFDF;\r\n\tdisplay: table-row;\r\n}.form12 \r\n.wdform-matrix-row1 {\r\n\tbackground: #E9E9E9;\r\n\tdisplay: table-row;\r\n}.form12 \r\n.selected-text {\r\n\ttext-align: left;\r\n\tcolor: #000;\r\n}.form12 \r\n.wdform-quantity {\r\n\twidth: 30px;\r\n\tmargin: 2px 0px;\r\n}.form12 \r\n.wdform_scale_rating label {\r\n\tvertical-align: middle;\r\n}.form12 \r\n.ui-corner-all {\r\n\tborder-radius: 0px;\r\n}.form12 \r\n.ui-widget-content {\r\n\tborder: 0px;\r\n\tbackground: transparent;\r\n}.form12 \r\n\r\n\r\n.ui-slider-range {\r\n\tbackground: #8A8A8A !important;\r\n}.form12 \r\n.wdform_map {\r\n\tborder: 6px solid #fff;\r\n}.form12 \r\n.wdform-page-and-images {\r\n\twidth: 100%;\r\n\tborder: 0px solid #000 !important;\r\npadding-left:10px;\r\n}.form12 \r\n.paypal-property {\r\n\tdisplay: inline-block;\r\n\tmargin-right: 15px;\r\n\tvertical-align: middle;\r\n}.form12 \r\n.sel-wrap {\r\n\tdisplay: inline-block;\r\n\tvertical-align: middle;\r\n\twidth:100%;\r\n}.form12 \r\n\r\n.sel-imul {\r\n\tdisplay: none;\r\n}.form12 \r\n.sel-imul .sel-selected {\r\n\tcursor: pointer;\r\n\tposition: relative;\r\n\tdisplay: inline-block;\r\n\tborder-radius: 0px;\r\n\tpadding: 0px 0px 0px 2px;\r\n\tfont-size: 13px;\r\n\theight: 22px;\r\n\tline-height: 22px;\r\n\toverflow: hidden;\r\n\tbackground: #F8F8F8;\r\n\tborder: 0px solid #D3D3D3;\r\n\tbackground-position: right 2px center;\r\n\twidth: 100%;\r\n}.form12 \r\n.sel-imul.act .sel-selected {\r\n\tbackground: #fff;\r\n}.form12 \r\n.sel-selected .sel-arraw {\r\n\theight: 23px;\r\n\twidth: 30px;\r\n\tbackground: url(https:\/\/nstbv.nl\/wp-content\/plugins\/form-maker\/images\/09\/01.png) 50% 50% no-repeat;\r\n\tposition: absolute;\r\n\ttop: 0px;\r\n\tright: 0px;\r\n\tpadding: 0px;\r\n}.form12 \r\n.sel-imul:hover .sel-selected .sel-arraw {\r\n  }.form12 \r\n.sel-imul.act .sel-selected .sel-arraw {\r\n  }.form12 \r\n.sel-imul .sel-options {\r\n\tbackground: #fff;\r\n\tborder: 1px solid #dbdbdb;\r\n\tborder-top: none;\r\n\tposition: absolute;\r\n\twidth: inherit;\r\n\tdisplay: none;\r\n\tz-index: 10;\r\n\tmax-height: 200px;\r\n\toverflow-y: auto;\r\n\toverflow-x: hidden;\r\n}.form12 \r\n.sel-options .sel-option {\r\n\tpadding: 3px 4px;\r\n\tfont-size: 13px;\r\n\tborder: 1px solid #fff;\r\n\tborder-right: none;\r\n\tborder-left: none;\r\n\ttext-align: left;\r\n}.form12 \r\n.sel-options .sel-option:hover {\r\n\tborder-color: #dbdbdb;\r\n\tcursor: pointer;\r\n}.form12 \r\n.sel-options .sel-option.sel-ed {\r\n\tbackground: #dbdbdb;\r\n\tborder-color: #dbdbdb;\r\n}.form12 \r\ninput[type=text]{\r\n\tmargin: 0px;\r\n}.form12 \r\ninput[type=password]{\r\n\tmargin: 0px;\r\n}.form12 \r\ninput[type=url]{\r\n\tmargin: 0px;\r\n}.form12 \r\ninput[type=email]{\r\n\tmargin: 0px;\r\n}.form12 \r\ninput.text{\r\n\tmargin: 0px;\r\n}.form12 \r\ninput.title{\r\n\tmargin: 0px;\r\n}.form12 \r\ntextarea{\r\n\tmargin: 0px;\r\n}.form12 \r\nselect {\r\n\tmargin: 0px;\r\n}.form12 \r\n.form-error {\r\n\tborder-color: red !important;\r\n}.form12 \r\n.form-error:focus {\r\n\tborder-color: red !important;\r\n}.form12 \r\n.wdform-field {\r\n\tdisplay: table-cell;\r\n\tpadding: 5px 0px;\r\n}.form12 \r\n.wdform-label-section{\r\n\ttext-align: left;\r\n\tdisplay: table-cell;\r\n}.form12 \r\n.wdform-element-section {\r\n\ttext-align: left;\r\n\tdisplay: table-cell;\r\n\tmin-width: 140px;\r\n}.form12 \r\n.file-upload input {\r\n\tposition: absolute;\r\n\tvisibility: hidden;\r\n}.form12 \r\n.file-upload-status {\r\n\tmargin-left: 10px;\r\n\tmax-width: 200px;\r\n\tfont-weight: bold;\r\n\tfont-size: 16px;\r\n\tcolor: #888;\r\n\tposition: absolute;\r\n\tborder-radius: 0px;\r\n\theight: 23px;\r\n\tpadding-left: 5px;\r\n\tpadding-right: 5px;\r\n\twhite-space: nowrap;\r\n\toverflow: hidden;\r\n\t}.form12 \r\n.file-picker {\r\n\twidth: 41px;\r\n\theight: 32px;\r\n\tbackground: url(https:\/\/nstbv.nl\/wp-content\/plugins\/form-maker\/images\/10\/02\/upload.png) no-repeat;\r\n\tdisplay: inline-block;\r\n}.form12 \r\n.next-page div.wdform-page-button {\r\ncolor: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 38px;\r\nline-height: 35px;\r\nbackground:url(https:\/\/nstbv.nl\/wp-content\/plugins\/form-maker\/images\/10\/next.png) no-repeat right #000;\r\npadding: 0px 36px 0 20px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-right-radius: 7px;\r\nborder-bottom-right-radius: 7px;\r\n}.form12 \r\n.previous-page div.wdform-page-button {\r\ncolor: #A2A2A2;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 37px;\r\nline-height: 35px;\r\nbackground:url(https:\/\/nstbv.nl\/wp-content\/plugins\/form-maker\/images\/09\/previous.png) no-repeat left #F1F1F1;\r\npadding: 0 20px 0 36px;\r\nvertical-align: middle;\r\nfont-size: 18px;\r\nborder-top-left-radius: 7px;\r\nborder-bottom-left-radius: 7px;\r\n}.form12 \r\n.button-submit {\r\n\tcolor: #ffffff;\r\n\tcursor: pointer;\r\n\tdisplay: inline-block;\r\n\tline-height: 35px;\r\n\tbackground: #000;\r\n\tpadding: 0px 20px;\r\n\tvertical-align: middle;\r\n\tfont-size: 18px;\r\n\tmin-width: 80px;\r\n\tmin-height: 35px;\r\n\tfont-family: Segoe UI;\r\n\t\tborder: 1px solid transparent;\r\n\tmargin: 5px;\r\n}.form12 \r\n.button-reset {\r\n\tcolor: #787878;\r\n\tcursor: pointer;\r\n\tdisplay: inline-block;\r\n\tline-height: 35px;\r\n\tbackground: #F0EFEF;\r\n\tpadding: 0px 20px;\r\n\tvertical-align: middle;\r\n\tfont-size: 18px;\r\n\tmin-width: 80px;\r\n\tmin-height: 35px;\r\n\tfont-family: Segoe UI;\r\n\tfloat: right;\r\n\tborder: 1px solid transparent;\r\n\tmargin: 5px;\r\n}.form12 \r\n.wdform_page {\r\n\tbackground: #FFFFFF;\r\n\tpadding-top: 15px;\r\n\tborder-radius: 0px;\r\n\tfont-family: Segoe UI;\r\n}.form12 \r\n.wdform_column {\r\n\tborder-right: none !important;\r\n\tpadding-right: 50px !important;\r\n\tfloat: left;\r\n\tborder-spacing: 2px;\r\n\tborder-collapse: separate !important;\r\n}.form12 \r\n.wdform_section_break2 {\r\n\tcolor: #000;\r\n\tdisplay: inline-block;\r\n\ttext-align: left;\r\n\tfont-size: 23px;\r\nmargin: 16px 10px 40px 0px;\r\n}.form12 \r\n\r\n.wdform_section_break {\r\n\tcolor: #000;\r\n\tfont-size: 23px;\r\nmargin: 16px 0px;\r\n}.form12 \r\n\r\n.wdform_section {\r\n\tdisplay: inline-block;\r\n}.form12 \r\nselect {\r\n\tpadding: 2px;\r\n\theight: 26px;\r\n\tborder: 1px solid #B7B7B7;\r\nbackground: #F8F8F8;\r\nfont-size: 14px !important;\r\n}.form12 \r\ninput[type=\"text\"]{\r\n\tborder-radius: 0px;\r\n\theight: 22px;\r\n\tpadding:0 3px !important;\r\n\tbackground: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\nfont-size: 14px !important;\r\n}.form12 \r\ninput[type=\"password\"]{\r\n\tborder-radius: 0px;\r\n\theight: 22px;\r\n\tpadding:0 3px !important;\r\n\tbackground: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\nfont-size: 14px !important;\r\n}.form12 \r\ntextarea {\r\n\tborder-radius: 0px;\r\n\theight: 22px;\r\n\tpadding:0 3px !important;\r\n\tbackground: #F8F8F8;\r\nborder:1px solid #B7B7B7;\r\nfont-size: 14px !important;\r\n}.form12 \r\ninput[type=\"text\"]:focus{\r\n\toutline: none;\r\n}.form12 \r\ninput[type=\"password\"]:focus{\r\n\toutline: none;\r\n}.form12 \r\ntextarea:focus{\r\n\toutline: none;\r\n}.form12 \r\nselect {\r\n\toutline: none;\r\n}.form12 \r\n.input_deactive {\r\n\tcolor: #999999;\r\n\tfont-style: italic;\r\n}.form12 \r\n.input_active {\r\n\tcolor: #000000;\r\n\tfont-style: normal;\r\n}.form12 \r\n.am_pm_select {\r\n\twidth: 30px;\r\n\tvertical-align: middle;\r\n}.form12 \r\n\r\n\r\n.wdform-calendar-button, .form12\r\n.wdform-calendar-button:hover {\r\n  display:inline-block;\r\n\tbackground: transparent url(https:\/\/nstbv.nl\/wp-content\/plugins\/form-maker\/images\/03\/date.png) no-repeat !important;\r\n\tborder: 0px;\r\n\tcolor: transparent;\r\n\twidth: 22px;\r\n\theight: 22px;\r\n\tposition: relative;\r\n\tleft: -22px;\r\n\tvertical-align: top;\r\n\toutline: none;\r\n}.form12 \r\n\r\n\r\n.forlabs {\r\n\tfloat: right;\r\n\tmargin-right: 20px;\r\n}.form12 \r\n\r\n.if-ie-div-label {\r\n\t-ms-filter: \"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\" !important;\r\n\tfilter: alpha(opacity=100) !important;\r\n\topacity: 1 !important;\r\n}.form12 \r\n.wdform-ch-rad-label {\r\n\tdisplay: inline;\r\n\tmargin: -4px 5px 5px 5px;\r\n\tfloat: left;\r\n\tcolor: #000;\r\n\tcursor: pointer\r\n}.form12 \r\ntextarea {\r\n\tpadding-top: 5px;\r\n}.form12 \r\n.wdform-date {\r\n  display:inline-block;\r\n\twidth: 105px\r\n}.form12 \r\n.wdform_footer {\r\n\tmargin-top: 15px;\r\n}.form12 \r\n.page-numbers {\r\n\tvertical-align: middle;\r\n}.form12 \r\n.time_box {\r\n\ttext-align: right;\r\n\twidth: 30px;\r\n\tvertical-align: middle\r\n}.form12 \r\n.mini_label {\r\n\tfont-size: 10px;\r\n\tfont-family: \"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;\r\n\tcolor: #8A8A8A;\r\n}.form12 \r\n.wdform-label {\r\n\tborder: none;\r\n\tcolor: #000;\r\n\tvertical-align: top;\r\n\tline-height: 17px;\r\n}.form12 \r\n.wdform_colon {\r\n\tcolor: #000\r\n}.form12 \r\n.wdform_separator {\r\n\tfont-style: bold;\r\n\tvertical-align: middle;\r\n\tcolor: #000;\r\n}.form12 \r\n.wdform_line {\r\n\tcolor: #000\r\n}.form12 \r\n.wdform-required {\r\n\tborder: none;\r\n\tcolor: red;\r\n\tvertical-align: top;\r\n}.form12 \r\n.captcha_img {\r\n\tborder-width: 0px;\r\n\tmargin: 0px;\r\n\tpadding: 0px;\r\n\tcursor: pointer;\r\n\tborder-radius: 0px;\r\n}.form12 \r\n.captcha_refresh {\r\n\twidth: 30px;\r\n\theight: 30px;\r\n\tborder-width: 0px;\r\n\tmargin: 0px;\r\n\tpadding: 0px;\r\n\tvertical-align: middle;\r\n\tcursor: pointer;\r\n\tbackground-image: url(https:\/\/nstbv.nl\/wp-content\/plugins\/form-maker\/images\/refresh_black.png);\r\n}.form12 \r\n.captcha_input {\r\n\theight: 20px;\r\n\tborder-width: 1px;\r\n\tmargin: 0px;\r\n\tpadding: 0px;\r\n\tvertical-align: middle;\r\n}.form12 \r\n.file_upload {\r\n\tborder: 0px solid white;\r\n\tborder-radius: 0px;\r\n\tmargin: 0px;\r\n\tpadding: 0px;\r\n\tcolor: black;\r\n\tbackground-color: white;\r\n}.form12 \r\n.page_deactive {\r\ncolor: #000;\r\nbackground-color: #FFF;\r\ncursor: pointer;\r\ndisplay: inline-block;\r\nheight: 29px;\r\ntext-align: center;\r\nvertical-align: bottom;\r\npadding: 5px 25px 0px 25px;\r\nfont-size: 16px;\r\nfont-weight:bold;\r\n}.form12 \r\n.page_active {\r\ncolor: #FFF;\r\ncursor: pointer;\r\nbackground-color: #000;\r\ndisplay: inline-block;\r\nvertical-align: bottom;\r\nheight: 29px;\r\ntext-align: center;\r\nfont-size: 20px;\r\npadding: 5px 25px 0px 25px;\r\nline-height: 26px;\r\nfont-weight:bold;\r\n}.form12 \r\n.page_percentage_active {\r\npadding: 0px;\r\nmargin: 0px;\r\nborder-spacing: 0px;\r\nheight: 16px;\r\nline-height: 16px;\r\nfont-size: 15px;\r\nfloat: left;\r\ntext-align: right !important;\r\nz-index: 1;\r\nposition: relative;\r\nvertical-align: middle;\r\nbackground: #000;\r\ncolor: #fff;\r\nborder-top-left-radius: 5px;\r\nborder-bottom-left-radius: 5px;\r\n}.form12 \r\n.page_percentage_deactive {\r\nheight: 16px;\r\nline-height: 16px;\r\nbackground-color: #F1F1F1;\r\ntext-align: left !important;\r\nmargin-bottom: 1px;\r\nborder-radius: 5px;\r\n}.form12 \r\n.page_numbers {\r\n\tfont-size: 14px;\r\n\tcolor: #000;\r\n}.form12 \r\n.phone_area_code {\r\n\twidth: 50px;\r\n}.form12 \r\n.phone_number {\r\n\twidth: 100px;\r\n}.form12 \r\nbutton {\r\n\tcursor: pointer;\r\n}.form12 \r\n.other_input {\r\n\tborder-radius: 0px;\r\n\tborder-width: 1px;\r\n\theight: 16px;\r\n\tfont-size: 12px;\r\n\tpadding: 1px;\r\n\tmargin: 1px;\r\n\tmargin-left: 25px;\r\n\tz-index: 100;\r\n\tposition: absolute;\r\n}.form12 \r\n.wdform_page_navigation {\r\n\ttext-align: right !important;\r\n}.form12 \r\n\r\n.wdform_percentage_text {\r\nmargin: 3px 5px 3px 9px;\r\ncolor: #FFF;\r\nfont-size: 12px;\r\n}.form12 \r\n.wdform_percentage_title {\r\n\tcolor: #6E6E6E;\r\n\tfont-style: italic;\r\n\tmargin: 0px 0px 0px 40px;\r\n\tdisplay: inline-block;\r\n\tline-height: 27px;\r\n\theight: 27px;\r\n\tvertical-align: middle;\r\n}.form12 \r\n.wdform_button button {\r\n\tbackground: #4D792C;\r\n\tcursor: pointer;\r\n\tfont-size: 17px;\r\n\tborder-radius: 0px;\r\n\tmin-width: 80px;\r\n\tmin-height: 31px;\r\n\tcolor: #fff;\r\n\tborder: 2px solid #68943B;\r\n\tmargin: 5px;\r\n\tbox-shadow: 0px 0px 2px #c9c9c9;\r\n\tfont-family: Segoe UI;\r\n}.form12 <\/style><form name=\"form12\" action=\"\/de\/wp-json\/wp\/v2\/pages\/26\" method=\"post\" id=\"form12\" class=\"form12\" enctype=\"multipart\/form-data\"  onsubmit=\"check_required12('submit', '12'); return false;\">\n      <div id=\"12pages\" class=\"wdform_page_navigation\" show_title=\"false\" show_numbers=\"true\" type=\"none\"><\/div>\n      <input type=\"hidden\" id=\"counter12\" value=\"6\" name=\"counter12\" \/>\n      <input type=\"hidden\" id=\"Itemid12\" value=\"\" name=\"Itemid12\" \/><div class=\"wdform-page-and-images\" style=\"display:table; border-top:0px solid black;\"><div id=\"12form_view1\" class=\"wdform_page\" page_title=\"Untitled page\" next_title=\"Next\" next_type=\"text\" next_class=\"wdform-page-button\" next_checkable=\"false\" previous_title=\"Previous\" previous_type=\"text\" previous_class=\"wdform-page-button\" previous_checkable=\"false\"><div class=\"wdform_section\"><div class=\"wdform_column ui-sortable\"><div wdid=\"1\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_text\" class=\"wdform-field\" style=\"width:200px\"><div class=\"wdform-label-section\" style=\" width: 100px;\"><span class=\"wdform-label\">Naam:<\/span><span class=\"wdform-required\">*<\/span><\/div><div class=\"wdform-element-section\" style=\"display:block;; width:200px;\"  >\n\t\t\t  <div style=\"display:table; width: 100%;\">\n\t\t\t\t<div style=\"display:table-row;\">\n\t\t\t\t\t<div style=\"display:none;;\"><span style=\"vertical-align:middle;\"><\/span><\/div>\n\t\t\t\t\t <div style=\"display:table-cell;\">\n\t\t\t  <input type=\"text\" class=\"input_deactive\" id=\"wdform_1_element12\" name=\"wdform_1_element12\" value=\"\" title=\"\"     style=\"width:100%\"><\/div><div style=\"display:table-cell;\"><span style=\"vertical-align:middle;\"><\/span><\/div>\n\t\t\t\t<\/div>\t\t\t  \n\t\t\t  <\/div>\t\n\t\t\t  <\/div><\/div><\/div><div wdid=\"2\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_submitter_mail\" class=\"wdform-field\"  style=\"width:200px\"><div class=\"wdform-label-section\" style=\"; width: 100px;\"><span class=\"wdform-label\">E-mail:<\/span><span class=\"wdform-required\">*<\/span><\/div><div class=\"wdform-element-section \" style=\"display:block; width: 200px;\"><input type=\"text\" class=\"input_deactive\" id=\"wdform_2_element12\" name=\"wdform_2_element12\" value=\"\" title=\"\"  style=\"width: 100%;\"  onchange=\"wd_check_email('2', '12', 'Dies ist keine g\u00fcltige E-Mail-Adresse.', 'The email addresses don\\'t match')\"><\/div><\/div><\/div><div wdid=\"3\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_textarea\" class=\"wdform-field\"  style=\"width:200px\"><div class=\"wdform-label-section\" style=\"; width: 100px;\"><span class=\"wdform-label\">Bericht:<\/span><span class=\"wdform-required\">*<\/span><\/div><div class=\"wdform-element-section \" style=\"display:block; width: 200px\"><textarea class=\"input_deactive\" id=\"wdform_3_element12\" name=\"wdform_3_element12\" title=\"\"  style=\"width: 100%; height: 100px;\" ><\/textarea><\/div><\/div><\/div><div wdid=\"4\" class=\"wdform_row ui-sortable-handle\"> <script src=\"https:\/\/www.google.com\/recaptcha\/api.js\"><\/script><div type=\"type_recaptcha\" class=\"wdform-field\"><div class=\"wdform-label-section\" style=\"display:none;; width: 100px;\"><span class=\"wdform-label\">Verificatie:<\/span><\/div><div class=\"wdform-element-section *:*w_theme*:*\" style=\";\"><div class=\"g-recaptcha\" data-sitekey=\"6LdnXDcUAAAAAKYapl8NL7vEZpAb-G15QypOYTCu\"><\/div><\/div><\/div><\/div><div wdid=\"5\" class=\"wdform_row ui-sortable-handle\"><div type=\"type_submit_reset\" class=\"wdform-field\"><div class=\"wdform-label-section\" style=\"display: table-cell;\"><\/div><div class=\"wdform-element-section \" style=\"display: table-cell;\"><button type=\"button\" class=\"button-submit\" onclick=\"check_required12('submit', '12');\" >Versturen<\/button><button type=\"button\" class=\"button-reset\" onclick=\"check_required12('reset', 12);\" style=\"display: none;\" >Reset<\/button><\/div><\/div><\/div><\/div><\/div><div valign=\"top\" class=\"wdform_footer\" style=\"width: 100%;\"><div style=\"width: 100%;\"><div style=\"width: 100%; display: table; padding-top:10px;\"><div style=\"display: table-row-group;\"><div id=\"12page_nav1\" style=\"display: table-row;\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"wdform_preload\"><\/div><\/form><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Neho Speciaal Techniek B.V. Goudstraat 12 2872 ZS Schoonhoven T. 0182 &#8211; 38 75 22 F. 0182 &#8211; 38 77 11 E. info@nstbv.nl KvK-nummer 29039342 BTW nr. NL0031.24.411.B01 Openingstijden: ma t\/m vr 8:00-17:00 Naam:* E-mail:* Bericht:* Verificatie: VersturenReset<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/template-full.php","meta":{"footnotes":""},"_links":{"self":[{"href":"https:\/\/nstbv.nl\/de\/wp-json\/wp\/v2\/pages\/26"}],"collection":[{"href":"https:\/\/nstbv.nl\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nstbv.nl\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nstbv.nl\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nstbv.nl\/de\/wp-json\/wp\/v2\/comments?post=26"}],"version-history":[{"count":23,"href":"https:\/\/nstbv.nl\/de\/wp-json\/wp\/v2\/pages\/26\/revisions"}],"predecessor-version":[{"id":1068,"href":"https:\/\/nstbv.nl\/de\/wp-json\/wp\/v2\/pages\/26\/revisions\/1068"}],"wp:attachment":[{"href":"https:\/\/nstbv.nl\/de\/wp-json\/wp\/v2\/media?parent=26"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}