<?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: User Printing Form and Post Submission from Form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/user-printing-form-and-post-submission-from-form</link>
		<description>Gravity Support Forums Topic: User Printing Form and Post Submission from Form</description>
		<language>en-US</language>
		<pubDate>Tue, 21 Apr 2026 22:35:21 +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/user-printing-form-and-post-submission-from-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "User Printing Form and Post Submission from Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-printing-form-and-post-submission-from-form#post-15972</link>
			<pubDate>Tue, 11 Jan 2011 13:16:17 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">15972@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;@futurewebboss If you want to hire a developer to assist you with a customization you can contact David Smith at &#60;a href=&#34;http://www.ounceoftalent.com&#34; rel=&#34;nofollow&#34;&#62;http://www.ounceoftalent.com&#60;/a&#62;.  He also works for us, but he does freelance WordPress development on the side.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>futurewebboss on "User Printing Form and Post Submission from Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-printing-form-and-post-submission-from-form#post-15962</link>
			<pubDate>Tue, 11 Jan 2011 12:38:03 +0000</pubDate>
			<dc:creator>futurewebboss</dc:creator>
			<guid isPermaLink="false">15962@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the great answers and support. Be looking for the developers guide. I think that will be very helpful. Is there a list of developers to be found on the site? I need the form strongly hooked into a post architecture that uses Taxonomy and don't have the time to dig into the code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "User Printing Form and Post Submission from Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-printing-form-and-post-submission-from-form#post-15913</link>
			<pubDate>Mon, 10 Jan 2011 19:02:13 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">15913@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could use Gravity Forms to create a post on site A and publish the post to site A and site B by using an additional plugin like FeedWordPress. FeedWordPress would be installed on site B and take site A's RSS feed. FeedWordPress takes an incoming feed (i.e., site A's feed) and parses the individual items as discrete posts on site B. When set up and working properly, it's a superb plugin.&#60;/p&#62;
&#60;p&#62;On site B, you could take a category feed from site A. If you didn't want a category of posts produced by site A to be shown on site A, you could simply exclude that category from the loop on site A whilst still making the category feed available (I think that's possible). &#60;/p&#62;
&#60;p&#62;Hope this helps.&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "User Printing Form and Post Submission from Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-printing-form-and-post-submission-from-form#post-15909</link>
			<pubDate>Mon, 10 Jan 2011 18:33:00 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">15909@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, you do not need the Developers license to use API hooks.  We will be launching a very large developer documentation area soon along with the final release of Gravity Forms v1.5.  For now the support forum is the best resource for customizations and we can provide you with guidance on what hooks to use depending on what you want to do.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>futurewebboss on "User Printing Form and Post Submission from Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-printing-form-and-post-submission-from-form#post-15906</link>
			<pubDate>Mon, 10 Jan 2011 18:30:04 +0000</pubDate>
			<dc:creator>futurewebboss</dc:creator>
			<guid isPermaLink="false">15906@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Do I have to have the developers version of gravity forms to use the API Hooks? And is there a developers guide?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "User Printing Form and Post Submission from Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-printing-form-and-post-submission-from-form#post-15879</link>
			<pubDate>Mon, 10 Jan 2011 16:11:12 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">15879@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It does support using custom taxonomy, however to use custom taxonomy you have to use available API hooks and customize Gravity Forms using code.  It doesn't require changing the plugin code itself, it uses WordPress hooks.&#60;/p&#62;
&#60;p&#62;Forms support 2 notifications (admin and user) so if you configure your form to send an admin notification, you will receive an email when the form is submitted.&#60;/p&#62;
&#60;p&#62;You can't publish a form from one site to another.  Forms are specific to the WordPress installation they are installed on and can't create posts elsewhere.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>futurewebboss on "User Printing Form and Post Submission from Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-printing-form-and-post-submission-from-form#post-15875</link>
			<pubDate>Mon, 10 Jan 2011 15:54:33 +0000</pubDate>
			<dc:creator>futurewebboss</dc:creator>
			<guid isPermaLink="false">15875@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just thought of another question. Not a deal breaker but a nice to have Can I take data on a form on domain X and publish a post to domain :y?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>futurewebboss on "User Printing Form and Post Submission from Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-printing-form-and-post-submission-from-form#post-15873</link>
			<pubDate>Mon, 10 Jan 2011 15:33:28 +0000</pubDate>
			<dc:creator>futurewebboss</dc:creator>
			<guid isPermaLink="false">15873@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Also, one last question. If I configure a form to create a post in draft mode will I get a notification that someone has filled out a form? This could be the answer to all my automation dreams if you answer affirmative to the last two questions. I&#34;m waiting breathlessly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>futurewebboss on "User Printing Form and Post Submission from Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-printing-form-and-post-submission-from-form#post-15872</link>
			<pubDate>Mon, 10 Jan 2011 15:14:41 +0000</pubDate>
			<dc:creator>futurewebboss</dc:creator>
			<guid isPermaLink="false">15872@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for  your prompt reply. I'm assuming then that this includes taxonomy?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "User Printing Form and Post Submission from Form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/user-printing-form-and-post-submission-from-form#post-15847</link>
			<pubDate>Mon, 10 Jan 2011 12:55:56 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">15847@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;1) There isn't a printable version built in.  If you want the user to print the confirmation/thank you page then you need to make the page itself printer friendly using CSS to target the print media type.&#60;/p&#62;
&#60;p&#62;2) If the plugin uses custom fields stored in post meta and you know the key that is used, yes you can populate fields associated with plugins using the Post Custom Field in Gravity Forms.&#60;/p&#62;
&#60;p&#62;3) This is up to you.  Posts can be created in draft, pending review or published automatically.&#60;/p&#62;
&#60;p&#62;4) Yes, there is a Post Tags field.&#60;/p&#62;
&#60;p&#62;5) The confirmation page can either be text you enter, or you can choose to redirect to a WordPress page or 3rd party URL.  So if you want the confirmation page to redirect to 1Shopping Cart, you can do this.  Although this will make your first question moot as the confirmation page would be 1Shopping Cart and not a page that you make printer friendly.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
