<?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: New Hooks and Filters</title>
		<link>https://legacy.forums.gravityhelp.com/topic/new-hooks-and-fliters</link>
		<description>Gravity Support Forums Topic: New Hooks and Filters</description>
		<language>en-US</language>
		<pubDate>Wed, 13 May 2026 19:06: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/new-hooks-and-fliters" rel="self" type="application/rss+xml" />

		<item>
			<title>Ben Hutchings on "New Hooks and Filters"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-hooks-and-fliters#post-11672</link>
			<pubDate>Wed, 27 Oct 2010 06:02:18 +0000</pubDate>
			<dc:creator>Ben Hutchings</dc:creator>
			<guid isPermaLink="false">11672@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Just for anyone else trying to do this:&#60;/p&#62;
&#60;p&#62;- The function hook can sit at the bottom of your functions.php.&#60;/p&#62;
&#60;p&#62;- If you want the same error style, just with your own message, here is the hook/function:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_validation_message&#38;quot;, &#38;quot;change_message&#38;quot;, 10, 2);
function change_message($message, $form){
    return &#38;#39;&#38;lt;div class=&#38;quot;validation_error&#38;quot;&#38;gt; Your Error message here &#38;lt;/div&#38;gt;&#38;#39;;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jigsaw-internet on "New Hooks and Filters"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-hooks-and-fliters#post-4910</link>
			<pubDate>Fri, 23 Apr 2010 08:54:38 +0000</pubDate>
			<dc:creator>jigsaw-internet</dc:creator>
			<guid isPermaLink="false">4910@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've managed to change it with the jQuery method from another thread. Would be good to have this as a global form setting though please.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jigsaw-internet on "New Hooks and Filters"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-hooks-and-fliters#post-4908</link>
			<pubDate>Fri, 23 Apr 2010 07:40:54 +0000</pubDate>
			<dc:creator>jigsaw-internet</dc:creator>
			<guid isPermaLink="false">4908@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can somebody please tell me how I use this to change the global validation message please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "New Hooks and Filters"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-hooks-and-fliters#post-3254</link>
			<pubDate>Tue, 09 Feb 2010 18:30:18 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">3254@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The only new filter that was added in 1.3.9 is a filter to change the primary validation message that appears at the top of a form when there is an error on the form. This is the form wide error message, not an individual field error message.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_validation_message&#38;quot;, &#38;quot;change_message&#38;quot;, 10, 2);
        function change_message($message, $form){
            return &#38;quot;failed &#38;quot; . $form[&#38;quot;title&#38;quot;];
        }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Field level validation message customization is already available as an option under the advanced tab on individual fields.&#60;/p&#62;
&#60;p&#62;It hasn't been added to the documentation just yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Scott Hack on "New Hooks and Filters"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/new-hooks-and-fliters#post-3252</link>
			<pubDate>Tue, 09 Feb 2010 17:32:17 +0000</pubDate>
			<dc:creator>Scott Hack</dc:creator>
			<guid isPermaLink="false">3252@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am assuming that new hooks or filters were added to 1.39 -- I am working with a developer using GF as the front end for the project, and i was curious if the documentation was updated with any new hooks etc.  What I am working on with him is in the realm as the mail chimp idea.  Submitting info to a central location from the form, so I thought some of the hooks might help in production.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
