<?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: Updating forms in multisite</title>
		<link>https://legacy.forums.gravityhelp.com/topic/updating-forms-in-multisite</link>
		<description>Gravity Support Forums Topic: Updating forms in multisite</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:02:25 +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/updating-forms-in-multisite" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Updating forms in multisite"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/updating-forms-in-multisite#post-136240</link>
			<pubDate>Wed, 30 Jan 2013 08:34:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">136240@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have no experience with that plugin to know for sure.  I've just resorted to using SQL when necessary to make a global change.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ktrusak on "Updating forms in multisite"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/updating-forms-in-multisite#post-129620</link>
			<pubDate>Wed, 23 Jan 2013 14:34:39 +0000</pubDate>
			<dc:creator>ktrusak</dc:creator>
			<guid isPermaLink="false">129620@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, I am having a similar problem. Chris - would this plugin do something similar to what you are describing:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/extend/plugins/wp-multisite-mirror/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wp-multisite-mirror/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Updating forms in multisite"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/updating-forms-in-multisite#post-98235</link>
			<pubDate>Mon, 03 Dec 2012 07:08:29 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">98235@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I don't have any tutorials.  I've just hacked my way through it on a network where I have 80 sites.  Give it a try.  Set up a master community and then try making the change there and using SQL to update one of your sites.  Save a backup of the database before you try it in case something goes wrong.  Once you get the editing of the form and the SQL down, you need to automate it to write the changes to all the other sites.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chris_s on "Updating forms in multisite"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/updating-forms-in-multisite#post-98118</link>
			<pubDate>Sun, 02 Dec 2012 23:43:02 +0000</pubDate>
			<dc:creator>chris_s</dc:creator>
			<guid isPermaLink="false">98118@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, any chance you have a tutorial on this? I'd most certainly find this useful, but don't know if I'm daring enough to give it a go on my own.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Updating forms in multisite"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/updating-forms-in-multisite#post-98025</link>
			<pubDate>Sun, 02 Dec 2012 15:41:17 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">98025@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;On my installation, I have kept the form ID the same across all forms, since my functions.php is the same for all sites.  So, I just change my master form and then insert that into all the sites with SQL and a PHP loop to go through all the sites.&#60;/p&#62;
&#60;p&#62;Be careful if you delete a field and replicate that form.  You will lose all the data in that field across all forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chris_s on "Updating forms in multisite"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/updating-forms-in-multisite#post-98022</link>
			<pubDate>Sun, 02 Dec 2012 15:37:07 +0000</pubDate>
			<dc:creator>chris_s</dc:creator>
			<guid isPermaLink="false">98022@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Chris, thanks for the response. Is this a simple test, then import to each site, and adding a new form and form ID? Or does your way allow for keeping the same form ID in place? If it's the latter, that would solve my problem for the moment.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Updating forms in multisite"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/updating-forms-in-multisite#post-98020</link>
			<pubDate>Sun, 02 Dec 2012 15:34:52 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">98020@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Keeping forms in sync in multisite after you make an edit to a form is a challenge.&#60;/p&#62;
&#60;p&#62;In the past, I have edited the form in one site, then used SQL to copy the new edited form to all the sites.  I keep an original version of the form in a test site, make my edits there, they update all the other sites with PHP and SQL, copying the master form to all sites.&#60;/p&#62;
&#60;p&#62;It's a challenge any way you do it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chris_s on "Updating forms in multisite"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/updating-forms-in-multisite#post-98006</link>
			<pubDate>Sun, 02 Dec 2012 14:43:58 +0000</pubDate>
			<dc:creator>chris_s</dc:creator>
			<guid isPermaLink="false">98006@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Currently I am running an install of multisite and occasionally adding a new group of sites at once. I'm using the export_file in my config file so it makes installing a breeze. But on occasion, we want to add fields to a form, that exist across all sites the same. So my question is, is there a way to update all the forms across multisite without having to create a new form and importing it? I am currently using for IDs in my theme files to access the forms. When these form ID's change, i.e., importing a new form, the theme files don't match. Now I know this isn't the best way to do it, but I can't think of another solution to be able to use the same forms across all sites in my multisite installation.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
