Hi Guys Is there a piece of javascript laying around that someone has to convert every first letter of every word to uppercase that can be used in the custom javascript field of the form?
Thanks guys (and ladies of course)
Not tried js but in the theme advanced CSS you could you could use:
.propercase { text-transform: capitalize; }
Then on the field use the CSS statement "propercase"