Hello,
Is there a momyen to limit the number of characters in a "fulltext" field, using a wisiwyg editor?
I want users who fill the field does not exceed 2500 characters. Thank you
wyswyg fields don't not have length limitation on the client side - if you need it than you can use textarea. You could limit only stored text length by creting a new wysiwyg field and setting it's storage to e.g. varchar(20148) (don't change storage settings for into or fulltext fields as those use core joomla tables).