Hello all,
I'm working on a project where someone enters the VIN of their automobile (17 characters, letters/numbers). We frequently have erroneous entries with the letters o (O),i(I),q(Q), which aren't used in the VIN. Can someone show me a regular expression for validation that either excludes these entries or gives invalid input if they are entered? I don't have access to workflow so it would have to be in the forms validation area. I've already put text below the field that says don't use those letters, but that didn't help.
Any help would be appreciated!
Donnie