<?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 get form entries and use them in my WP theme?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-get-form-entries-and-use-them-in-my-wp-theme</link>
		<description>Gravity Support Forums Topic: How to get form entries and use them in my WP theme?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 20:25:54 +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-get-form-entries-and-use-them-in-my-wp-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>Phage Phagerson on "How to get form entries and use them in my WP theme?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-get-form-entries-and-use-them-in-my-wp-theme#post-299565</link>
			<pubDate>Mon, 03 Jun 2013 17:34:18 +0000</pubDate>
			<dc:creator>Phage Phagerson</dc:creator>
			<guid isPermaLink="false">299565@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, I've been using &#60;/p&#62;
&#60;p&#62;$leads = RGFormsModel::get_leads($form_id);&#60;/p&#62;
&#60;p&#62;Which has been working fine but after 30 leads, I don't get anymore. It seems to stop, even though there are more entries in the database. &#60;/p&#62;
&#60;p&#62;Do I need to set a variable somewhere ? like $page_size?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>potspotdev on "How to get form entries and use them in my WP theme?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-get-form-entries-and-use-them-in-my-wp-theme#post-151596</link>
			<pubDate>Thu, 21 Feb 2013 11:20:53 +0000</pubDate>
			<dc:creator>potspotdev</dc:creator>
			<guid isPermaLink="false">151596@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to get form entries and use them in my WP theme?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-get-form-entries-and-use-them-in-my-wp-theme#post-143369</link>
			<pubDate>Wed, 06 Feb 2013 11:02:06 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">143369@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Take a look at &#60;strong&#62;get_leads&#60;/strong&#62; in forms_model.php (around line 2467 in the current release):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;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;You can use that at its most stripped down like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$leads = RGFormsModel::get_leads($form_id);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will return an array of leads for all entries made for $form_id.  You can process those however you like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>potspotdev on "How to get form entries and use them in my WP theme?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-get-form-entries-and-use-them-in-my-wp-theme#post-142731</link>
			<pubDate>Tue, 05 Feb 2013 16:21:37 +0000</pubDate>
			<dc:creator>potspotdev</dc:creator>
			<guid isPermaLink="false">142731@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi David,&#60;/p&#62;
&#60;p&#62;Thanks for your answer. To be more specific, I'm trying to get all entries that a particular forms creates, filtering them by an entry value. Then I'll list them with foreach and add a delete button to each of them.&#60;/p&#62;
&#60;p&#62;Hope that makes sense.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "How to get form entries and use them in my WP theme?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-get-form-entries-and-use-them-in-my-wp-theme#post-142728</link>
			<pubDate>Tue, 05 Feb 2013 16:16:13 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">142728@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you give us more information on what you are trying to do? Are you trying to edit previously submitted entries, or display entries like blog posts? Depending on what you want, those are very different answers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>potspotdev on "How to get form entries and use them in my WP theme?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-get-form-entries-and-use-them-in-my-wp-theme#post-142718</link>
			<pubDate>Tue, 05 Feb 2013 16:00:22 +0000</pubDate>
			<dc:creator>potspotdev</dc:creator>
			<guid isPermaLink="false">142718@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I'm looking for a way to get entries generated by a particular form and manipulate them in my template (via the front-end). I checked the documentation and some other forum threads, but I was unable to figure it out. Is there any way to do that without making direct queries to the db?&#60;/p&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
