Forum Discussion
_anomDiebolt_
9 years agoQrew Elite
Use the IOL technique on the form when the text is originally entered. See screenshot and script manually applied through the console.
$("#_fid_6").on("blur", function() {
_fid_6.value = _fid_6.value.replace(/\b\w/g, word => word.toUpperCase());
});