Hi everyone, I am very new to Kobo. In my form, I want to enter a participant ID that would be three digits coupled with an uppercase letter, such as “872M” or “528L”. The code I am using is
regex(., ‘[1]{3}.[A-Z]{1}.$’)
But this does not seem to work.
Thanks
0-9 ↩︎



