I need a field on a registration form for a product serial number, so I've set up an integer field with min and max value field entry validation (to ensure it is a valid serial number). If an invalid number is entered, the error message gives the game away as to the permitted number range. Is there any way to make it simply say something like "Invalid serial number" instead? Maybe I need to validate it in some other way?
The error message I get when I enter 12345678 is "Serial number: Year 12345678 is not between [min value] and [max value]". YEAR? What's that all about?!
Last edit: 12 years 6 months ago by alankempster. Reason: wring topic icon