Home › Forums › Quform WordPress › Regex Issues
Hi,
I have a form which should accept 2 types of codes
XX12345Y or XX12345
I have tried to filter this on the form with the following regex filters but either the form rejects the string saying this field is required
/[A-Z]{2}\w{5,6}/ /[A-Z]{2}[0-9]{5}[A-Z]{0,1)}
and some variations of the above but non works.
Any ideas?
You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.