WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
// Check for blank fieldsforeach ($_POST as $field => $value) { // Except of these fields... if ($field != 'cust_tax_no' && (strpos($field, 'company') === false)) { if ($value == '') { $blanks[] = $field; } }}