I want the Postcode and Town when the customer enters their invoice and delivery address to be automatically converted to upper case/capitals. I have successfully done this following Norman's suggestion in an old posting -
<input type="text" style="text-transform:capitalize" . However, when the orders come into Actinic and into Sage, the town and postcode are in lower case. The system seems to record what the customer typed, not what it converted to. This makes it detrimental, as the customer will think they have typed in caps when they haven't. Any suggestions as to how the capitals can be maintained, preferably without doing the javascript route?
Sarah
<input type="text" style="text-transform:capitalize" . However, when the orders come into Actinic and into Sage, the town and postcode are in lower case. The system seems to record what the customer typed, not what it converted to. This makes it detrimental, as the customer will think they have typed in caps when they haven't. Any suggestions as to how the capitals can be maintained, preferably without doing the javascript route?
Sarah
Comment