DjValidator modes
Mode 'clean': clean validation messages.
Mode 'submit':Attached to the submit event (default)
Text (text)
Word (word)
Alphabetic text (atext)
Alphabetic and numeric text (antext)
Validate!
Mode 'function': validation returns a boolean
Text (text)
Word (word)
Alphabetic text (atext)
Alphabetic and numeric text (antext)
Validate!
Mode 'blur': Manually activation for blur validation(each input)
Text (text)
Word (word)
Alphabetic text (atext)
Alphabetic and numeric text (antext)
Validate!