Question

I have a list and I'd like for when users enter an ID number in the text field that it be returned in uppercase without having the user use caps lock or shift.

Was it helpful?

Solution

Your best bet would be to use a little jQuery to force the upper case. On keyup event, get the string and set it to upper case. Let me know if you could use some more help with the code.

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top