I'm using RGFormsModel::get_leads($form_id) to fetch all entries for a form, however long text fields are coming back truncated at 200 characters. How do I fetch the full text of long input fields?
I'm using RGFormsModel::get_leads($form_id) to fetch all entries for a form, however long text fields are coming back truncated at 200 characters. How do I fetch the full text of long input fields?
Please see this post from lead developer Alex and see if it helps:
http://www.gravityhelp.com/forums/topic/data-paragraph-text-missing#post-4575
Thanks, that worked, although the method signature appears to have changed since then:
RGFormsModel::get_field_value_long($entry, $field['id'], $form)
Yes, that was an old post. Looking through the source helps sometimes. Glad you were able to figure that out.