Limit the number of symbols in text field

DocTrix Forms for Office 365 > How to? > Limit the number of symbols in text field

Add validation expression in properties:

(value || '').length <= [number of symbols]

 

Contents