Limit the number of characters a user can type into a text area of a form
I have a form that includes several Text Area controls that map to fields that are limited to 255 characters, and the work flow will fail if the user puts in more than that.
How can I limit the number of characters the user enters?
0
-
Found it: under validation, ^[A-Za-z0-9$@\.\- ]{1,255}$ 0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar