Are you sure @twisted1919 ? It looks ok, but I tried to increase it to 1000 or even 2000 chars, but still max 519 :-/@Eldi - see /apps/common/models/Campaign.php line 168:
PHP:array('subject', 'length', 'max' => 500),
Have the same problem. Could you please share ss where is that table are located and what I need to change there?You'll also need to modify the database table(mw_campaign) to allow more than the default.
<?php
hooks()->addFilter('listfieldvalue_model_value_max_length', function($length){
return 512;
})