How to use Uppercase text only in ODK

Hi Antonio,
Answer must beuppercase letters and between 1 and 10 characters long for
example
constraint= regex(., "^[A-Z]{1,15}$")

http://opendatakit.org/help/form-design/binding/

··· Le jeudi 17 juillet 2014 09:00:46 UTC, Antonio Niquisse a écrit : > > Dear Community, > > I am the beginner in ODK environment and I am developing a database to > collect information in health area. > My question is: How can I only allow to include uppercase only in text > type to avoid case sensitivity during data collection? For example, in the > name of the facility, name of the patient, etc. > > I am looking forward to hear from you. > Best regards, > Antonio. >
2 Likes