<?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: Overwrite Entries</title>
		<link>https://legacy.forums.gravityhelp.com/topic/overwrite-results</link>
		<description>Gravity Support Forums Topic: Overwrite Entries</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:56:27 +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/overwrite-results" rel="self" type="application/rss+xml" />

		<item>
			<title>webheadllc on "Overwrite Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overwrite-results#post-99304</link>
			<pubDate>Wed, 05 Dec 2012 16:53:44 +0000</pubDate>
			<dc:creator>webheadllc</dc:creator>
			<guid isPermaLink="false">99304@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It would be pretty inefficient to do that, but I guess I have to do it.  thanks for the reply.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Overwrite Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overwrite-results#post-95841</link>
			<pubDate>Mon, 26 Nov 2012 15:56:12 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">95841@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could use gform_after_submission, and grab all leads with their user_id and remove all but the latest one. It would require some intermediate level PHP coding. Though, there is this code to remove the current entry upon submission that you could use as a starting point - &#60;a href=&#34;http://pastie.org/1736243&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1736243&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webheadllc on "Overwrite Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/overwrite-results#post-95840</link>
			<pubDate>Mon, 26 Nov 2012 15:48:19 +0000</pubDate>
			<dc:creator>webheadllc</dc:creator>
			<guid isPermaLink="false">95840@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am currently developing a site where logged in users can fill out a form multiple times.  I am only interested in saving their latest entry though, and not a history of all their entries.  Ideally I'd like an option where a gravity form could lookup the user_id and form_id and if one exists, it would overwrite the user's previous entry.  &#60;/p&#62;
&#60;p&#62;I know this is a pretty specific case so my more practical request is to have a gform_pre_submission_lead_filter for the $lead variable in form_display.php line 78 before handle_submission.  That way in my custom filter I can look up the lead and pass back a non-null lead if the user already filled out the form so it doesn't get inserted again.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
