<?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: Form showing entries, but no entries are there</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-showing-entries-but-no-entries-are-there</link>
		<description>Gravity Support Forums Topic: Form showing entries, but no entries are there</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Apr 2026 16:27:29 +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/form-showing-entries-but-no-entries-are-there" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Form showing entries, but no entries are there"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-showing-entries-but-no-entries-are-there#post-66305</link>
			<pubDate>Sat, 14 Jul 2012 22:17:40 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66305@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you sorted that out, and quickly (less than 15 minutes?).  Thanks for the information.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bghouse on "Form showing entries, but no entries are there"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-showing-entries-but-no-entries-are-there#post-66298</link>
			<pubDate>Sat, 14 Jul 2012 21:52:42 +0000</pubDate>
			<dc:creator>bghouse</dc:creator>
			<guid isPermaLink="false">66298@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This was actually much easier than I thought....&#60;/p&#62;
&#60;p&#62;1.) Resetting the conversion stats.  This is stored in wp_rg_form_view.  You can remove these entries to reset the count to zero.  No changes to an auto counter seemed to be necessary, it just started over with the next view registering as (1)&#60;/p&#62;
&#60;p&#62;2.) For the weird entries, I had two entries still in the table for that form, but they probably were corrupted as they had NULL in most of the fields.  Deleting fixed the problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bghouse on "Form showing entries, but no entries are there"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-showing-entries-but-no-entries-are-there#post-66294</link>
			<pubDate>Sat, 14 Jul 2012 21:41:42 +0000</pubDate>
			<dc:creator>bghouse</dc:creator>
			<guid isPermaLink="false">66294@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm... maybe that's feature that could be added - a &#34;Reset Conversion Statistics&#34; button.  I can imagine a lot of folks do extensive testing before launching, which would throw off those statistics.&#60;/p&#62;
&#60;p&#62;I have serious customizations going here, everything from custom functions populating drop down selectors to extensive CSS based on form numbers.  So if I can't figure out how to do this in tables, it's going to be stuck this way I'm afraid.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form showing entries, but no entries are there"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-showing-entries-but-no-entries-are-there#post-66293</link>
			<pubDate>Sat, 14 Jul 2012 21:27:34 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66293@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The caching is likely what caused the entries and entry count to get out of sync.  That happened to me a long time ago when I first started with Gravity Forms.&#60;/p&#62;
&#60;p&#62;You have a lot of discrete things you need to reset (views, view counts, submissions (for conversions.)  I think it would be quicker to export the forms, delete the tables, reinstall the plugin, then reimport the forms than it would be to find an be certain all the pieces of information are reset to zero.  I have not looked for where those counts are stored in a long time but if you look at the Gravity Forms (rg_) tables, it should be apparent.  Worst case, it would not work, and you'd have to reinstall anyway.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bghouse on "Form showing entries, but no entries are there"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-showing-entries-but-no-entries-are-there#post-66289</link>
			<pubDate>Sat, 14 Jul 2012 21:21:30 +0000</pubDate>
			<dc:creator>bghouse</dc:creator>
			<guid isPermaLink="false">66289@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hmm... I did have caching active at one point, maybe that's it.  I really don't want to try to delete and re-install, as the site needs to go live on schedule on Monday morning.&#60;/p&#62;
&#60;p&#62;Along the same line, is there an easy way to reset the conversion statistics to erase my testing data?&#60;/p&#62;
&#60;p&#62;I'm not sure where in the tables this is being stored
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form showing entries, but no entries are there"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-showing-entries-but-no-entries-are-there#post-66271</link>
			<pubDate>Sat, 14 Jul 2012 20:25:30 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">66271@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Normally it is a caching problem.  But that does not seem to be the case for you?  I've never heard this problem reported before.  If you're comfortable with MySQL you can certainly go in an clean up the entries and reset the autoincrements if you like.  Or, you could export the forms, uninstall the plugin, delete the wp_rg_ tables (if you used wp_ for your database prefix), reinstall the plugin, and import the forms so you have a fresh start.&#60;/p&#62;
&#60;p&#62;If caching was present at some point even if it's not active now, that could have thrown off the counts as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bghouse on "Form showing entries, but no entries are there"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-showing-entries-but-no-entries-are-there#post-66270</link>
			<pubDate>Sat, 14 Jul 2012 19:57:03 +0000</pubDate>
			<dc:creator>bghouse</dc:creator>
			<guid isPermaLink="false">66270@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was doing some testing with forms I had setup on my site, and integration with Aweber.  When done, I went and deleted all my test entries and emptied the trash.  Two of my forms cleaned themselves out fine - but one form still shows (2) Unread and (2) Entries - both on the form page and in the dashboard.  &#60;/p&#62;
&#60;p&#62;I've emptied trash multiple times and there is no caching on the site.  Any idea why it's stuck?&#60;/p&#62;
&#60;p&#62;Worse case, I'll go clean this up in the sql table I guess before handing off to my client, but I was a little worried that something might be wrong.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
