<?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: gform submit filter not working in 1.1.13</title>
		<link>https://legacy.forums.gravityhelp.com/topic/gform-submit-filter-not-working-in-1113</link>
		<description>Gravity Support Forums Topic: gform submit filter not working in 1.1.13</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 18:37:17 +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/gform-submit-filter-not-working-in-1113" rel="self" type="application/rss+xml" />

		<item>
			<title>C3Mdigital on "gform submit filter not working in 1.1.13"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-submit-filter-not-working-in-1113#post-7819</link>
			<pubDate>Mon, 26 Jul 2010 13:41:15 +0000</pubDate>
			<dc:creator>C3Mdigital</dc:creator>
			<guid isPermaLink="false">7819@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes I will do so.  My host is having some network issues and I will send a login as soon as they are resolved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "gform submit filter not working in 1.1.13"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-submit-filter-not-working-in-1113#post-7804</link>
			<pubDate>Mon, 26 Jul 2010 10:59:13 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">7804@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Can you send us a WordPress admin login for this site and we can take a look at your setup and see what is going on?  You can do so via our Contact Us form and reference this thread and Alex can take a look at it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>C3Mdigital on "gform submit filter not working in 1.1.13"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-submit-filter-not-working-in-1113#post-7782</link>
			<pubDate>Sun, 25 Jul 2010 22:58:07 +0000</pubDate>
			<dc:creator>C3Mdigital</dc:creator>
			<guid isPermaLink="false">7782@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yes 1.12.13 is correct. When you click the submit button nothing happens.  The button just changes as per its css active state.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "gform submit filter not working in 1.1.13"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-submit-filter-not-working-in-1113#post-7778</link>
			<pubDate>Sun, 25 Jul 2010 21:14:58 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">7778@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am assuming you meant to say after upgrading to 1.3.13, right?&#60;br /&#62;
I copied and pasted your code into my 1.3.13 version and it worked Ok.&#60;br /&#62;
What exactly is happening? When you click the button the form doesn't submit?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>C3Mdigital on "gform submit filter not working in 1.1.13"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-submit-filter-not-working-in-1113#post-7735</link>
			<pubDate>Fri, 23 Jul 2010 21:24:30 +0000</pubDate>
			<dc:creator>C3Mdigital</dc:creator>
			<guid isPermaLink="false">7735@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "gform submit filter not working in 1.1.13"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-submit-filter-not-working-in-1113#post-7724</link>
			<pubDate>Fri, 23 Jul 2010 14:39:35 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">7724@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We will try and replicate the issue on our end and let you know what we find.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>C3Mdigital on "gform submit filter not working in 1.1.13"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/gform-submit-filter-not-working-in-1113#post-7716</link>
			<pubDate>Fri, 23 Jul 2010 11:44:17 +0000</pubDate>
			<dc:creator>C3Mdigital</dc:creator>
			<guid isPermaLink="false">7716@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The gform submit filter stopped working after upgrading to 1.1.13  &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;quot;gform_submit_button&#38;quot;, &#38;quot;form_submit_button&#38;quot;);
  function form_submit_button($button){
   return &#38;quot;&#38;lt;input type=&#38;#39;submit&#38;#39; class=&#38;#39;button gray&#38;#39; value=&#38;#39;Submit&#38;#39; /&#38;gt;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It won't allow you to submit the form.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
