Hello Mustafa,

You can change type of new fields. Go to ftp://includes>>classes>>admin>>rlFields.class.php
find method: createField

find VARCHAR({$info['Values']}) or VARCHAR({$new_length}) or VARCHAR( 100 ) and change to TEXT
and then you can add as many fields as you need.