<?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: File Upload Post Field (or Custom Field)</title>
		<link>https://legacy.forums.gravityhelp.com/topic/file-upload-post-field-or-custom-field</link>
		<description>Gravity Support Forums Topic: File Upload Post Field (or Custom Field)</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:23:35 +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/file-upload-post-field-or-custom-field" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "File Upload Post Field (or Custom Field)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/file-upload-post-field-or-custom-field#post-334752</link>
			<pubDate>Thu, 20 Jun 2013 15:15:18 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">334752@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Glad you got it sorted out. Let us know if anything else comes up.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Shoffner on "File Upload Post Field (or Custom Field)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/file-upload-post-field-or-custom-field#post-334668</link>
			<pubDate>Thu, 20 Jun 2013 14:14:56 +0000</pubDate>
			<dc:creator>Kevin Shoffner</dc:creator>
			<guid isPermaLink="false">334668@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;By the way, this was very helpful.  I just overlooked that area of Gravity Forms.  The other things (my other Custom Fields) I was able to figure out earlier today also, but it was Genesis hooks, so I won't go into detail with that.&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "File Upload Post Field (or Custom Field)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/file-upload-post-field-or-custom-field#post-332202</link>
			<pubDate>Wed, 19 Jun 2013 12:00:45 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">332202@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;See if this tutorial helps:&#60;br /&#62;
&#60;a href=&#34;http://gravitywiz.com/use-gravity-forms-to-create-user-submitted-posts/&#34; rel=&#34;nofollow&#34;&#62;http://gravitywiz.com/use-gravity-forms-to-create-user-submitted-posts/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Shoffner on "File Upload Post Field (or Custom Field)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/file-upload-post-field-or-custom-field#post-330520</link>
			<pubDate>Tue, 18 Jun 2013 15:04:02 +0000</pubDate>
			<dc:creator>Kevin Shoffner</dc:creator>
			<guid isPermaLink="false">330520@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Still haven't found a solution, even after additional research through the Forums &#38;amp; Googling it...&#60;/p&#62;
&#60;p&#62;Anybody have any ideas?  I just want to be able to display ANY custom field into the Post itself, and I think it is possible, I just don't have all of the pieces together.  I'm sure if somebody was able to tell me how to do just 1 field (the Uploaded File for instance) I could make all of the others work.&#60;/p&#62;
&#60;p&#62;Thanks to anybody who can assist.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kevin Shoffner on "File Upload Post Field (or Custom Field)"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/file-upload-post-field-or-custom-field#post-328888</link>
			<pubDate>Mon, 17 Jun 2013 13:18:29 +0000</pubDate>
			<dc:creator>Kevin Shoffner</dc:creator>
			<guid isPermaLink="false">328888@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have created a form to use all Post Fields, because I would like my users, who are very specific to this site, to be able to fill out the form and their information go into a Draft Post.  So far, I am 85% there and feel like I am very close but overlooking something.  &#60;/p&#62;
&#60;p&#62;The issue I am running into is getting Custom Fields to display within the Post itself.&#60;/p&#62;
&#60;p&#62;So, let's say I have 3 custom fields:&#60;br /&#62;
Phone Number&#60;br /&#62;
Work Title&#60;br /&#62;
Resume (PDF)&#60;/p&#62;
&#60;p&#62;I set one field at the bottom of the form to have the Content Template so that it looks something like this:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
Phone: {Post Custom Field:13}{Contact Phone::8}&#60;br /&#62;
Title: {Your Job Title::7}&#60;br /&#62;
Uploaded File: {Post Custom Field:11}&#60;br /&#62;
Website URL: {Website::6}
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;But it doesn't seem to display on the Post itself.&#60;br /&#62;
&#60;hr /&#62;&#60;br /&#62;
I get their Title, Body, Image uploaded &#38;amp; displayed, but no Custom Fields or Advanced Fields seem to want to display.  How can I get this information/Custom Fields to display within the Content Body of the Post itself?  &#60;em&#62;With regards to the uploaded files, they I do see the files when I look via FTP but I don't see it in the Media Library of WP.&#60;/em&#62;&#60;/p&#62;
&#60;p&#62;I am open to suggestions.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
