Ask the community, share ideas, and connect with other LimeSurvey users!
Log in
Forgot your password? Forgot your username?
I want all of them to be validated only with letters
is_empty(this) OR regexMatch('/^[a-zA-Z]+$/', this)
I want the first and the third to be validated with one character only
(is_empty(self.sq_SQ001) OR strlen(self.sq_SQ001) < 2) AND (is_empty(self.sq_SQ003) OR strlen(self.sq_SQ003) < 2)
Online-surveys for every purse and purpose