HTML input/textarea field validation via tag maxlength
-
Hello,
For the input and the textarea HTML tags there is such attribute maxlength, which restricted max inputted characters. But in the plugin doesn’t have such ability.
If generate the form in Salesforce you have it eg:
<label for="email">Email</label><input id="email" maxlength="80" name="email" size="20" type="text" />
is there are any way how to add it?
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘HTML input/textarea field validation via tag maxlength’ is closed to new replies.