How do i validate for example a textfield before save like the int field min and max? I want to assure that for example a textfield contains some values. Is it possible to do for example regex and deny save, if it does not caontains approved values.
Or it is possible with hooks to do the same before save on some fields?
Or it is possible with hooks to do the same before save on some fields?
Comment