<?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: Master form for multisite</title>
		<link>https://legacy.forums.gravityhelp.com/topic/master-form-for-multisite</link>
		<description>Gravity Support Forums Topic: Master form for multisite</description>
		<language>en-US</language>
		<pubDate>Wed, 22 Apr 2026 16:25:36 +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/master-form-for-multisite" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Master form for multisite"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/master-form-for-multisite#post-51901</link>
			<pubDate>Fri, 09 Mar 2012 13:38:29 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">51901@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is currently no way to do what you describe.  Each site in a WordPress multi-site install is effectively it's own WordPress site.  They each have their own Gravity Forms tables and setup.  You can't share a single form on one site with another site the way you describe.&#60;/p&#62;
&#60;p&#62;The only way to do what you describe is to use iframes.  Create a blank page template on your site, create a page that uses that template and embed the form on that page.  Then on your other sites, use an iframe to display the form from the first site via the URL of the page the form is contained on.&#60;/p&#62;
&#60;p&#62;That is the only way to do what you are trying to accomplish.  Using the switch_to_blog functionality will not work because it's only executing when the form is displayed and not when the form is being processed.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kurtdomm on "Master form for multisite"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/master-form-for-multisite#post-51797</link>
			<pubDate>Thu, 08 Mar 2012 18:28:34 +0000</pubDate>
			<dc:creator>kurtdomm</dc:creator>
			<guid isPermaLink="false">51797@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello,  I am interested in creating a single master form in my primary site that can be loaded into other sites.&#60;/p&#62;
&#60;p&#62;I would like to be able to make an edit on my master form and have it propagate throughout the sub sites.&#60;/p&#62;
&#60;p&#62;I succeeded to a degree by using code like the following in a sub site template:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;global $blog_id;
$current_blog_id = $blog_id;
switch_to_blog(1);
gravity_form(1, $display_title=true, $display_description=true, $display_inactive=false, $field_values=null, $ajax=false, 0);
switch_to_blog($current_blog_id);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The form displayed just fine, but did not function.  Pressing submit redirected to a page that didn't exist and showed as just a colon (':') in the url address bar.&#60;/p&#62;
&#60;p&#62;I am currently aware that I can use the export and import functionality but that seems much more tedious than just modifying a master form and having the changes reflected throughout all sub sites.&#60;/p&#62;
&#60;p&#62;Hope that makes sense.&#60;/p&#62;
&#60;p&#62;Is there a way to do what I'm aiming to do?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
