<?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: Form has incomplete permalink in form action</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-has-incomplete-permalink-in-form-action</link>
		<description>Gravity Support Forums Topic: Form has incomplete permalink in form action</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:14:26 +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/form-has-incomplete-permalink-in-form-action" rel="self" type="application/rss+xml" />

		<item>
			<title>HarroH on "Form has incomplete permalink in form action"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-incomplete-permalink-in-form-action#post-203869</link>
			<pubDate>Wed, 10 Apr 2013 09:57:15 +0000</pubDate>
			<dc:creator>HarroH</dc:creator>
			<guid isPermaLink="false">203869@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;never mind, you can close this one. Seemed that a third party plugin was screwing with the permalinks. Deleted it and problem solved itself.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HarroH on "Form has incomplete permalink in form action"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-incomplete-permalink-in-form-action#post-203850</link>
			<pubDate>Wed, 10 Apr 2013 09:40:35 +0000</pubDate>
			<dc:creator>HarroH</dc:creator>
			<guid isPermaLink="false">203850@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The weird thing is that when I change the permalink structure of the website from:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://localhost/subfolder/%postname%/&#34; rel=&#34;nofollow&#34;&#62;http://localhost/subfolder/%postname%/&#60;/a&#62;&#60;br /&#62;
which gives me without the subfolder, so: &#60;a href=&#34;http://localhost/subfolder/en/about/&#34; rel=&#34;nofollow&#34;&#62;http://localhost/subfolder/en/about/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and then change it to the default:&#60;br /&#62;
&#60;a href=&#34;http://localhost/subfolder&#34; rel=&#34;nofollow&#34;&#62;http://localhost/subfolder&#60;/a&#62;&#60;br /&#62;
it gives me the correct URL in gravity forms.&#60;/p&#62;
&#60;p&#62;However, no matter the change here above, everything else on the website works fine, get_permalink(), site structure, etc...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HarroH on "Form has incomplete permalink in form action"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-incomplete-permalink-in-form-action#post-203817</link>
			<pubDate>Wed, 10 Apr 2013 09:31:47 +0000</pubDate>
			<dc:creator>HarroH</dc:creator>
			<guid isPermaLink="false">203817@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;They are:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://localhost/subfolder/&#34; rel=&#34;nofollow&#34;&#62;http://localhost/subfolder/&#60;/a&#62;  (for both, as it should)&#60;/p&#62;
&#60;p&#62;Gravityform atm takes only localhost instead of the full url.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Form has incomplete permalink in form action"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-incomplete-permalink-in-form-action#post-191938</link>
			<pubDate>Sun, 31 Mar 2013 18:09:41 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">191938@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What are your WordPress settings for &#34;WordPress Address (URL)&#34; and &#34;Site Address (URL)&#34; in your WordPress admin?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>HarroH on "Form has incomplete permalink in form action"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-has-incomplete-permalink-in-form-action#post-187862</link>
			<pubDate>Thu, 28 Mar 2013 10:47:45 +0000</pubDate>
			<dc:creator>HarroH</dc:creator>
			<guid isPermaLink="false">187862@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi All,&#60;/p&#62;
&#60;p&#62;I have Gravity forms included in a template page using the following code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php gravity_form(1, true, false, false, &#38;#39;&#38;#39;, true, 12); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
and just before wp_head() :&#60;br /&#62;
&#60;code&#62;gravity_form_enqueue_scripts(1, true);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;it is being included correctly but for some reason the permalink in de form itself is not correct. I have it installed on a subforlder in my localhost:&#60;br /&#62;
&#60;a href=&#34;http://localhost/subfolder/en/about/&#34; rel=&#34;nofollow&#34;&#62;http://localhost/subfolder/en/about/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, when I check the HTML form code it looks like this:&#60;br /&#62;
&#60;code&#62;&#38;lt;form method=&#38;quot;post&#38;quot; enctype=&#38;quot;multipart/form-data&#38;quot; target=&#38;quot;gform_ajax_frame_1&#38;quot; id=&#38;quot;gform_1&#38;quot; action=&#38;quot;/en/about/#gf_1&#38;quot;&#38;gt;&#60;/code&#62;&#60;br /&#62;
As you can see, it tries to submit to the folder &#60;u&#62;/en/about/&#60;/u&#62; while it should be &#60;u&#62;/subfolder/en/about/&#60;/u&#62;&#60;/p&#62;
&#60;p&#62;Does anyone has any idea why this would happen?&#60;/p&#62;
&#60;p&#62;EDIT: the same happens when I use the tag {embed_url} for any predefined value, it gives back &#60;a href=&#34;http://localhost/en/about/&#34; rel=&#34;nofollow&#34;&#62;http://localhost/en/about/&#60;/a&#62; instead of &#60;a href=&#34;http://localhost/&#34; rel=&#34;nofollow&#34;&#62;http://localhost/&#60;/a&#62;&#60;u&#62;subfolder&#60;/u&#62;/en/about/
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
