<?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: Unable to save/update form</title>
		<link>https://legacy.forums.gravityhelp.com/topic/unable-to-saveupdate-form</link>
		<description>Gravity Support Forums Topic: Unable to save/update form</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 19:04:36 +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/unable-to-saveupdate-form" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Unable to save/update form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-saveupdate-form#post-6707</link>
			<pubDate>Sat, 26 Jun 2010 02:32:03 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">6707@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for taking the time to post that Chris. The crude/lazy approach for sure.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Unable to save/update form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-saveupdate-form#post-6704</link>
			<pubDate>Fri, 25 Jun 2010 23:36:38 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">6704@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I must have missed this one.  Look at the docs for mod_security:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.howtoforge.com/apache_mod_security&#34; rel=&#34;nofollow&#34;&#62;http://www.howtoforge.com/apache_mod_security&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;# Very crude filters to prevent SQL injection attacks
    # SecFilter &#38;quot;delete[[:space:]]+from&#38;quot;
    # SecFilter &#38;quot;insert[[:space:]]+into&#38;quot;
    # SecFilter &#38;quot;select.+from&#38;quot;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;VERY crude, to be sure.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Unable to save/update form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-saveupdate-form#post-2758</link>
			<pubDate>Fri, 15 Jan 2010 18:53:33 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">2758@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Tibor,&#60;/p&#62;
&#60;p&#62;It looks like your environment has some sort of security around receiving requests via POST. It throws a 500 (server error) when the posted content contains the words &#34;select from&#34;. I imagine it does that in an attempt to protect you from outsiders trying to access your database. The problem is that the implementation is too strict and blocks harmless strings such as &#34;selecting an apple from the store&#34;, or in our case &#34;isSelected: false, from: &#60;a href=&#34;mailto:test@test.com&#34;&#62;test@test.com&#60;/a&#62;&#34;.&#60;/p&#62;
&#60;p&#62;When you click the save form button, an AJAX POST request is made to the admin-ajax.php page. In your environment this request fails when the form meta contains the words &#34;select&#34; and &#34;from&#34;.&#60;/p&#62;
&#60;p&#62;This has happened to another user and he was able to talk to his host and fix the issue. This is what he said:&#60;br /&#62;
&#34;They changed something on the mod_security module and it seems to be working great now!&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TiborP on "Unable to save/update form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-saveupdate-form#post-2757</link>
			<pubDate>Fri, 15 Jan 2010 13:55:27 +0000</pubDate>
			<dc:creator>TiborP</dc:creator>
			<guid isPermaLink="false">2757@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thx for the quick reply Carl; i'll send you the login stuff. Still, I wonder why I did work in the first place, and stopped working later on.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Unable to save/update form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-saveupdate-form#post-2752</link>
			<pubDate>Fri, 15 Jan 2010 12:05:14 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">2752@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is some sort of conflict, either plugin or theme.  Contact Us using the Contact Us form on this site and include a WordPress login for this site and we can take a look at it and see what is causing the problem.&#60;/p&#62;
&#60;p&#62;Something in your WordPress setup is preventing the AJAX from saving the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TiborP on "Unable to save/update form"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/unable-to-saveupdate-form#post-2746</link>
			<pubDate>Fri, 15 Jan 2010 10:50:11 +0000</pubDate>
			<dc:creator>TiborP</dc:creator>
			<guid isPermaLink="false">2746@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,I have set up a new form, added fields, saved in between; all went perfect. After taking a break trying to edit the form some more, but now when trying to save, nothing happens except the &#34;Saving form. Please wait... &#34; message is shown all the time. This is on WP 2.9.1 on PHP 5.2.10, MySQL 5.0.45, and a fresh install of Gravityforms 1.3.8. I did try with all plugins unabled without succes.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
