I have "multiple lines of text" field which can allow
rich text in a custom document library. Now, when the end user is
uploading some document, I want to restrict the user to enter only few
notes in this field. It could be around 255 chars. But when rich text
functionality is enabled, behind the scenes we have HTML getting
generated right. So, though the user does not really enter 255 chars,
he still keeps getting error that the char limit has been crossed.
I do not want to enable "Unlimited number of chars" for that field
because I want to restrict the number of chars entered in that field.
Can somebody please help me on this issue? It will really make my day.
I have a deadline that I am trying to meet.