I want to create a page that will show submitted form data.
This will be a forward facing page (not in the admin panel).
I want to do something like (pseudo code):
<?php echo gforms_get_field( $form_id, $entry_id, $field_name); ?>
Is there any function I missed in the docs?
Can you redirect me to a page or tutorial which shows how to do this?