<?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: Multi Site Validation Broken</title>
		<link>https://legacy.forums.gravityhelp.com/topic/multi-site-validation-broken</link>
		<description>Gravity Support Forums Topic: Multi Site Validation Broken</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:24:21 +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/multi-site-validation-broken" rel="self" type="application/rss+xml" />

		<item>
			<title>Alex Cancado on "Multi Site Validation Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-validation-broken#post-293170</link>
			<pubDate>Fri, 31 May 2013 16:42:47 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">293170@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yea, the problem is coming from the add_query_arg() function, but my subdirectory multi-site installs work fine, so I think this is something specific to your WP installation.&#60;br /&#62;
I am looking at the add_query_arg() function and it seems to use the $_SERVER['REQUEST_URI'] variable. It might be helpful to print that variable out and see if it contains the expected value. Worst case scenario, you can use the gform_form_tag filter to change the action attribute manually. In that case try setting it to blank, and that might do the trick for you. Following is a code snippet that should help you get there. Paste it in your theme's functions.php file.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_form_tag&#38;quot;, &#38;quot;form_tag&#38;quot;, 10, 2);
function form_tag($form_tag, $form){
    $form_tag = preg_replace(&#38;quot;&#124;action=&#38;#39;(.*?)&#38;#39;&#124;&#38;quot;, &#38;quot;action=&#38;#39;custom_handler.php&#38;#39;&#38;quot;, $form_tag);
    return $form_tag;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Tailored Digital on "Multi Site Validation Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-validation-broken#post-292918</link>
			<pubDate>Fri, 31 May 2013 13:32:20 +0000</pubDate>
			<dc:creator>Tailored Digital</dc:creator>
			<guid isPermaLink="false">292918@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It looks like that is the issue. When installed in a subdirectory, add_query_arg(); includes the name of the subdirectory. On multisite, however, when using subdirectories, it doesn't.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tailored Digital on "Multi Site Validation Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-validation-broken#post-292891</link>
			<pubDate>Fri, 31 May 2013 13:15:20 +0000</pubDate>
			<dc:creator>Tailored Digital</dc:creator>
			<guid isPermaLink="false">292891@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So I'm wondering now if it's an issue with add_query_arg(); .
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tailored Digital on "Multi Site Validation Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-validation-broken#post-292877</link>
			<pubDate>Fri, 31 May 2013 13:08:47 +0000</pubDate>
			<dc:creator>Tailored Digital</dc:creator>
			<guid isPermaLink="false">292877@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It's just a site on the network. We're using subdirectories instead of subdomains. Main site is .com, and the Spanish site is .com/es/.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Multi Site Validation Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-validation-broken#post-292875</link>
			<pubDate>Fri, 31 May 2013 13:07:28 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">292875@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;How do you have the Spanish site set-up? The form action should send the form to the page the form is on. Something is potentially wrong with your WordPress setting if this isn't the case.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tailored Digital on "Multi Site Validation Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-validation-broken#post-292810</link>
			<pubDate>Fri, 31 May 2013 12:36:52 +0000</pubDate>
			<dc:creator>Tailored Digital</dc:creator>
			<guid isPermaLink="false">292810@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Here's a simpler one:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://briansandoval.com.php53-17.ord1-1.websitetestlink.com/es/test-2/&#34; rel=&#34;nofollow&#34;&#62;http://briansandoval.com.php53-17.ord1-1.websitetestlink.com/es/test-2/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Submitting it with validation errors redirects you to a 404 on the main site here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://briansandoval.com.php53-17.ord1-1.websitetestlink.com/test-2/&#34; rel=&#34;nofollow&#34;&#62;http://briansandoval.com.php53-17.ord1-1.websitetestlink.com/test-2/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tailored Digital on "Multi Site Validation Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-validation-broken#post-292807</link>
			<pubDate>Fri, 31 May 2013 12:35:41 +0000</pubDate>
			<dc:creator>Tailored Digital</dc:creator>
			<guid isPermaLink="false">292807@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So here's a non-AJAX form on the Spanish site:&#60;br /&#62;
&#60;a href=&#34;http://briansandoval.com.php53-17.ord1-1.websitetestlink.com/es/test&#34; rel=&#34;nofollow&#34;&#62;http://briansandoval.com.php53-17.ord1-1.websitetestlink.com/es/test&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The action on the form is just /test. Which should work fine, but somehow it seems to be sending it to the main site domain:&#60;br /&#62;
&#60;a href=&#34;http://briansandoval.com.php53-17.ord1-1.websitetestlink.com/test&#34; rel=&#34;nofollow&#34;&#62;http://briansandoval.com.php53-17.ord1-1.websitetestlink.com/test&#60;/a&#62;&#60;br /&#62;
Instead of:&#60;br /&#62;
&#60;a href=&#34;http://briansandoval.com.php53-17.ord1-1.websitetestlink.com/es/test&#34; rel=&#34;nofollow&#34;&#62;http://briansandoval.com.php53-17.ord1-1.websitetestlink.com/es/test&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Multi Site Validation Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-validation-broken#post-292792</link>
			<pubDate>Fri, 31 May 2013 12:29:05 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">292792@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What are the URLs of both sites? Like I said, when I submitted it, the URL didn't change. Can you build another form on the spanish site and test it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Tailored Digital on "Multi Site Validation Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-validation-broken#post-292780</link>
			<pubDate>Fri, 31 May 2013 12:25:43 +0000</pubDate>
			<dc:creator>Tailored Digital</dc:creator>
			<guid isPermaLink="false">292780@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So it's not really a translation issue. It looks like it's an issue with the form action. I exported these forms from the English version and imported them into the Spanish version, could that be the issue?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "Multi Site Validation Broken"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/multi-site-validation-broken#post-292774</link>
			<pubDate>Fri, 31 May 2013 12:21:20 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">292774@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We have a Spanish translation here - &#60;a href=&#34;http://www.gravityhelp.com/downloads/translations/&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/downloads/translations/&#60;/a&#62; that allows you to translate all of Gravity Forms into Spanish. And the label change thing is really strange, I'm not sure why it would do that.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
