Made a test order and County isn't capitalizing. However the generated code for the County field includes the line
<input type="TEXT" name="INVOICEADDRESS4" size="40" maxlength="200" VALUE="">
So it looks like the onchange="this.value = capitalizeWords(this.value)" bit has been left out of that field.
<input type="TEXT" name="INVOICEADDRESS4" size="40" maxlength="200" VALUE="">
So it looks like the onchange="this.value = capitalizeWords(this.value)" bit has been left out of that field.
Comment