Hello,
I am using a Rich Text Editor page item which uses CKEditor. One of the attributes I can set on the page item is Validation > Maximum Length. But this setting does not work when using page item type Rich Text Editor.
Can anyone elaborate how to restrict the maximum number of characters (preferably in the frontend so the user is aware of this)? My database column is a VARCHAR2(4000 CHAR) and I want to prevent users inserting more than 4000 characters in CKEditor.
Thanks in advance.