<?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: Submit multiple posts in one go</title>
		<link>https://legacy.forums.gravityhelp.com/topic/submit-multiple-posts-in-one-go</link>
		<description>Gravity Support Forums Topic: Submit multiple posts in one go</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 05:11:28 +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/submit-multiple-posts-in-one-go" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Submit multiple posts in one go"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-multiple-posts-in-one-go#post-87484</link>
			<pubDate>Mon, 05 Nov 2012 06:54:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">87484@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You could hide the labels and whatnot with CSS so that's no problem.&#60;/p&#62;
&#60;p&#62;To create multiple posts, according to your screenshot, you would not use the Post Fields from the form builder.  It looks like you could use the List field (in the advanced field types.)  That would enable the input of all the data.  Then you would have to use the &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_after_submission&#34; rel=&#34;nofollow&#34;&#62;gform_after_submission&#60;/a&#62; hook to create all the posts.  The function you run with the gform_after_submission hook would use the WordPress function &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_insert_post&#34; rel=&#34;nofollow&#34;&#62;wp_insert_post&#60;/a&#62; to create posts.  You'd loop through all the fields in the form and insert all the information required for wp_insert_post.  &#60;/p&#62;
&#60;p&#62;It does not seem too complicated, but the posts will be created by a function you hook to gform_after_submission, rather than by using Post fields in your form.&#60;/p&#62;
&#60;p&#62;Let us know if you need additional information to get started.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mikko Siikaniemi on "Submit multiple posts in one go"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/submit-multiple-posts-in-one-go#post-87238</link>
			<pubDate>Sun, 04 Nov 2012 11:08:19 +0000</pubDate>
			<dc:creator>Mikko Siikaniemi</dc:creator>
			<guid isPermaLink="false">87238@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm building a system where a registered user can submit posts (bound to a custom post type) via an online form. Now I would love to build the page so, that the user can submit multiple posts without leaving the page, i.e. the form would either appear multiple times on the page, or there would be similar fields appearing multiple times. In the end, user could click one master &#34;Submit&#34;, and all the rows would individually be submitted as a post.&#60;/p&#62;
&#60;p&#62;Please see the linked image for a rough sketch on the desired form setup.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://imgur.com/Vb2lI&#34; rel=&#34;nofollow&#34;&#62;Submit multiple posts in one go&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;For this to work, I would also need to hide the labels for the fields etc, but I think that would be doable with just modifying them via CSS.&#60;/p&#62;
&#60;p&#62;Any ideas on how I could accomplish this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
