You don't need to enforce it, as you can calculate
a capitalised value from the entry using the translate function.
Otherwise you could use a regular expression as a constraint
to prevent entry of any lower case characters, but translating is going to be much less annoying for the enumerator
Here is an example regex
expression from @Xiphware
Here is an (incomplete) example translate
expression from @Alexander_Torrado