<?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: Password Protect a Post published by a GF form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/password-protect-a-post-published-by-a-gf-form</link>
		<description>Gravity Support Forums Topic: Password Protect a Post published by a GF form</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:44:29 +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/password-protect-a-post-published-by-a-gf-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Password Protect a Post published by a GF form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/password-protect-a-post-published-by-a-gf-form#post-168400</link>
			<pubDate>Tue, 12 Mar 2013 00:33:10 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">168400@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@cyteworks, it looks like all you need to do to mark a post visibility as 'password protected' is set the post_password.  You can do this with the gform_after_submission hook and the wp_update_post function.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_update_post&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_update_post&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Set the post_password for the post to the password entered into your form.  You can do it like this: &#60;a href=&#34;http://pastebin.com/nuYBKSrJ&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/nuYBKSrJ&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Demo: &#60;a href=&#34;http://gravity.chrishajer.com/password-protect-the-post-you-create/&#34; rel=&#34;nofollow&#34;&#62;http://gravity.chrishajer.com/password-protect-the-post-you-create/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you include {all_fields} in your notification, the email will include the password they entered.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cyteworks on "Password Protect a Post published by a GF form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/password-protect-a-post-published-by-a-gf-form#post-162285</link>
			<pubDate>Wed, 06 Mar 2013 18:47:10 +0000</pubDate>
			<dc:creator>cyteworks</dc:creator>
			<guid isPermaLink="false">162285@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm looking for something similar.  Were you able to verify how to make this happen?&#60;/p&#62;
&#60;p&#62;I want to like to have the user specify the password to be used to protect the post submitted through Gravity Forms.  I also have a need to generate an after the post is created and have that password appear in the email.&#60;/p&#62;
&#60;p&#62;Thank You
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Password Protect a Post published by a GF form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/password-protect-a-post-published-by-a-gf-form#post-117896</link>
			<pubDate>Wed, 09 Jan 2013 21:04:52 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">117896@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So you both would like to be able to create Password protected posts using Gravity Forms? How would you see that working? Would the user also set the password on those posts? It is potentially possible with our current hooks system, but I'd have to confirm with the developers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Idealien on "Password Protect a Post published by a GF form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/password-protect-a-post-published-by-a-gf-form#post-117830</link>
			<pubDate>Wed, 09 Jan 2013 17:31:38 +0000</pubDate>
			<dc:creator>Idealien</dc:creator>
			<guid isPermaLink="false">117830@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;+1
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mediana on "Password Protect a Post published by a GF form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/password-protect-a-post-published-by-a-gf-form#post-47265</link>
			<pubDate>Tue, 24 Jan 2012 23:20:22 +0000</pubDate>
			<dc:creator>mediana</dc:creator>
			<guid isPermaLink="false">47265@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I rely on Gravity Forms to publish custom posts. It works very well ;-)&#60;br /&#62;
Also, I would like to password protect posts published by my latest GF form.&#60;br /&#62;
I don't see any option to do so out-of-the-box.&#60;br /&#62;
I would very love to have some hints on the way to achieve so (hooks, for instance).&#60;br /&#62;
Regards,&#60;br /&#62;
Antoine
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
