<?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: Merge Multiple Forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/merge-multiple-forms</link>
		<description>Gravity Support Forums Topic: Merge Multiple Forms</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 10:45:50 +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/merge-multiple-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>gingalley on "Merge Multiple Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-multiple-forms#post-151823</link>
			<pubDate>Thu, 21 Feb 2013 20:39:48 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">151823@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, that was fairly easy. I merged 5 separate forms into one successfully.&#60;/p&#62;
&#60;p&#62;I just copied the child elements into the parent in the order I wanted. The time consuming part was renumbering all of the field ids and input ids. If you don't, there will be duplicate ids which will cause problems.&#60;/p&#62;
&#60;p&#62;I found that using the form builder to reset all of the conditional values was easier than trying to change in the XML code. Still working on that part now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "Merge Multiple Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-multiple-forms#post-151649</link>
			<pubDate>Thu, 21 Feb 2013 12:23:18 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">151649@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Perfect. Thanks again. I'll let you know how it goes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Merge Multiple Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-multiple-forms#post-151646</link>
			<pubDate>Thu, 21 Feb 2013 12:20:28 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">151646@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So you'll want to check the header area of whatever file is going to be the import file, and change the name and whatnot. Beyond that, you'll want to copy the field data from each form into the parent file, in the same depth as the field data in the parent file. If you import two forms with the same name, Gravity Forms is smart enough to not override it. It isn't an exact science unfortunately.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "Merge Multiple Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-multiple-forms#post-151640</link>
			<pubDate>Thu, 21 Feb 2013 12:15:21 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">151640@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have the skill-set. I only exported the file last night and didn't get to look at it too closely yet. I was just  looking for some insight before I started to edit it, that's all.&#60;/p&#62;
&#60;p&#62;The forms I want to merge are pretty large, so I was looking to save some time.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Merge Multiple Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-multiple-forms#post-151628</link>
			<pubDate>Thu, 21 Feb 2013 11:59:29 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">151628@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry if my answer came off short, but it really is something that someone should only undertake if they have a solid understanding of XML. I don't want to lead you down a path of greater frustration by having you undertake such a complex edit of our export files. We don't currently support merging forms because it isn't a feature we have. Again, I would highly recommend using our form builder instead.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Merge Multiple Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-multiple-forms#post-151607</link>
			<pubDate>Thu, 21 Feb 2013 11:37:41 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">151607@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you aren't sure how to do this, then you shouldn't do it, and instead should use our form builder to build out one new form with all the fields you need.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "Merge Multiple Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-multiple-forms#post-151603</link>
			<pubDate>Thu, 21 Feb 2013 11:31:27 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">151603@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;OK. I exported all of the forms I wanted to merge together and it created one .xml file with all of them in a single file.&#60;/p&#62;
&#60;p&#62;Is that the file I would need to import? And what parts should I edit?&#60;/p&#62;
&#60;p&#62;When I import back in to my site, how should I name the file so it doesn't mess with current forms?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Merge Multiple Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-multiple-forms#post-151597</link>
			<pubDate>Thu, 21 Feb 2013 11:21:57 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">151597@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There isn't any way to merge entries, but you can export both of the forms and work to merge them manually using a text editor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "Merge Multiple Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-multiple-forms#post-151595</link>
			<pubDate>Thu, 21 Feb 2013 11:17:35 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">151595@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Entries as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gingalley on "Merge Multiple Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/merge-multiple-forms#post-151183</link>
			<pubDate>Wed, 20 Feb 2013 22:44:19 +0000</pubDate>
			<dc:creator>gingalley</dc:creator>
			<guid isPermaLink="false">151183@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What would be the best way to merge multiple forms into one?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
