<?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: qTranslate + validation &#34;Page not found&#34;</title>
		<link>https://legacy.forums.gravityhelp.com/topic/qtranslate-validation-page-not-found</link>
		<description>Gravity Support Forums Topic: qTranslate + validation &quot;Page not found&quot;</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:10:49 +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/qtranslate-validation-page-not-found" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "qTranslate + validation &#34;Page not found&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/qtranslate-validation-page-not-found#post-148194</link>
			<pubDate>Sun, 17 Feb 2013 01:45:18 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">148194@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;So long as you did not modify form_display.php, and this is working for you, I think you're in good shape.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jfernesto on "qTranslate + validation &#34;Page not found&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/qtranslate-validation-page-not-found#post-146631</link>
			<pubDate>Wed, 13 Feb 2013 13:46:04 +0000</pubDate>
			<dc:creator>jfernesto</dc:creator>
			<guid isPermaLink="false">146631@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm not sure if this code is &#34;correct&#34; because i'm not a good programmer but it's working fine for my purposes. It's very simple.&#60;/p&#62;
&#60;p&#62;In plugins/gravityforms/form_display.php near the line 450 there's a variable called $form_string, something like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/YJ51ZpC9&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/YJ51ZpC9&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I obtained the current language with 'qtrans_getLanguage()' in my variable $accion_actual, then concatenate it with $from_string. Exactly like this:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/m1JRw9i6&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/m1JRw9i6&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Hope this helps :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "qTranslate + validation &#34;Page not found&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/qtranslate-validation-page-not-found#post-146593</link>
			<pubDate>Wed, 13 Feb 2013 11:52:09 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">146593@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Please let us know how it turns out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jfernesto on "qTranslate + validation &#34;Page not found&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/qtranslate-validation-page-not-found#post-146285</link>
			<pubDate>Tue, 12 Feb 2013 14:16:25 +0000</pubDate>
			<dc:creator>jfernesto</dc:creator>
			<guid isPermaLink="false">146285@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Ok, i'll take a look at this. Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "qTranslate + validation &#34;Page not found&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/qtranslate-validation-page-not-found#post-146144</link>
			<pubDate>Tue, 12 Feb 2013 01:53:15 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">146144@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I see a JavaScript error on the page right now:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;Timestamp: 2/11/13 11:43:36 PM
Error: TypeError: $ is not a function
Source File: &#60;a href=&#34;http://www.debla.com/en/registration/&#34; rel=&#34;nofollow&#34;&#62;http://www.debla.com/en/registration/&#60;/a&#62;
Line: 317&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I don't think that's related to your problem but it is worth fixing.&#60;/p&#62;
&#60;p&#62;It does not look like qTranslate is translating the form tag, so the form is submitting to 'registration':&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;form method=&#38;#39;post&#38;#39; enctype=&#38;#39;multipart/form-data&#38;#39;  id=&#38;#39;gform_4&#38;#39;  action=&#38;#39;/registration/&#38;#39;&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Here is a related topic regarding another form plugin and qTranslate:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/support/topic/plugin-fast-secure-contact-form-doesnt-work-with-qtranslate?replies=16#post-1999436&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/plugin-fast-secure-contact-form-doesnt-work-with-qtranslate?replies=16#post-1999436&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I don't think there is anything Gravity Forms can do about it, since qTranslate is adding the language to the path, but does not change the form action in the same way.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jfernesto on "qTranslate + validation &#34;Page not found&#34;"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/qtranslate-validation-page-not-found#post-145874</link>
			<pubDate>Mon, 11 Feb 2013 11:33:57 +0000</pubDate>
			<dc:creator>jfernesto</dc:creator>
			<guid isPermaLink="false">145874@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is my website: &#60;a href=&#34;http://www.debla.com&#34; rel=&#34;nofollow&#34;&#62;http://www.debla.com&#60;/a&#62;&#60;br /&#62;
You can translate it to English and take a look at my 'Registration Form'.&#60;br /&#62;
If you click &#34;Send&#34; without filling any field you'll see a '404 page not found'.&#60;br /&#62;
The form URL is &#60;a href=&#34;http://www.debla.com/en/registration&#34; rel=&#34;nofollow&#34;&#62;http://www.debla.com/en/registration&#60;/a&#62; but the validation process is trying to access to &#60;a href=&#34;http://www.debla.com/registration&#34; rel=&#34;nofollow&#34;&#62;http://www.debla.com/registration&#60;/a&#62; so there's nothing to show.&#60;br /&#62;
How can i solve this?&#60;br /&#62;
Thank you!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
