Problem with limit cahracters in field
-
Hello, I have a problem when I limit number of character in a field.
I already read other post, but the solution doesn’t work in my web page.
For example I would limit to 5 number in a field and I write in a “regular expression for field validation” ^(0-9){5}$ and then I write the message in a Custom error message and in a Input field title.
The first problem is that no display when mouse hover over field the text that I write, and the second problem is that I write in my form for example 43550 and when I validate it, appear the error message.I need to know I can:
– limit to only 5 number
– limit to write min 20 and max 22 character (number y letter)10xs.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Problem with limit cahracters in field’ is closed to new replies.