One of our customers has a mandatory PO field, 5 numbers. Some of those ordering cards are putting in "0" in the PO field, to be able to go forward.
Is there a way to reject all but a 5-digit entry in the field? I looked under Options/Fields but couldn't see where this would be possible.
Yes, If you change the option to "Cost Centre - Custom" (You would leave the Method Name P.O for customers to see) Here you can put in an expression like this ^[\d*]{5,5}$ to tell the system a minumum of 5 characters in the P.O and an Maximum of 5 in the P.O.
You can also put in a custom error message to say " Please type a valid P.O. "
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article