Sorry if I'm missing this somewhere, I'm new to Gravity Forms -- is there a function available for retrieving data previously added from a form, something like gform_get_entry($form_id, $entry_id), with an array returned containing data from the specified entry?
It looks like maybe I can save all entries as posts, and then use the WP custom field functions to get at the data, but I'd rather access the data directly if possible.
Thanks!
David