<?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: No more form submissions</title>
		<link>https://legacy.forums.gravityhelp.com/topic/no-more-form-submissions</link>
		<description>Gravity Support Forums Topic: No more form submissions</description>
		<language>en-US</language>
		<pubDate>Sun, 19 Apr 2026 23:36:54 +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/no-more-form-submissions" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "No more form submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-more-form-submissions#post-172409</link>
			<pubDate>Fri, 15 Mar 2013 11:49:48 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">172409@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Most likely it is a theme or plugin conflict, can you try the following steps to isolate please?&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Testing_for_a_Theme/Plugin_Conflict&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>twistystraws on "No more form submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-more-form-submissions#post-172390</link>
			<pubDate>Fri, 15 Mar 2013 11:34:38 +0000</pubDate>
			<dc:creator>twistystraws</dc:creator>
			<guid isPermaLink="false">172390@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://blog.brethertons.co.uk/client-satisfaction-survey&#34; rel=&#34;nofollow&#34;&#62;http://blog.brethertons.co.uk/client-satisfaction-survey&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm having a similar problem to this, and I assume it's linked to Akismet. After clicking submit, the form entry is submitted, but there is no notification message displayed on screen, the spinner.gif file remains.&#60;/p&#62;
&#60;p&#62;Added this to my functions;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;add_filter(&#38;quot;gform_akismet_enabled&#38;quot;, &#38;quot;__return_false&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;No conflict mode is 'on'&#60;br /&#62;
Akismet Integration is set to 'no'
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "No more form submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-more-form-submissions#post-151633</link>
			<pubDate>Thu, 21 Feb 2013 12:02:36 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">151633@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Try the following example:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter(&#38;quot;gform_akismet_enabled&#38;quot;, &#38;quot;__return_false&#38;quot;);
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>burkeb03 on "No more form submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-more-form-submissions#post-151626</link>
			<pubDate>Thu, 21 Feb 2013 11:55:51 +0000</pubDate>
			<dc:creator>burkeb03</dc:creator>
			<guid isPermaLink="false">151626@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just ran into this same issue it seems.  I've implemented the code above at the bottom of my functions.php (ensuring that there are no blank lines and php tags are closed appropriately) , and now receive the following message in the Entries page:&#60;/p&#62;
&#60;p&#62;Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'disable_akismet' not found or invalid function name in /home/content/24/9722324/html/wp-includes/plugin.php on line 173&#60;/p&#62;
&#60;p&#62;With that, my emails are being delivered again, but the same error message also briefly displays upon submitting the form on the public side.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "No more form submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-more-form-submissions#post-146536</link>
			<pubDate>Wed, 13 Feb 2013 08:56:45 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">146536@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;If you are using Akismet to prevent comment spam, your form  submissions will be filtered through Akismet as well.  You can prevent that from happening by using the gform_akismet_enabled filter:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_akismet_enabled&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_akismet_enabled&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;That code to disable Akismet for your form submissions will go in your current theme's functions.php.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>panart on "No more form submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-more-form-submissions#post-146170</link>
			<pubDate>Tue, 12 Feb 2013 03:52:40 +0000</pubDate>
			<dc:creator>panart</dc:creator>
			<guid isPermaLink="false">146170@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Thank you for your reply. Well at first I though the submitted forms didn't get stored, but I recently found out they are all marked as spam. The URL is &#60;a href=&#34;http://www.glansmagazine.nl&#34; rel=&#34;nofollow&#34;&#62;http://www.glansmagazine.nl&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;How can I prevent the entries from being marked as spam?&#60;/p&#62;
&#60;p&#62;Thank you in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "No more form submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-more-form-submissions#post-146100</link>
			<pubDate>Mon, 11 Feb 2013 23:57:24 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">146100@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We will need a URL to the page on your site where the form is located.&#60;/p&#62;
&#60;p&#62;When a form is submitted, is the entry stored, and you are just not receiving email notifications?&#60;/p&#62;
&#60;p&#62;Did you make any changes to your site recently?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>panart on "No more form submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-more-form-submissions#post-145775</link>
			<pubDate>Mon, 11 Feb 2013 04:46:01 +0000</pubDate>
			<dc:creator>panart</dc:creator>
			<guid isPermaLink="false">145775@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The forms still do not work. Can anyone from the support forums take a look at this.&#60;br /&#62;
Kind Regards,&#60;/p&#62;
&#60;p&#62;Sven den Otter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>panart on "No more form submissions"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/no-more-form-submissions#post-143287</link>
			<pubDate>Wed, 06 Feb 2013 08:50:44 +0000</pubDate>
			<dc:creator>panart</dc:creator>
			<guid isPermaLink="false">143287@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Since a week we do not get any form submissions anymore, and we didn't change anything.&#60;br /&#62;
How is this possible.&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;/p&#62;
&#60;p&#62;Sven den Otter
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
