69 Posts
manubelin
5 years ago
1
Topic

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

Get a Book for SEBLOD
4229 Posts
Kadministrator
5 years ago
0
Level 1

Hi,

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).

Get a Book for SEBLOD