<?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: Export/Import Form Settings</title>
		<link>https://legacy.forums.gravityhelp.com/topic/exportimport-form-settings</link>
		<description>Gravity Support Forums Topic: Export/Import Form Settings</description>
		<language>en-US</language>
		<pubDate>Fri, 17 Apr 2026 04:56:30 +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/exportimport-form-settings" rel="self" type="application/rss+xml" />

		<item>
			<title>blafarmm on "Export/Import Form Settings"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exportimport-form-settings#post-4948</link>
			<pubDate>Sat, 24 Apr 2010 16:59:32 +0000</pubDate>
			<dc:creator>blafarmm</dc:creator>
			<guid isPermaLink="false">4948@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;tcham&#60;/p&#62;
&#60;p&#62;Just a quick &#34;Thank You&#34; for posting these instructions.&#60;br /&#62;
It was nice to have a little &#34;hand holding&#34; through this process.&#60;br /&#62;
For anyone else needing to do this before 1.4 - these instructions are perfect.&#60;br /&#62;
I actually omitted the renaming process - and it was just fine.&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tcham on "Export/Import Form Settings"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exportimport-form-settings#post-3880</link>
			<pubDate>Wed, 10 Mar 2010 10:22:48 +0000</pubDate>
			<dc:creator>tcham</dc:creator>
			<guid isPermaLink="false">3880@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks to Alex Cancado's post above I just was able to do this with phpMyadmin (and I'm no expert, but so far it seems to have worked out). &#60;/p&#62;
&#60;p&#62;In case it might help someone, here are the steps that I took once inside phpMyadmin to transfer a form from Blog A (the test site) to Blog B (the ultimate site) ...&#60;/p&#62;
&#60;p&#62;1) Logged into phpMyadmin for Blog A. &#60;/p&#62;
&#60;p&#62;2) Clicked on the wp_rg_form table on the left-hand side of the page. &#60;/p&#62;
&#60;p&#62;3) Hit &#34;export&#34; at the top. &#60;/p&#62;
&#60;p&#62;4) Ensured that the radio button was selected for SQL (as opposed to CSV or any of the other options).&#60;/p&#62;
&#60;p&#62;5) Selected button towards the bottom for &#34;save as file&#34;&#60;/p&#62;
&#60;p&#62;6) Hit &#34;go&#34; [box pops up to save the file to hard drive]&#60;/p&#62;
&#60;p&#62;THEN &#60;/p&#62;
&#60;p&#62;7) Clicked on the wp_rg_form_meta table on the lefthand side of the php panel. &#60;/p&#62;
&#60;p&#62;8) Hit &#34;export&#34; at the top.&#60;/p&#62;
&#60;p&#62;9) Ensured that the radio button was selected for SQL (as opposed to CSV or any of the other options).&#60;/p&#62;
&#60;p&#62;10) Selected button towards the bottom for &#34;save as file&#34;&#60;/p&#62;
&#60;p&#62;11) Hit &#34;go&#34;. [box pops up to save the file to hard drive]&#60;/p&#62;
&#60;p&#62;12) Hit EXIT&#60;/p&#62;
&#60;p&#62;***ON BLOG B***&#60;/p&#62;
&#60;p&#62;1) Logged into phpMyAdmin for Blog B&#60;/p&#62;
&#60;p&#62;2) Located  wp_rg_form on left hand side. &#60;/p&#62;
&#60;p&#62;3) Clicked on &#34;Operations&#34; at the top&#60;/p&#62;
&#60;p&#62;4) In &#34;Table Options&#34; box located line that says &#34;rename table to&#34;&#60;/p&#62;
&#60;p&#62;5) Changed the name of this table to wp_rg_formorig (to prevent problems with the import)&#60;/p&#62;
&#60;p&#62;6) Hit &#34;Go&#34;&#60;/p&#62;
&#60;p&#62;7) Located  wp_rg_form_meta on left hand side. &#60;/p&#62;
&#60;p&#62;8) Clicked on &#34;Operations&#34; at the top&#60;/p&#62;
&#60;p&#62;9) In &#34;Table Options&#34; box located line that says &#34;rename table to&#34;&#60;/p&#62;
&#60;p&#62;10) Changed the name of this table to wp_rg_form_metaorig (again to prevent problems with the import)&#60;/p&#62;
&#60;p&#62;11) Hit &#34;Go&#34;&#60;/p&#62;
&#60;p&#62;12) Click on database name (string of numbers underneath &#34;information schema&#34;)&#60;/p&#62;
&#60;p&#62;13) Hit &#34;Import&#34;&#60;/p&#62;
&#60;p&#62;14) Under file to import box, hit browse and looked for wp_rg_form sql document just saved from Blog A. Selected this file.&#60;/p&#62;
&#60;p&#62;15) Hit Go.&#60;/p&#62;
&#60;p&#62;*new wp_rg_form table appeared in left side panel&#60;/p&#62;
&#60;p&#62;16) Repeated steps 12-15 for the wp_rg_form_meta file saved from Blog A&#60;/p&#62;
&#60;p&#62;*new wp_rg_form_meta table appeared in left side panel&#60;/p&#62;
&#60;p&#62;Hit EXIT&#60;/p&#62;
&#60;p&#62;Then I logged into the WP Administrator panel for Blog B, clicked on Form in the dashboard, and voila-- my form was there (with all of the same fields and everything). I was able to then publish the form on Blog B using the regular steps and did not have to recreate the form.&#60;/p&#62;
&#60;p&#62;Hopefully this was clear. Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Export/Import Form Settings"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exportimport-form-settings#post-3075</link>
			<pubDate>Sun, 31 Jan 2010 23:22:34 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">3075@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The import/export will be compatible with MU.  &#60;/p&#62;
&#60;p&#62;After MU is merged into WordPress with Version 3.0 we will most likely produce some MU specific tools.  We have held off on creating a MU add-on specifically because it is being phased out and the MU functionality is being rolled into WordPress itself as a multi-site feature.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dorsini on "Export/Import Form Settings"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exportimport-form-settings#post-3072</link>
			<pubDate>Sun, 31 Jan 2010 22:32:13 +0000</pubDate>
			<dc:creator>dorsini</dc:creator>
			<guid isPermaLink="false">3072@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;will the import functionality in 1.4 be MU compatable?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Export/Import Form Settings"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exportimport-form-settings#post-3055</link>
			<pubDate>Sat, 30 Jan 2010 22:06:08 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">3055@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Import/Export is a feature planned for the 1.4 release.&#60;/p&#62;
&#60;p&#62;1.3.9 will be coming first, it will be bug fixes and will also add support for the first batch of add-ons we plan on releasing.&#60;/p&#62;
&#60;p&#62;After that 1.4 will be the next release that brings new features to the core Gravity Forms plugin... with Export/Import of forms being one of those features.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RichardBest on "Export/Import Form Settings"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exportimport-form-settings#post-3038</link>
			<pubDate>Sat, 30 Jan 2010 00:22:25 +0000</pubDate>
			<dc:creator>RichardBest</dc:creator>
			<guid isPermaLink="false">3038@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ditto... . This is going to be a cracker of a feature. R.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fred Romano on "Export/Import Form Settings"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exportimport-form-settings#post-3032</link>
			<pubDate>Fri, 29 Jan 2010 19:56:38 +0000</pubDate>
			<dc:creator>Fred Romano</dc:creator>
			<guid isPermaLink="false">3032@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Alex I am waiting!!! Hopefully soon please :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sxmungall on "Export/Import Form Settings"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exportimport-form-settings#post-3011</link>
			<pubDate>Thu, 28 Jan 2010 16:22:43 +0000</pubDate>
			<dc:creator>sxmungall</dc:creator>
			<guid isPermaLink="false">3011@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Alex, thanks for your help. I'll let you know if I run into any problems. Cheers x
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Export/Import Form Settings"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exportimport-form-settings#post-3005</link>
			<pubDate>Thu, 28 Jan 2010 13:20:15 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">3005@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Fred,&#60;br /&#62;
Your task is a bit harder since you won't be able to do a full export/import.&#60;br /&#62;
Since you don't have a lot of experience with phpMyAdmin, I would recommend waiting for that feature and just recreate the forms manually. This feature is definitely going to make it into 1.4 since it is a very popular one.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Export/Import Form Settings"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/exportimport-form-settings#post-3004</link>
			<pubDate>Thu, 28 Jan 2010 13:16:46 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">3004@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;sxmungall,&#60;br /&#62;
Since your target blog does not have any forms, you can just import the two main form tables from one blog to the other.&#60;/p&#62;
&#60;p&#62;You can login to phpMyAdmin on the source blog and export (to SQL) the tables wp_rg_form and wp_rg_form_meta.&#60;/p&#62;
&#60;p&#62;Then import those tables into the target blog.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
