<?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 display submitted data</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-display-submitted-data</link>
		<description>Gravity Support Forums Topic: How to display submitted data</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:56:16 +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-display-submitted-data" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "How to display submitted data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-display-submitted-data#post-191894</link>
			<pubDate>Sun, 31 Mar 2013 17:20:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">191894@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The best source of up to date documentation is the source of the plugin at this time.  The public hooks and filters are documented on this page &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Developer_Docs&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Developer_Docs&#60;/a&#62; but for the internal functions, you will need to view the source.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cleverpixelnet on "How to display submitted data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-display-submitted-data#post-186917</link>
			<pubDate>Wed, 27 Mar 2013 16:38:00 +0000</pubDate>
			<dc:creator>cleverpixelnet</dc:creator>
			<guid isPermaLink="false">186917@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am also having similar queries and yesterday I wrote lots of complex joins to get the desired data. I wish there was a better documentation for the api, specially get_leads function.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to display submitted data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-display-submitted-data#post-184380</link>
			<pubDate>Mon, 25 Mar 2013 18:39:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">184380@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We're renewing the documentation for version 1.7 which is currently in beta release. The best source of documentation is to take a look at the source.  &#60;/p&#62;
&#60;p&#62;This function is in forms_model.php starting on line 2467:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[php]
public static function get_leads($form_id, $sort_field_number=0, $sort_direction=&#38;#39;DESC&#38;#39;, $search=&#38;#39;&#38;#39;, $offset=0, $page_size=30, $star=null, $read=null, $is_numeric_sort = false, $start_date=null, $end_date=null, $status=&#38;#39;active&#38;#39;){&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Those are the parameters and the order in which you use them.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nes49 on "How to display submitted data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-display-submitted-data#post-184249</link>
			<pubDate>Mon, 25 Mar 2013 15:11:04 +0000</pubDate>
			<dc:creator>nes49</dc:creator>
			<guid isPermaLink="false">184249@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, that is helpful.&#60;/p&#62;
&#60;p&#62;Would it be possible to put documentation on RGFormsModel::get_leads in the Documentation section?  Or have I just been unable to find it there?&#60;/p&#62;
&#60;p&#62;It looks as if it takes three parameters -&#60;br /&#62;
form_id&#60;br /&#62;
id of field on which to sort&#60;br /&#62;
direction of the sort.&#60;/p&#62;
&#60;p&#62;and it returns an array of all the entries, and each entry is an array with the field ids as indexes.&#60;/p&#62;
&#60;p&#62;About right?&#60;/p&#62;
&#60;p&#62;Anything else?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to display submitted data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-display-submitted-data#post-182246</link>
			<pubDate>Sat, 23 Mar 2013 18:03:44 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">182246@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What information are you trying to display exactly? I've written shortcodes in the past to pull out information from all entries on a form.  Maybe you can use something like this?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/FUF9HA6B&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/FUF9HA6B&#60;/a&#62;&#60;br /&#62;
or more likely this:&#60;br /&#62;
&#60;a href=&#34;http://pastebin.com/kHpaHQvi&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/kHpaHQvi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Those examples show how to get entry information from a form by using a shortcode.  You can then embed the shortcode wherever you like to show that information on your site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nes49 on "How to display submitted data"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-display-submitted-data#post-178409</link>
			<pubDate>Wed, 20 Mar 2013 18:15:58 +0000</pubDate>
			<dc:creator>nes49</dc:creator>
			<guid isPermaLink="false">178409@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Okay, I'm missing something simple here.&#60;/p&#62;
&#60;p&#62;I'm using Gravity Forms for registration, and I'd like modify a WordPress page to display a list of the people attending along with a few bits of other info pulled from their form entries.&#60;/p&#62;
&#60;p&#62;If  I understand the discussion in this post&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/three-things-i-was-surprised-to-find-missing&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/three-things-i-was-surprised-to-find-missing&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;it appears that an additional plugin is needed to do this. [Though your Docs describe an Entry object, I can't find any examples of instantiating that except by a form submission.]&#60;/p&#62;
&#60;p&#62;+1 to adding this to the base system.&#60;/p&#62;
&#60;p&#62;Why do this? Well, if the data can only be accessed after a CSV download, you've now got more than one copy of the data. When the data needs to be shared (say different people may have to update fields from the original form data) it seems we're being pushed into copying the data to something like a Google docs spreadsheet, which then becomes the &#34;one true source&#34;. Maybe there are performance reasons for putting the &#34;live&#34; copy somewhere other than in the WordPress database -- but it seems if you're providing such a grand user interface to edit the data, it only  makes sense to have an easy way to display it. More experienced programmers than I may not see a problem here, and just roll their own, but ...&#60;/p&#62;
&#60;p&#62;I'll investigate the other plugin.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
