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
echo "<script>$('.mpform_submit').on('click', function () { removeInvalidChars();});function removeInvalidChars() { var str = $('#field7').val(); str = str.replace(/[^\x20-\x7E]/g, ''); $('#field7').val(str);}</script>";