I've looked for an hour on Stackoverflow and had no luck unfortunately as I can't apply it to my circumstances. I'm not a coder, so please kindly tailor your response to my code. Upon our e-commerce website, buyers are entering their address and name all in lower case letters. For various reasons, we don't want this and want the data STORED with each word capitalised (therefore the CSS of text-transform) won't work for the back-end.
Supposing that the field name is:
<input type="text" value="" name="FormField[1][1]" id="FormField_1" class="Textbox Field200 FormField">
What do I need to add to the above code and what do I need to put in the section to get every word beginnging with a capital?
Thank you very much.