<?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 limit the time that entries are retained?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-limit-the-time-that-entries-are-retained</link>
		<description>Gravity Support Forums Topic: How to limit the time that entries are retained?</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:40:10 +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-limit-the-time-that-entries-are-retained" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "How to limit the time that entries are retained?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-limit-the-time-that-entries-are-retained#post-117584</link>
			<pubDate>Wed, 09 Jan 2013 08:37:42 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">117584@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Moved to feature requests.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to limit the time that entries are retained?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-limit-the-time-that-entries-are-retained#post-117583</link>
			<pubDate>Wed, 09 Jan 2013 08:37:20 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">117583@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'll mark this as a feature request. Thank you for the suggestion.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "How to limit the time that entries are retained?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-limit-the-time-that-entries-are-retained#post-117215</link>
			<pubDate>Tue, 08 Jan 2013 23:57:09 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">117215@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank you for the info.  May I request that you consider this for a feature in future versions.&#60;/p&#62;
&#60;p&#62;Some companies have rules about how long data may be retained.&#60;/p&#62;
&#60;p&#62;For example, a company may specify that we retain the data for at most 90 days (or even at most 15 days) to minimize the privacy impact if there were a breach of security.&#60;/p&#62;
&#60;p&#62;This would also be useful for keeping the database from growing without limit.&#60;/p&#62;
&#60;p&#62;Thank you!&#60;/p&#62;
&#60;p&#62;Scott
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "How to limit the time that entries are retained?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-limit-the-time-that-entries-are-retained#post-117073</link>
			<pubDate>Tue, 08 Jan 2013 21:01:09 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">117073@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no built in way to do this.   It's not a feature of Gravity Forms. You will need to delete them from the database using some SQL and a cron job. &#60;/p&#62;
&#60;p&#62;Here is a snippet of code which shows how to delete every entry for form 1 immediately after submission. Do not use this code.  You want to use something like this, but combine it with the SQL to check the time stamp and determine if the entry is more than 90 days old.  If it is, delete it.   Again, don't use this code as is.  I am posting it only so you can see what information needs to be deleted when you delete a lead directly from the database. &#60;/p&#62;
&#60;p&#62;Read this code, but please do not use it as is:&#60;br /&#62;
&#60;a href=&#34;http://pastie.org/1435911&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1435911&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "How to limit the time that entries are retained?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-limit-the-time-that-entries-are-retained#post-116974</link>
			<pubDate>Tue, 08 Jan 2013 18:19:17 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">116974@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to limit a form so that entries are retained for no longer than 90 days.&#60;/p&#62;
&#60;p&#62;That is, all entries over 90 days will be automatically erased.&#60;/p&#62;
&#60;p&#62;Is there a way to do this?  I don't see one.&#60;/p&#62;
&#60;p&#62;This is not the same as limiting the number of entries that a form will accept before locking people out.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
