<?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: Multi site Word Press and wanting to use gform_disable_post_creation</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multi-site-word-press-and-wanting-to-use-gform_disable_post_creation</link>
		<description>Gravity Support Forums Topic: Multi site Word Press and wanting to use gform_disable_post_creation</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 02:57:58 +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/multi-site-word-press-and-wanting-to-use-gform_disable_post_creation" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Multi site Word Press and wanting to use gform_disable_post_creation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-word-press-and-wanting-to-use-gform_disable_post_creation#post-118005</link>
			<pubDate>Wed, 09 Jan 2013 23:16:25 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">118005@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not sure exactly how it would work in a multi-site installation.  Can you post the code you are going to use at pastebin.com or pastie.org and I will see about making sure it runs only on the entries for the blog in question.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DouglasCounty on "Multi site Word Press and wanting to use gform_disable_post_creation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-word-press-and-wanting-to-use-gform_disable_post_creation#post-117836</link>
			<pubDate>Wed, 09 Jan 2013 18:06:21 +0000</pubDate>
			<dc:creator>DouglasCounty</dc:creator>
			<guid isPermaLink="false">117836@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thank You. One more question. I read the post you gave me should work, however I am concerned that the site is a multisite using the same template. Is there a way to specify which site the form is from or do I need to do the switchblog() code in order to be more specific to which form I need to remove the entries?&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Multi site Word Press and wanting to use gform_disable_post_creation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-word-press-and-wanting-to-use-gform_disable_post_creation#post-117813</link>
			<pubDate>Wed, 09 Jan 2013 16:52:56 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">117813@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You cannot prevent the storage of the entry, but you can delete it immediately after it's stored if you want.  Please see this topic for the explanation of how to do that:&#60;/p&#62;
&#60;p&#62;&#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;</description>
		</item>
		<item>
			<title>DouglasCounty on "Multi site Word Press and wanting to use gform_disable_post_creation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-word-press-and-wanting-to-use-gform_disable_post_creation#post-117806</link>
			<pubDate>Wed, 09 Jan 2013 16:37:07 +0000</pubDate>
			<dc:creator>DouglasCounty</dc:creator>
			<guid isPermaLink="false">117806@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes, that is what I want to do, not allow the storing of the entry. So the disable post creation is different... &#60;/p&#62;
&#60;p&#62;Is there a way not to allow the storing?&#60;/p&#62;
&#60;p&#62;Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Multi site Word Press and wanting to use gform_disable_post_creation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-word-press-and-wanting-to-use-gform_disable_post_creation#post-117800</link>
			<pubDate>Wed, 09 Jan 2013 16:24:09 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">117800@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you trying to disable the creation of the post, or the storing of the entry? gform_disable_post_creation will prevent the form from creating a WordPress Post.  But from the rest of your description, it sounds like you just want to prevent storing the entry, since you are already dealing with the submitted data using the query string?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DouglasCounty on "Multi site Word Press and wanting to use gform_disable_post_creation"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-word-press-and-wanting-to-use-gform_disable_post_creation#post-117720</link>
			<pubDate>Wed, 09 Jan 2013 12:49:42 +0000</pubDate>
			<dc:creator>DouglasCounty</dc:creator>
			<guid isPermaLink="false">117720@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I would like to use the gform_disable_post_creation in my functions.php to not allow certain forms to post into the database. These forms go to another application and I use the Pass Field Data Via Query String so there is no need to store the entries.&#60;br /&#62;
The problem is that we use Multisite and the same template for each site. If I place the code in and another site is using the same ID number with their form, (that might need the submits to be registered into the database) it will stop that from occurring. &#60;/p&#62;
&#60;p&#62;Is there a shortcode that can be used per form to disable the creation, or is there a way in the function.php to specify the form, like the name of the form instead of the ID?&#60;/p&#62;
&#60;p&#62;I was going to try the switch_to_blog(); but I am not sure that is the best solution.&#60;/p&#62;
&#60;p&#62;Thanks for your time.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
