Dear all,
A query about the length limit of a text field. I want to limit the number of characters a user is allowed to enter into a text field (it can a Rich text field if need be) to 1000 characters (about 150 words).
On the Notes client side, validation will alert the user only after the text has been entered. Is there a way of disabling character input once the limit is reached on the Notes client just as the way it works on web client?
On the web client side, no input will be possible after the limit is reached. However, the text field is only a one-line window. Its width can be increased thru HTML attributes (Size = "xxx". I do not know how to increase the height of the text field.
One more thing: is it possible to include a field that will either display the total number of characters in the text already entered or display in real time how many characters remaining that a user can enter?
I would be grateful if someone can help me on this.
A query about the length limit of a text field. I want to limit the number of characters a user is allowed to enter into a text field (it can a Rich text field if need be) to 1000 characters (about 150 words).
On the Notes client side, validation will alert the user only after the text has been entered. Is there a way of disabling character input once the limit is reached on the Notes client just as the way it works on web client?
On the web client side, no input will be possible after the limit is reached. However, the text field is only a one-line window. Its width can be increased thru HTML attributes (Size = "xxx". I do not know how to increase the height of the text field.
One more thing: is it possible to include a field that will either display the total number of characters in the text already entered or display in real time how many characters remaining that a user can enter?
I would be grateful if someone can help me on this.