<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Gravity Support Forums Topic: How to retrieve entry data?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-retrieve-entry-data</link>
		<description>Gravity Support Forums Topic: How to retrieve entry data?</description>
		<language>en-US</language>
		<pubDate>Tue, 07 Apr 2026 06:42:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/how-to-retrieve-entry-data" rel="self" type="application/rss+xml" />

		<item>
			<title>10000things on "How to retrieve entry data?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-retrieve-entry-data#post-30684</link>
			<pubDate>Thu, 21 Jul 2011 14:51:45 +0000</pubDate>
			<dc:creator>10000things</dc:creator>
			<guid isPermaLink="false">30684@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks so much for the quick reply, it works perfectly, exactly what I needed!&#60;/p&#62;
&#60;p&#62;David
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "How to retrieve entry data?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-retrieve-entry-data#post-30642</link>
			<pubDate>Thu, 21 Jul 2011 10:41:53 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">30642@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To get one entry, you can use the following call. It will return an &#60;a href='http://www.gravityhelp.com/documentation/page/Entry_Object' rel=&#34;nofollow&#34;&#62;Entry Object&#60;/a&#62;.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;RGFormsModel::get_lead($entry_id);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To get a list of entries for a specific form, you can use the following call. It will return an array of &#60;a href='http://www.gravityhelp.com/documentation/page/Entry_Object' rel=&#34;nofollow&#34;&#62;Entry Objects&#60;/a&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;RGFormsModel::get_leads($form_id)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Note: This call has some extra parameters that lets you specify sorting, searching, number of entries to return, etc... We don't have a full documentation on this method, so you will have to inspect the function definition (forms_model.php) in order to find out about all the parameters.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "How to retrieve entry data?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-retrieve-entry-data#post-30602</link>
			<pubDate>Wed, 20 Jul 2011 23:17:38 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">30602@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have forwarded this to our lead developer who will take a look and suggest ways of doing this.  I'm not sure of specific helper functions for accessing entry data.  &#60;/p&#62;
&#60;p&#62;The ability to access and display entry data on the front end is something i'd like to focus on with the v1.7 release. later this year.  The v1.6 release is currently in development and it's too late to add extensive entry display functionality to this release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>10000things on "How to retrieve entry data?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-retrieve-entry-data#post-30593</link>
			<pubDate>Wed, 20 Jul 2011 19:35:38 +0000</pubDate>
			<dc:creator>10000things</dc:creator>
			<guid isPermaLink="false">30593@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;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?&#60;/p&#62;
&#60;p&#62;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.&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62;David
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
