<?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: Deleting Form Entries</title>
		<link>https://legacy.forums.gravityhelp.com/topic/deleting-form-entries</link>
		<description>Gravity Support Forums Topic: Deleting Form Entries</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 15:29:39 +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/deleting-form-entries" rel="self" type="application/rss+xml" />

		<item>
			<title>vixvii on "Deleting Form Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/deleting-form-entries#post-32032</link>
			<pubDate>Mon, 08 Aug 2011 15:12:56 +0000</pubDate>
			<dc:creator>vixvii</dc:creator>
			<guid isPermaLink="false">32032@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks so much for this
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Deleting Form Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/deleting-form-entries#post-31946</link>
			<pubDate>Sat, 06 Aug 2011 20:40:36 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31946@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The 1 at the end of &#60;strong&#62;gform_post_submission_&#60;/strong&#62; is the form ID.  Change the 1 to your form ID.&#60;/p&#62;
&#60;p&#62;The 10 is the priority that the function should be run at (10 is default.  Lower numbers make the function run sooner, higher numbers make it run later), and the 2 is the number of arguments the function accepts.  These are related to the built in WordPress function &#60;strong&#62;add_action&#60;/strong&#62;.  &#60;/p&#62;
&#60;p&#62;You can read more about it here:&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/add_action&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/add_action&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vixvii on "Deleting Form Entries"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/deleting-form-entries#post-31932</link>
			<pubDate>Sat, 06 Aug 2011 17:13:49 +0000</pubDate>
			<dc:creator>vixvii</dc:creator>
			<guid isPermaLink="false">31932@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In a previous post I asked for help in deleting form entries and was shown to a different post that was of great help. (&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/purposefully-not-save-form-in-entries-database#post-15601&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/purposefully-not-save-form-in-entries-database#post-15601&#60;/a&#62;)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action(&#38;#39;gform_post_submission_1&#38;#39;, &#38;#39;remove_form_entry&#38;#39;, 10, 2);
function remove_form_entry($entry, $form)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Could you possibly just explain the 10, 2 for me? - The post only mentioned changing the 1 to the form ID.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
