• maximr

    (@maximr)


    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)
  • Plugin Author Nick Ciske

    (@nickciske)

    No. You can use the validation filter to enforce a maxlength, but there’s not a way to add it via the UI, yet.

Viewing 1 replies (of 1 total)
  • The topic ‘HTML input/textarea field validation via tag maxlength’ is closed to new replies.