Answered
restricting form field to numbers without separators on XI
restricting form field to numbers without separators XI
restricting form field to numbers without separators XI
Technically, that still allows the user to enter the minus symbol and a period.
If you really want to only allow numbers you can use this code as the custom Keystroke script:
event.rc = /^\d*$/.test(event.change);
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.