Home › Forum › Laying out a Form › Can I validate/force digits in an input mask? › Re: Can I validate/force digits in an input mask?
August 31, 2011 at 7:48 pm #5833
How about adding simple branch that uses the Length function on your mask input? If the lenght is 5, do your lookup; otherwise show a message (or something). Like so:
//i.imgur.com/aJugM.png