Home › Forums › Quform WordPress › Validator
I could use some help on a validator: I need a field validated to match a certain pattern.
Whatever is entered it needs to begin with SC and then have five digits after it.
So the field would be required to be SCXXXXX where the x’s are numbers.
Can any body point me in the right direction.
Thanks
L
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
Thanks!
Another question, is it possible to do two regex validators.
I have a similar field that needs to be either 4 or 5 numbers.
So when they enter the number it needs to be either 4 numbers or five. That is all.
Ok,
I figured this out, I amusing the digit validator along with the length validator to accomplish this.
Thanks again!