I use the function RGFormsModel::get_leads($form_id) to retrieve form entries. I loop trough this with a foreach function and than echo the field content using something like $entryfield['field_id']. This all works fine except for one thing.
In a text field the content get's cut off after 201 characters. The content is in the database, it just does not show up.
What can I do to make it show?
Thank you