<?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 as different user</title>
		<link>https://legacy.forums.gravityhelp.com/topic/post-as-different-user</link>
		<description>Gravity Support Forums Topic: Post as different user</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 21:17:41 +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-as-different-user" rel="self" type="application/rss+xml" />

		<item>
			<title>David Smith on "Post as different user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-as-different-user#post-19282</link>
			<pubDate>Wed, 23 Feb 2011 18:21:07 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">19282@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad to help. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>libertysucker on "Post as different user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-as-different-user#post-19280</link>
			<pubDate>Wed, 23 Feb 2011 18:15:09 +0000</pubDate>
			<dc:creator>libertysucker</dc:creator>
			<guid isPermaLink="false">19280@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Dude... you rock :D&#60;br /&#62;
That did exactly what I need.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Smith on "Post as different user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-as-different-user#post-19269</link>
			<pubDate>Wed, 23 Feb 2011 17:44:13 +0000</pubDate>
			<dc:creator>David Smith</dc:creator>
			<guid isPermaLink="false">19269@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try pasting the snippet below in your functions.php file. There are comments in the code for the two pieces you will need to update for your setup.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastie.org/1599741&#34; rel=&#34;nofollow&#34;&#62;http://pastie.org/1599741&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>libertysucker on "Post as different user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-as-different-user#post-19262</link>
			<pubDate>Wed, 23 Feb 2011 17:08:12 +0000</pubDate>
			<dc:creator>libertysucker</dc:creator>
			<guid isPermaLink="false">19262@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How about using logic hooks?&#60;br /&#62;
I can identify pre_submission when the box is checked, but I don't see post body (it's a hidden field, then formatted based on title and url fields).  Any ideas on how to update either pre or post submission?  I feel like I'm getting closer, but I can't identify where to set the user.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Post as different user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-as-different-user#post-19251</link>
			<pubDate>Wed, 23 Feb 2011 15:43:37 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">19251@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This isn't possible as a built in feature.  The only available options are to use the default author OR if the user logged in you can optionally use the username of the user that is logged in when they fill out the form.  If this option is turned on and they aren't logged in it will fallback to the default user.&#60;/p&#62;
&#60;p&#62;So you could set the default user as Anonymous and if they want to post anonymously they just should do so without being logged into your WordPress site and it will use Anonymous.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>libertysucker on "Post as different user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-as-different-user#post-19249</link>
			<pubDate>Wed, 23 Feb 2011 15:34:21 +0000</pubDate>
			<dc:creator>libertysucker</dc:creator>
			<guid isPermaLink="false">19249@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's not live yet, but the form is here...&#60;br /&#62;
&#60;a href=&#34;http://hammeroftruth.com/submit/&#34; rel=&#34;nofollow&#34;&#62;http://hammeroftruth.com/submit/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>libertysucker on "Post as different user"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-as-different-user#post-19248</link>
			<pubDate>Wed, 23 Feb 2011 15:21:36 +0000</pubDate>
			<dc:creator>libertysucker</dc:creator>
			<guid isPermaLink="false">19248@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using the form to allow users to post links to our site.  In the &#34;Post Body&#34; field, there is an option to choose which author is used for the post, either default user or logged in user.&#60;br /&#62;
What i want to do is default to the logged in user, but add an option to post as anonymous.  We have an Anonymous user on the site already.  I'd like to have a checkbox that when selected, would show the author as Anonymous rather than the logged in user.  Any help?  I'm new to Gravity Forms.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
