<?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: Post status private on multiple forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/post-status-private-on-multiple-forms</link>
		<description>Gravity Support Forums Topic: Post status private on multiple forms</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 19:31:12 +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/post-status-private-on-multiple-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Post status private on multiple forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-status-private-on-multiple-forms#post-60015</link>
			<pubDate>Wed, 23 May 2012 08:52:09 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">60015@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't see why it wouldn't work. Give it a try and let us know if you run into any problems.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dochara on "Post status private on multiple forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-status-private-on-multiple-forms#post-60005</link>
			<pubDate>Wed, 23 May 2012 07:36:56 +0000</pubDate>
			<dc:creator>dochara</dc:creator>
			<guid isPermaLink="false">60005@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I know this can be done using gform_post_data, but the examples given suggest excluding all forms except the one specified. I assume this will also work by specifying ids to run the filter on by including ids, like so:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if($form[&#38;quot;id&#38;quot;] = 2 &#124;&#124; $form[&#38;quot;id&#38;quot;] = 3 &#124;&#124; $form[&#38;quot;id&#38;quot;] = 4 ) {
$post_data[&#38;quot;post_status&#38;quot;] = &#38;quot;private&#38;quot;;
return $post_data;
    }
else {
return $post_data;
 }&#60;/code&#62;&#60;/pre&#62;</description>
		</item>

	</channel>
</rss>
