<?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: unexpected domain in form action statement</title>
		<link>https://legacy.forums.gravityhelp.com/topic/unexpected-domain-in-form-action-statement</link>
		<description>Gravity Support Forums Topic: unexpected domain in form action statement</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 13:15:04 +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/unexpected-domain-in-form-action-statement" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "unexpected domain in form action statement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unexpected-domain-in-form-action-statement#post-229593</link>
			<pubDate>Mon, 29 Apr 2013 07:07:35 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">229593@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If a form works correctly when previewed from admin but doesn't when embedded on a page it would suggest a plugin or theme conflict.  @castledesign experienced the same problem earlier today and it was solved by embedding the form in a new page, something either theme or plugin related that was unique to that one page was causing it.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/error-on-submit-re-directs-to-another-site&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/error-on-submit-re-directs-to-another-site&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>flyingchair on "unexpected domain in form action statement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unexpected-domain-in-form-action-statement#post-224576</link>
			<pubDate>Thu, 25 Apr 2013 22:45:08 +0000</pubDate>
			<dc:creator>flyingchair</dc:creator>
			<guid isPermaLink="false">224576@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Addendum, the result is that the form is being submitted to this incorrect domain, and not on itself. I expect to get the spinning wheel then see the form replaced by a text notification. Instead a new tab is opened leading to a dead end.&#60;/p&#62;
&#60;p&#62;Also, when I use preview mode in the forms section of dashboard, it works perfectly and the entry is made in both the form entries and also as a draft post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>flyingchair on "unexpected domain in form action statement"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unexpected-domain-in-form-action-statement#post-224568</link>
			<pubDate>Thu, 25 Apr 2013 22:41:13 +0000</pubDate>
			<dc:creator>flyingchair</dc:creator>
			<guid isPermaLink="false">224568@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I asked this question before but after reading through the source HTML I realise I did not ask it very well, so forgive me for repeating a question so I can frame it better.&#60;/p&#62;
&#60;p&#62;I have set up gravity forms in two places on the following site: brighterleadership.com&#60;/p&#62;
&#60;p&#62;One is a contact form using name, email from the advanced options and a text box entry from the standard fields. This form works correctly. I notice that the action in the form HTML is&#60;/p&#62;
&#60;p&#62;URL: &#60;a href=&#34;http://www.brighterleadership.com/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.brighterleadership.com/contact-us/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;&#38;lt;form method='post' enctype='multipart/form-data' target='gform_ajax_frame_1' id='gform_1'  action='/contact-us/#gf_1'&#38;gt;&#60;br /&#62;
                        &#38;lt;div class='gform_body'&#38;gt;&#60;/p&#62;
&#60;p&#62;However, I have a second form for user submitted posts using name, email and then title and body from the post fields:&#60;/p&#62;
&#60;p&#62;URL:http://www.brighterleadership.com/share-your-story/&#60;/p&#62;
&#60;p&#62;But the form code is doubled up&#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;gform_wrapper_1&#34;&#38;gt;&#60;br /&#62;
&#38;lt;form id=&#34;gform_1&#34; action=&#34;http://www.brighterpeople.org/stories-share-yours/#gf_1&#34; enctype=&#34;multipart/form-data&#34; method=&#34;post&#34; target=&#34;gform_ajax_frame_1&#34;&#38;gt;&#60;br /&#62;
                &#38;lt;div class='gf_browser_chrome gform_wrapper' id='gform_wrapper_2' &#38;gt;&#60;a rel=&#34;nofollow&#34;&#62;&#60;/a&#62;&#38;lt;form method='post' enctype='multipart/form-data' target='gform_ajax_frame_2' id='gform_2'  action='/share-your-story/#gf_2'&#38;gt;&#60;br /&#62;
                        &#38;lt;div class='gform_body'&#38;gt;&#60;/p&#62;
&#60;p&#62;NOTE: there are two instances of the &#38;lt;form &#38;gt; tag. The second is correct. But another one is being added in front going to a different domain that is not connected to this site; wrong domain, wrong form ID. Where could this be coming from? It's like a ghost in the machine. I have trawled through the database and cannot see it.&#60;/p&#62;
&#60;p&#62;If someone could tell me where to look and what could cause a form, created on a fresh install of gravity forms, to magically prepend an irrelevant form statement in front of the correct code I would be very grateful....&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Phil
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
