Limit amount of charachters allowed

Hi All

How do i limit the amount of characters a user must enter into a filed, i
need set a max and minimum character count.

Thanks
Bash

Sorry, I mean in the constraint column. That's where regular expressions
are placed.

regex(., '^[0-9]{5}$')

Above example limits it to 5 digits.

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

Nik

ยทยทยท On Tuesday, March 19, 2013 10:36:52 PM UTC+8, Bashir Jahed wrote: > > Hi All > > How do i limit the amount of characters a user must enter into a filed, i > need set a max and minimum character count. > > Thanks > Bash >