<?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: Possible to Add how many entries in a certain form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/possible-to-add-how-many-entries-in-a-certain-form</link>
		<description>Gravity Support Forums Topic: Possible to Add how many entries in a certain form</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 20:34:32 +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/possible-to-add-how-many-entries-in-a-certain-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Possible to Add how many entries in a certain form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-add-how-many-entries-in-a-certain-form#post-18806</link>
			<pubDate>Thu, 17 Feb 2011 12:43:44 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">18806@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You would have to use PHP to display the number of entries for a specific form id.  &#60;/p&#62;
&#60;p&#62;Here is a code snippet that does that:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
$summary = RGFormsModel::get_form_counts(2);
echo &#38;quot;The Form count for Form #2 is: &#38;quot;.$summary[&#38;#39;total&#38;#39;].&#38;quot;.&#38;quot;;
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The example above shows the number of entries for form id 2.  You would change the 2 in the get_form_counts(2) with the form id you want to display the total number of entries for.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>prizeblade on "Possible to Add how many entries in a certain form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/possible-to-add-how-many-entries-in-a-certain-form#post-18801</link>
			<pubDate>Thu, 17 Feb 2011 12:31:37 +0000</pubDate>
			<dc:creator>prizeblade</dc:creator>
			<guid isPermaLink="false">18801@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, I run a website and we do giveaways all of the time. I designate a certian form for a giveaway that is currently running. Is there a way I can show on each post how many people have currently entered in the form? Thanks!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://prizeblade.com&#34; rel=&#34;nofollow&#34;&#62;http://prizeblade.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
