<?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: Exporting Entries from Multiple Forms and/or Merging Forms</title>
		<link>https://legacy.forums.gravityhelp.com/topic/exporting-entries-from-multiple-forms-andor-merging-forms</link>
		<description>Gravity Support Forums Topic: Exporting Entries from Multiple Forms and/or Merging Forms</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 05:35:40 +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/exporting-entries-from-multiple-forms-andor-merging-forms" rel="self" type="application/rss+xml" />

		<item>
			<title>cobra on "Exporting Entries from Multiple Forms and/or Merging Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exporting-entries-from-multiple-forms-andor-merging-forms#post-15225</link>
			<pubDate>Thu, 30 Dec 2010 17:12:04 +0000</pubDate>
			<dc:creator>cobra</dc:creator>
			<guid isPermaLink="false">15225@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right. I'm between a core duo Macbook and newer iMac, both 2+GHz, 2GB RAM. I'm usually in Firefox (Web Developer toolbar and Firebug), but I can give Chrome a shot. I'm afraid its a bit late to redo this whole form, but I'll keep it in mind for next time. Thanks for the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Exporting Entries from Multiple Forms and/or Merging Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exporting-entries-from-multiple-forms-andor-merging-forms#post-15217</link>
			<pubDate>Thu, 30 Dec 2010 16:54:32 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">15217@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The form builder is built on AJAX and Javascript.  The bigger the form gets, depending on your browser and machine you could run into performance issues because Javascript is all executed client side.  What kind of machine are you developing on and which browser you are using? This typically only happens in extreme circumstances.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cobra on "Exporting Entries from Multiple Forms and/or Merging Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exporting-entries-from-multiple-forms-andor-merging-forms#post-15215</link>
			<pubDate>Thu, 30 Dec 2010 16:10:47 +0000</pubDate>
			<dc:creator>cobra</dc:creator>
			<guid isPermaLink="false">15215@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the response. I was all about the multi-page functionality, until the form editor became rather sluggish (sometimes 5+ sec. requests to add a field) and slightly cumbersome to maneuver with length. Guess I'm out of luck.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Exporting Entries from Multiple Forms and/or Merging Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exporting-entries-from-multiple-forms-andor-merging-forms#post-15212</link>
			<pubDate>Thu, 30 Dec 2010 16:04:40 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">15212@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It isn't currently possible to export entries for multiple forms at once or merge forms.  You would have to write custom code to do this.  The data in the database may appear cryptic because the data is stored as a serialized array.&#60;/p&#62;
&#60;p&#62;If you were going to pass data from form to form using GET you might as well use the multi-page capabilities and create a multi-page form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cobra on "Exporting Entries from Multiple Forms and/or Merging Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exporting-entries-from-multiple-forms-andor-merging-forms#post-15208</link>
			<pubDate>Thu, 30 Dec 2010 15:40:38 +0000</pubDate>
			<dc:creator>cobra</dc:creator>
			<guid isPermaLink="false">15208@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I should note that I thought about sending the info from each page to the next manually using the GET method, but there are simply too many fields, and I don't want to go to the trouble. You can call me lazy, but it has more to do with my sanity.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cobra on "Exporting Entries from Multiple Forms and/or Merging Forms"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exporting-entries-from-multiple-forms-andor-merging-forms#post-15207</link>
			<pubDate>Thu, 30 Dec 2010 15:37:32 +0000</pubDate>
			<dc:creator>cobra</dc:creator>
			<guid isPermaLink="false">15207@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I began creating a multi-page form before realizing it was simply too big to deal with. So I split it up into 9 separate forms, included on 9 separate pages, with each form submission continuing to the next page in succession. Works great. The only problem is, I'm left with 9 separate entries, which need to be separately exported (not to mention 9 confirmation emails, which isn't great, but I can deal with).&#60;/p&#62;
&#60;p&#62;So two questions...&#60;/p&#62;
&#60;p&#62;1) Is there a way to export entries from multiple/all forms at once? Getting all the data out of there with a couple clicks instead of selecting each form from the dropdown would work well.&#60;/p&#62;
&#60;p&#62;and/or&#60;/p&#62;
&#60;p&#62;2) Is it possible to merge forms, so that I can go back and create a multi-page form easily?&#60;/p&#62;
&#60;p&#62;I looked at the SQL schema, and it seems a bit cryptic, so I really don't want to go there. If there is some other solution I haven't thought of, please let me know. I could imagine both of these features being potentially useful in various circumstances.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
