Hi All,
I have a text field on a form that is set as a numeric type and I want to force 2 digits in the field before the user submits the form. How can I do this? Thank you!
Where would this go under? which property/function? There's a lot more going on before submitting the form during the button and on the screen, but I wanted to make sure if you user types in '1' they are told has to be 2 digits and cant move forward if it's not.
Try validation for that text filed
try this
If(
Len(Textfiled) = 2,
SubmitForm(Yourform),
Notify("Please give 2 digit value")
)
WarrenBelz
146,658
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional