Why maxlength value is 80 for single-line text and 400 for a text area ?
-
Version 5.9.6 applies the default maxlength validation rule to text fields (text, email, telephone number, URL, and text area) if they have no maxlength option. The default maxlength value is 80 for single-line text and 400 for a text area. If your fields expect text input longer than the default value, set the maxlength option explicitly.
Why ?
Why not make the default text field unlimited? There are many users who receive forms with more than 400 characters in their contact form messages.
Thierry
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this review.