hello koders i hope you are having a nice day today i’m in need for help …can anyone help me how to get user input from 0 to 20 numbers only in text box ..please help me my friends
-
From designer section set the input type property of the related text box to
Number -
Then in block section use the some similar logic like below
this does not include 0, or?
do not forget to set input type to
this is more comfortable for the user due to show keyboard with numbers only as @Vaibhav suggests in his post.


