I know you can register a custom regex validator by using EPiServer.XForms.DataTypes.Types.Add(...) but suppose we e.g. wanted to validate Norwegian Social Security numbers. To validate these numbers regex won't do, as there is some math involved. Does anyone know if it is possible to add validators other than the regex one mentioned?
Hi!
I know you can register a custom regex validator by using EPiServer.XForms.DataTypes.Types.Add(...) but suppose we e.g. wanted to validate Norwegian Social Security numbers. To validate these numbers regex won't do, as there is some math involved. Does anyone know if it is possible to add validators other than the regex one mentioned?
Kristian