Characters Count (Min/Max)
Last updated
Last updated
Attribute: superform-chars-min = number
or superform-chars-max = number
Apply to: all text-related input
, textarea
, tag elements.
Validates specified input/textarea for minimum and/or maximum character length.
Eg: "I want this input text to receive between 4-10 characters"
Apply: superform-chars-min = 4, superform-chars-max=10
Remember that you need to always apply superform-validate="identifier" so your input can enter the validation process.