<?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: Need form user to be post author</title>
		<link>https://legacy.forums.gravityhelp.com/topic/need-form-user-to-be-post-author</link>
		<description>Gravity Support Forums Topic: Need form user to be post author</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:14:37 +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/need-form-user-to-be-post-author" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Need form user to be post author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-form-user-to-be-post-author#post-42437</link>
			<pubDate>Tue, 29 Nov 2011 11:21:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">42437@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@amliy - please start a new topic with your issue in the future so we can give you individual attention.    Also, we try not to handle support in the pre-purchase forums.  But this one is simple.&#60;/p&#62;
&#60;p&#62;I do it like this:&#60;br /&#62;
[a href=&#34;http://example.com/?p={post_id}&#34;]Continue to your post[/a] but using the proper HTML angle brackets.&#60;/p&#62;
&#60;p&#62;That shortlink will be expanded based on your permalink settings to a pretty permalink if applicable.  The {post_id} merge tag is available in the drop down on the confirmation page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>amliy on "Need form user to be post author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-form-user-to-be-post-author#post-42211</link>
			<pubDate>Sat, 26 Nov 2011 05:01:15 +0000</pubDate>
			<dc:creator>amliy</dc:creator>
			<guid isPermaLink="false">42211@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;hi&#60;br /&#62;
i m just curious about it&#60;br /&#62;
how can i put &#34;post link&#34; like &#34;continue to your post&#34;link&#34;  after submission &#60;/p&#62;
&#60;p&#62;after user have completed post form
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Need form user to be post author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-form-user-to-be-post-author#post-36800</link>
			<pubDate>Sat, 01 Oct 2011 02:04:31 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">36800@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Conditional content templates are not built in to Gravity Forms 1.5 or 1.6.  But you can do it by creating a custom content template in your functions.php using the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_post_submission&#34; rel=&#34;nofollow&#34;&#62;gform_post_submission&#60;/a&#62; hook.&#60;/p&#62;
&#60;p&#62;Does this help at all?&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/post-template-condition-based-on-field&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/post-template-condition-based-on-field&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thedanielrichard on "Need form user to be post author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-form-user-to-be-post-author#post-36798</link>
			<pubDate>Sat, 01 Oct 2011 01:57:43 +0000</pubDate>
			<dc:creator>thedanielrichard</dc:creator>
			<guid isPermaLink="false">36798@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@Chris - That might just do the trick; took me about an hour trying to figure that out till finding this post. :)&#60;/p&#62;
&#60;p&#62;It allows html to be included in the content template if I got it correct; allowing users to be attributed to their site if any. However, would there be any way to have conditions in the post content template (ie: if field &#34;website title&#34; and &#34;website url&#34; exists, includes line &#34;of 'website_title'&#34; -- in content template)?&#60;/p&#62;
&#60;p&#62;Running the Gravity Forms on: &#60;a href=&#34;http://travelsify.com/write-your-entry/&#34; rel=&#34;nofollow&#34;&#62;http://travelsify.com/write-your-entry/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Need form user to be post author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-form-user-to-be-post-author#post-31899</link>
			<pubDate>Fri, 05 Aug 2011 23:07:35 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">31899@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@hazel, if you require the first and last name, you could always display the first and last name in the post, something like this in your content template: &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;This post was submitted by unregistered user {Name (First):4.3} {Name (Last):4.6}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The post would be created by whichever user you select as default for this form.  You could create an &#34;Unregistered User&#34; and then attribute all posts to them, and still display this information in the post body.  I guess it matters what your use case is, but for fknadnrew I think this would work (although a better solution there would be a forum with registered users I think.)&#60;/p&#62;
&#60;p&#62;If you've already purchased Gravity Forms, you can start a new topic referencing this post and we can help you configure it there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hazel on "Need form user to be post author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-form-user-to-be-post-author#post-31869</link>
			<pubDate>Fri, 05 Aug 2011 15:56:00 +0000</pubDate>
			<dc:creator>hazel</dc:creator>
			<guid isPermaLink="false">31869@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I also would really benefit from this capability. It was the reason I originally used TDO forms, and it is the one thing that I need but don't have now that I have moved to Gravity forms. Curious to know if there have been any developments on this since last December when the Admin last answered, and/or if there are any plans to develop it in the future.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fknandrew on "Need form user to be post author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-form-user-to-be-post-author#post-25961</link>
			<pubDate>Fri, 20 May 2011 08:05:26 +0000</pubDate>
			<dc:creator>fknandrew</dc:creator>
			<guid isPermaLink="false">25961@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would also appreciate it if letting a non-registered user's name be used as the author.  I am making a Q and A site and it seems quite important to know who is asking the question.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chartier on "Need form user to be post author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-form-user-to-be-post-author#post-24483</link>
			<pubDate>Thu, 28 Apr 2011 23:52:59 +0000</pubDate>
			<dc:creator>chartier</dc:creator>
			<guid isPermaLink="false">24483@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would pay for a plugin or higher license to do this. It's the only reason why I still run a small set of sites on Tumblr. Ideally, I'd love to let users fill in their name and URL and that would display on any author metadata displayed in the post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TymB on "Need form user to be post author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-form-user-to-be-post-author#post-14291</link>
			<pubDate>Mon, 13 Dec 2010 13:16:13 +0000</pubDate>
			<dc:creator>TymB</dc:creator>
			<guid isPermaLink="false">14291@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I suppose that is best for now. I'm getting around it by posting their name into the first line of the body of the draft post, then the editors can do what they need.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Need form user to be post author"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/need-form-user-to-be-post-author#post-14287</link>
			<pubDate>Mon, 13 Dec 2010 13:05:48 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">14287@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@TymB You can't currently.  They have to be logged in.  A WordPress user has to exist to assign them as the author.  I've heard TDO allows this, and it sounds like a hack.  We can look into how they are handling this, but we would prefer to keep it within WordPress best practices and avoid hacks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
