I'm using a field of type "number" to enter postal codes.
For Germany a postal code ist limited to 5 digits.
So i set maximum and minimum length to "5".
As i remember with CKForms 1.3.3 it worked as intended (field has to contain 5 numbers).
With 1.3.4 it tests the value, not the lenght!
So I'm limited to test the value (0 - 99999) or the length (5) without testing for numbers, using field type number or text.
Am i right, that the behaviour changed?
Does anyone has an idea how to test a postal code(only 5 numbers)?
Greetings
GOGO