<?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: Send PDFs Upon Submit?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/send-pdfs-upon-submit</link>
		<description>Gravity Support Forums Topic: Send PDFs Upon Submit?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:06:56 +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/send-pdfs-upon-submit" rel="self" type="application/rss+xml" />

		<item>
			<title>danielmt on "Send PDFs Upon Submit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-pdfs-upon-submit#post-63275</link>
			<pubDate>Fri, 22 Jun 2012 07:08:21 +0000</pubDate>
			<dc:creator>danielmt</dc:creator>
			<guid isPermaLink="false">63275@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, I made it work. It's about the URL, the format has to be the path in the server file system.&#60;br /&#62;
For example, for the last example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/home/username/public_html/docs/testing.txt&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This way it works fine. In this thread there's an example for those who wants to use the Wordpress media manager to upload files: &#60;a href=&#34;http://www.gravityhelp.com/forums/topic/use-pre-selected-file-as-user-notification-attachment#post-53767&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/use-pre-selected-file-as-user-notification-attachment#post-53767&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielmt on "Send PDFs Upon Submit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-pdfs-upon-submit#post-63274</link>
			<pubDate>Fri, 22 Jun 2012 06:42:16 +0000</pubDate>
			<dc:creator>danielmt</dc:creator>
			<guid isPermaLink="false">63274@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@David  I'm trying the example, but I cannot make it work. What do I have to do to attach a file that is stored in the URL &#60;a href=&#34;http://www.mywebsite.com/docs/testing.txt&#34; rel=&#34;nofollow&#34;&#62;http://www.mywebsite.com/docs/testing.txt&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've tried replacing all with this, but didn't work:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$attachments[] = &#38;quot;http://www.mywebsite.com/docs/testing.txt&#38;quot;;
return $attachments;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>keethgee on "Send PDFs Upon Submit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-pdfs-upon-submit#post-62770</link>
			<pubDate>Sat, 16 Jun 2012 15:23:54 +0000</pubDate>
			<dc:creator>keethgee</dc:creator>
			<guid isPermaLink="false">62770@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Rob and David, It is great to know that if I get this assignment, I can handle the client's need for this! Thank you both for taking the time to respond so helpfully. Keith
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Send PDFs Upon Submit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-pdfs-upon-submit#post-62687</link>
			<pubDate>Fri, 15 Jun 2012 11:27:04 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">62687@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could custom code the part that attaches the selected attachments to the e-mails but it could be done. &#60;/p&#62;
&#60;p&#62;You would be looking at the following hooks:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_user_notification_attachments&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_user_notification_attachments&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_admin_notification_attachments&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_admin_notification_attachments&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You would grab the user selections, associate them with files, and then return the files to the e-mail notification.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Send PDFs Upon Submit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-pdfs-upon-submit#post-62686</link>
			<pubDate>Fri, 15 Jun 2012 11:22:52 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">62686@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could use conditional shortcodes to place links to PDF files on the form notification email or form confirmation page based on a selection:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Shortcodes&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Shortcodes&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You also may be able to use the gform_user_notification_attachments filter as seen in this thread:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/use-pre-selected-file-as-user-notification-attachment#post-53767&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/use-pre-selected-file-as-user-notification-attachment#post-53767&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>keethgee on "Send PDFs Upon Submit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-pdfs-upon-submit#post-62678</link>
			<pubDate>Fri, 15 Jun 2012 11:10:06 +0000</pubDate>
			<dc:creator>keethgee</dc:creator>
			<guid isPermaLink="false">62678@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No Rob, I haven't built the form because it's theoretical at the moment and I'm going to a client meeting soon...and the client will want to know if I can build this form. &#60;/p&#62;
&#60;p&#62;It would not be a file upload field...it would be &#34;I, as a prospective customer, want these three PDFs out the five your company lists,&#34; and upon &#34;submit&#34; those three PDFs would be emailed to me, the customer, based upon the email address I provided in the form.&#60;/p&#62;
&#60;p&#62;It eliminates a customer filling out the form request for product specific sell-sheet PDFs, a sales person getting the request for those sell sheets and assembling the ones needed and emailing them out to the person who requested them. It eliminates the sales person getting involved at all...he or she simply gets an automatic notification that the request was made (which I know how to do). Does that make sense? Just want to check if/how Gravity Forms can do this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Send PDFs Upon Submit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-pdfs-upon-submit#post-62675</link>
			<pubDate>Fri, 15 Jun 2012 10:49:07 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">62675@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you using the file upload field on your form? Do you have a link to your form and do you have notifications setup for the form yet?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>keethgee on "Send PDFs Upon Submit?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/send-pdfs-upon-submit#post-62673</link>
			<pubDate>Fri, 15 Jun 2012 10:41:58 +0000</pubDate>
			<dc:creator>keethgee</dc:creator>
			<guid isPermaLink="false">62673@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can I configure Gravity Forms so that a person can select multiple PDF documents they want sent to the email address they provide, and then those PDFs are sent automatically to them upon pressing the Submit button...while a copy of the request is sent to my client's email to know that the transaction took place?&#60;/p&#62;
&#60;p&#62;If so, can you point me to where that configured?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
