<?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: Prevent Entry from Saving</title>
		<link>https://legacy.forums.gravityhelp.com/topic/prevent-entry-from-saving</link>
		<description>Gravity Support Forums Topic: Prevent Entry from Saving</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:21:11 +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/prevent-entry-from-saving" rel="self" type="application/rss+xml" />

		<item>
			<title>sakmaniac on "Prevent Entry from Saving"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/prevent-entry-from-saving#post-8787</link>
			<pubDate>Wed, 18 Aug 2010 21:36:10 +0000</pubDate>
			<dc:creator>sakmaniac</dc:creator>
			<guid isPermaLink="false">8787@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Carl, do you know where this code is? I was unable to find it. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Prevent Entry from Saving"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/prevent-entry-from-saving#post-8473</link>
			<pubDate>Thu, 12 Aug 2010 10:57:17 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">8473@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The only way this is possible is to use PHP to immediately delete the entry once it is created.  If you search the forums I believe there is already a code snippet for this in another thread, i'd have to do some searching for it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Prevent Entry from Saving"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/prevent-entry-from-saving#post-8463</link>
			<pubDate>Thu, 12 Aug 2010 08:26:39 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">8463@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alex could probably answer this better than me, but the first solution that comes to mind would be simply deleting the entry immediately after the emails have been sent.&#60;/p&#62;
&#60;p&#62;If you're familiar with PHP you can use the &#60;strong&#62;gform_post_submission&#60;/strong&#62; hook to get the ID of the entry that was just created and then you can create a custom version of the GF function &#60;strong&#62;delete_lead&#60;/strong&#62; (found in forms_model.php ~ line 512). The reason you couldn't simply use the GF version of the delete_function is because it does a permissions check and most users who submit the form would not have sufficient permissions to delete a lead.&#60;/p&#62;
&#60;p&#62;Hope that helps.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sakmaniac on "Prevent Entry from Saving"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/prevent-entry-from-saving#post-8452</link>
			<pubDate>Wed, 11 Aug 2010 23:22:10 +0000</pubDate>
			<dc:creator>sakmaniac</dc:creator>
			<guid isPermaLink="false">8452@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Is there a way to prevent Gravity Forms from saving data in the database once the form has been emailed? I was thinking of using this for clients to email their credit card info to me from a secure site and processing the cards in house. I just need the form emailed, not stored.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
