Unlike the multiline text box, I can validate through the regular expression the limit of how many words a user can add to the text box e.g. ^(\b\w+\b\s*){0,15}$ limits the user to 15 words.
Now how can I do this for a multiline text box please ? eg limit the user to only 500 words in the text box then provides a message saying limit exceeded.
The only option I can find in this forum is 7 years old and no longer valid
Many thanks folks