Home › Forums › Quform WordPress › digits validator not working? › Reply To: digits validator not working?
November 8, 2023 at 10:47 am #36177
a.lettieri
Participant
I think I get it now: since it’s not a required field, if a user puts letters in it the filter will strip them and move on to the next step\submit, so it doesn’t warn the user that he has to put only numbers.
Guess I either remove the filter as you said or make it a required field to make it work.