In CCv6, adding a text field and using the validation tab masks does not restrict input. The other fetures work with regards to 'Required' but any selected mask doesnt.
I am calling this field into a fields view, all works and it records to DB, just not masked.
I am calling this field into a fields view, all works and it records to DB, just not masked.
Be very careful with masks - not only can they be bypassed by turning off javascript, but they are broken on Android - if your mask has a dash or a space in it it will be impossible for the user to input data correctly.
This topic is locked and no more replies can be posted.