<?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: importing a set of GF form ID and page</title>
		<link>https://legacy.forums.gravityhelp.com/topic/importing-a-set-of-gf-form-id-and-page</link>
		<description>Gravity Support Forums Topic: importing a set of GF form ID and page</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:49:49 +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/importing-a-set-of-gf-form-id-and-page" rel="self" type="application/rss+xml" />

		<item>
			<title>scott@adszoom.com on "importing a set of GF form ID and page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/importing-a-set-of-gf-form-id-and-page#post-84012</link>
			<pubDate>Fri, 26 Oct 2012 12:53:02 +0000</pubDate>
			<dc:creator>scott@adszoom.com</dc:creator>
			<guid isPermaLink="false">84012@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I ran this in &#34;mySQL&#34; VIA CPAN and it did not affect the forms just for an update, fyi and such,&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;UPDATE wp_posts SET post_content = REPLACE (
post_content,
&#38;#39;Item to replace here&#38;#39;,
&#38;#39;Replacement text here&#38;#39;);

1)
UPDATE wp_options SET option_value = REPLACE (
option_value,
&#38;#39;auburn&#38;#39;,
&#38;#39;montgomery&#38;#39;);

2)
UPDATE wp_rg_form_meta SET display_meta = REPLACE (
display_meta,
&#38;#39;auburn&#38;#39;,
&#38;#39;montgomery&#38;#39;);
3)
UPDATE wp_rg_lead_detail SET value = REPLACE (
value,
&#38;#39;auburn&#38;#39;,
&#38;#39;montgomery&#38;#39;);
4)
UPDATE wp_terms SET name = REPLACE (
name,
&#38;#39;auburn&#38;#39;,
&#38;#39;montgomery&#38;#39;);
5)
UPDATE wp_usermeta SET meta_value = REPLACE (
meta_value,
&#38;#39;auburn&#38;#39;,
&#38;#39;montgomery&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>scott@adszoom.com on "importing a set of GF form ID and page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/importing-a-set-of-gf-form-id-and-page#post-83974</link>
			<pubDate>Fri, 26 Oct 2012 10:37:42 +0000</pubDate>
			<dc:creator>scott@adszoom.com</dc:creator>
			<guid isPermaLink="false">83974@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;then i restarted the plug in
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scott@adszoom.com on "importing a set of GF form ID and page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/importing-a-set-of-gf-form-id-and-page#post-83972</link>
			<pubDate>Fri, 26 Oct 2012 10:36:23 +0000</pubDate>
			<dc:creator>scott@adszoom.com</dc:creator>
			<guid isPermaLink="false">83972@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just tried pointing the code editor to the plug in and it did not work for find and replace.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scott@adszoom.com on "importing a set of GF form ID and page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/importing-a-set-of-gf-form-id-and-page#post-83947</link>
			<pubDate>Fri, 26 Oct 2012 08:54:48 +0000</pubDate>
			<dc:creator>scott@adszoom.com</dc:creator>
			<guid isPermaLink="false">83947@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ah thanks Chris &#60;/p&#62;
&#60;p&#62;how im cloning the site is with this plug in Version 0.3.2 &#60;a href=&#34;http://lifeinthegrid.com/labs/duplicator/&#34; rel=&#34;nofollow&#34;&#62;http://lifeinthegrid.com/labs/duplicator/&#60;/a&#62;&#60;br /&#62;
In short the plug in packages up the theme, wordpress files and all data base info. The PLUG IN is installed on the template for the clones in this case its &#60;a href=&#34;http://auburn.adszoom.com/&#34; rel=&#34;nofollow&#34;&#62;http://auburn.adszoom.com/&#60;/a&#62; . &#60;/p&#62;
&#60;p&#62;Steps&#60;br /&#62;
1 make a copy of everything via plug in&#60;br /&#62;
2 download to desk top&#60;br /&#62;
3 create a clean empty data base in cpanel, with 0 tables and data.&#60;br /&#62;
4 ftp package and installer.php files to the sub domain, navigate to this url after upload &#60;a href=&#34;http://mywebsite/installer.php&#34; rel=&#34;nofollow&#34;&#62;http://mywebsite/installer.php&#60;/a&#62;&#60;br /&#62;
5 run installer&#60;br /&#62;
6 &#34;get&#34; theme only to local code editor and replace old url's that are hard coded in theme&#60;br /&#62;
search and replace I use dream weaver.&#60;br /&#62;
 at this point the theme is fully functional less the GF forms,,&#60;/p&#62;
&#60;p&#62;there is no &#34; search and replace &#34; in the data base I pro form. If i need to do this at the data base level what is the default data base GF uses ? or can i just point dream weaver at the plug ins folder and do the same thing &#34;search and replace&#34;.&#60;/p&#62;
&#60;p&#62;Ok the &#34;serialized values in the process.&#34; not sure what that in-tails &#60;/p&#62;
&#60;p&#62;Hope that helped?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "importing a set of GF form ID and page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/importing-a-set-of-gf-form-id-and-page#post-83534</link>
			<pubDate>Thu, 25 Oct 2012 00:57:28 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">83534@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;For issue 1, cloning sites, can you explain how you clone a site and how you change the URL?  Changing the URL will affect the serialized values which are stored in Gravity Forms and that is why you see the &#34;oops, we could not locate your form&#34; message.  So, how do you clone a site, and how do you search and replace the URL?&#60;/p&#62;
&#60;p&#62;For issue 2, you do not need to import &#34;just because.&#34;  Your forms will work when you clone the site if you properly search and replace the URL and fix the serialized values in the process.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scott@adszoom.com on "importing a set of GF form ID and page"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/importing-a-set-of-gf-form-id-and-page#post-83301</link>
			<pubDate>Wed, 24 Oct 2012 12:13:55 +0000</pubDate>
			<dc:creator>scott@adszoom.com</dc:creator>
			<guid isPermaLink="false">83301@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;importing a set of GF to 420 clone sites,&#60;br /&#62;
example&#60;br /&#62;
&#60;a href=&#34;http://auburn.adszoom.com/&#34; rel=&#34;nofollow&#34;&#62;http://auburn.adszoom.com/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://birmingham.adszoom.com/&#34; rel=&#34;nofollow&#34;&#62;http://birmingham.adszoom.com/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://decatur.adszoom.com/&#34; rel=&#34;nofollow&#34;&#62;http://decatur.adszoom.com/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://dothan.adszoom.com/&#34; rel=&#34;nofollow&#34;&#62;http://dothan.adszoom.com/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://florence.adszoom.com/&#34; rel=&#34;nofollow&#34;&#62;http://florence.adszoom.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;amp; so on&#60;/p&#62;
&#60;p&#62;question 1: If all data base are cloned why do we have to import the GF set each time? If we don't import the new site states &#34; Oops can't find form &#34; &#60;/p&#62;
&#60;p&#62;question 2: If we do have to import because, that just is &#34;the way it is&#34; is there a way to keep the form id for the pages the same? each time I import the GF set I have to go threw the hole site and its very time consuming and leaves lots of room for error..&#60;/p&#62;
&#60;p&#62;example:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[gravityform id=&#38;quot;87&#38;quot; name=&#38;quot;Email Campaign - 180 day 2.0 member&#38;quot; title=&#38;quot;false&#38;quot; ajax=&#38;quot;true&#38;quot;]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;87 is the site the form came from now in the &#34; forms &#34; view the form is, example: 90, so now I have to go to the page the form is displayed and change that from 87 to 90&#38;lt;-form id&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
