Skip to main content
Nintex Community Menu Bar

restriction enter 4 digits in Nintext text box

  • April 3, 2018
  • 2 replies
  • 15 views

Forum|alt.badge.img+3

is it possible to restrict user from entering more than 4 digits in nintext text box

For ex: 3456, after this it should allow user to enter

2 replies

Forum|alt.badge.img+14
  • Scholar
  • April 4, 2018

you can not directly restrict that someone do not type in more then 4 digits into a form control, you can however create a validation rule or better (in this case) configure regular expression validation that prevents form to submit if there are more then 4 or not exactly 4 digits entered.


Forum|alt.badge.img+9
  • April 4, 2018

You can do it using Javascript: