You are viewing limited content. For full access, please sign in.

Question

Question

Forms Regex/ cannot pass backend validation

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?

 

Screen.jpg
Screen.jpg (26.75 KB)
0 0

Replies

replied on September 6, 2018

Hi Paul, we bump in to this same issue as well. Per this post it is a bug and the current recommendation is to turn off backend validation.

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.