<?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: upload files to show on specific page?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/upload-files-to-show-on-specific-page</link>
		<description>Gravity Support Forums Topic: upload files to show on specific page?</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 21:00:22 +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/upload-files-to-show-on-specific-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Micki on "upload files to show on specific page?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-files-to-show-on-specific-page#post-63979</link>
			<pubDate>Thu, 28 Jun 2012 18:01:21 +0000</pubDate>
			<dc:creator>Micki</dc:creator>
			<guid isPermaLink="false">63979@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, and thanks, yep, forgot to NOT add the php tags... duh.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "upload files to show on specific page?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-files-to-show-on-specific-page#post-63876</link>
			<pubDate>Thu, 28 Jun 2012 06:35:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">63876@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In the child theme's functions.php is the correct place.  Chances are you don't need the opening &#38;lt;?php and closing ?&#38;gt; - it depends on where you inserted it into the file.  Can you post your complete functions.php at pastie.org or pastebin.com so we can help with the syntax error?  Should be easy to spot.  Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Micki on "upload files to show on specific page?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-files-to-show-on-specific-page#post-63859</link>
			<pubDate>Wed, 27 Jun 2012 20:36:52 +0000</pubDate>
			<dc:creator>Micki</dc:creator>
			<guid isPermaLink="false">63859@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Wow, thanks for the quick response... I will read the docs, and my confidence level is rather low at the moment, can't figure out where to add the code to change the GForm upload path. Thinking of just doing this for the moment and manually adding until I can try what you wrote above. Tried it in the child theme functions and all went white. Is this where I should be adding it?&#60;/p&#62;
&#60;p&#62;Specifying for one form only...&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[php]
&#38;lt;?php
add_filter(&#38;quot;gform_upload_path_1&#38;quot;, &#38;quot;change_upload_path&#38;quot;, 10, 2);
function change_upload_path($path_info, $form_id){
   $path_info[&#38;quot;path&#38;quot;] = &#38;quot;/uploads/docs/&#38;quot;;
   $path_info[&#38;quot;url&#38;quot;] = &#38;quot;http://mysite/uploads/docs/&#38;quot;;
   return $path_info;
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Am I way off :).&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "upload files to show on specific page?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-files-to-show-on-specific-page#post-63855</link>
			<pubDate>Wed, 27 Jun 2012 19:57:05 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">63855@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gravity Forms can handle the upload and form submission.  Then you will have to add some code to your theme's functions.php to update an existing page with the links to the uploaded PDFs.  There are hooks built in to Gravity Forms to update the post.    You probably want to use gform_after_submission &#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; and then in your custom function call the &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_update_post&#34; rel=&#34;nofollow&#34;&#62;wp_update_post&#60;/a&#62; function.&#60;/p&#62;
&#60;p&#62;It is a customization but the difficulty will depend on your comfort level with PHP.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Micki on "upload files to show on specific page?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/upload-files-to-show-on-specific-page#post-63850</link>
			<pubDate>Wed, 27 Jun 2012 18:47:37 +0000</pubDate>
			<dc:creator>Micki</dc:creator>
			<guid isPermaLink="false">63850@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;i have not found an answer to this. I have a client who would like to upload files (pdfs) to a page within site. Is there a way to have this happen using gravity form without physically going in and adding the links to the files on the page after they are uploaded? thanks for any insight you can provide...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
