asked on August 14, 2018
Hello,
In Forms 10.21.1.246 if I create a single line field that I want in a MM/YYYY format and use the following regex to validate it: ^((0[1-9])|(1[0-2]))\/((19[0-9][0-9])|(20[0-3][0-9]))$ I get this error after I submit. If I change the regex to us a dash - instead of a forward slash / it fixes it ^((0[1-9])|(1[0-2]))\-((19[0-9][0-9])|(20[0-3][0-9]))$ Is this a bug? If so what work arounds might you suggest? Anything helps. And is it fixed in 10.3?
0
0