I am unable to deploy the form as it is showing that I have invalid constraint expression but I have checked it again and the expression doesn't seem to be incorrect

You appear to be missing the end quote in your regex. Try

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

1 Like

No I have entered the correct one, Also I rechecked after your message. Thankyou


  1. 0-9 â†Šī¸Ž

@csrcnepal25, has your issue been resolved? Did you use the correct regex expression shared by @Xiphware?

My issue was solved after I downloaded the form and reentered the expression and again uploaded it

1 Like