<?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: Different primary validation error message for 2 language forms possible?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-the-primary-validation-error-message</link>
		<description>Gravity Support Forums Topic: Different primary validation error message for 2 language forms possible?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:51:08 +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/how-to-change-the-primary-validation-error-message" rel="self" type="application/rss+xml" />

		<item>
			<title>Carl Hancock on "Different primary validation error message for 2 language forms possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-the-primary-validation-error-message#post-12082</link>
			<pubDate>Thu, 04 Nov 2010 11:32:10 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">12082@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;You can target a specific form id by adding the form id to the gform_validation_message filter.&#60;/p&#62;
&#60;p&#62;So instead of:&#60;/p&#62;
&#60;p&#62;gform_validation_message&#60;/p&#62;
&#60;p&#62;You would use:&#60;/p&#62;
&#60;p&#62;gform_validation_message_10&#60;/p&#62;
&#60;p&#62;With 10 being the form id.  You would of course change that id to whatever it needs to be for that specific form.  I'm assuming each language has it's own form as Gravity Forms doesn't support multi-language forms as of right now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>zuendholz on "Different primary validation error message for 2 language forms possible?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/how-to-change-the-primary-validation-error-message#post-12063</link>
			<pubDate>Thu, 04 Nov 2010 06:02:36 +0000</pubDate>
			<dc:creator>zuendholz</dc:creator>
			<guid isPermaLink="false">12063@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello there,&#60;/p&#62;
&#60;p&#62;my problem is that I can't change the primary validation error message within my different languages forms. It is only possible to customize the validation message on a field. &#60;/p&#62;
&#60;p&#62;Searching for this problem, I found this function in order to change the primary validation error message in general, but not for different language forms:&#60;/p&#62;
&#60;p&#62;add_filter(&#34;gform_validation_message&#34;, &#34;change_message&#34;, 10, 2);&#60;br /&#62;
function change_message($message, $form){&#60;br /&#62;
return '&#38;lt;div class=&#34;validation_error&#34;&#38;gt; Your Error message here &#38;lt;/div&#38;gt;';&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;And now I wonder, if there is an elegant way to improve this function with a multi-language-aspect. ;)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
