<?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: Forms Not Saving Entries and Sending Blank Notifications</title>
		<link>https://legacy.forums.gravityhelp.com/topic/forms-not-saving-entries-and-sending-blank-notifications</link>
		<description>Gravity Support Forums Topic: Forms Not Saving Entries and Sending Blank Notifications</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 08:08:52 +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/forms-not-saving-entries-and-sending-blank-notifications" rel="self" type="application/rss+xml" />

		<item>
			<title>Rob Harrell on "Forms Not Saving Entries and Sending Blank Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-saving-entries-and-sending-blank-notifications#post-55622</link>
			<pubDate>Wed, 18 Apr 2012 07:59:43 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">55622@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Awesome, thanks for letting us know it worked for you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Troy Dunn on "Forms Not Saving Entries and Sending Blank Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-saving-entries-and-sending-blank-notifications#post-55593</link>
			<pubDate>Tue, 17 Apr 2012 20:33:58 +0000</pubDate>
			<dc:creator>Troy Dunn</dc:creator>
			<guid isPermaLink="false">55593@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Boom goes the dynamite. You the man Carl! The &#34;&#38;amp;setup&#34; solution worked. &#60;/p&#62;
&#60;p&#62;Thanks for your help!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Forms Not Saving Entries and Sending Blank Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-saving-entries-and-sending-blank-notifications#post-55567</link>
			<pubDate>Tue, 17 Apr 2012 17:21:10 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">55567@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The issue is going to be the Gravity Forms related options that are created in the wp_options table. You can't clone those options when cloning a site.  The options will be stored in the wp_options table with an rg_ prefix in the option key. You will need to delete those options on the sites where you are experiencing this issue.&#60;/p&#62;
&#60;p&#62;Gravity Forms relies on options to determine if it's setup/install routine should execute or not.  &#60;/p&#62;
&#60;p&#62;If the Gravity Forms version number stored in options does not exist, Gravity Forms knows to execute it's setup routine which creates the database tables, etc.&#60;/p&#62;
&#60;p&#62;If the Gravity Forms version number stored in options is older than the version in the plugin code, then Gravity Forms knows knows to execute it's setup routine again and attempt to create the database tables, etc. which is how version updates are made.&#60;/p&#62;
&#60;p&#62;If the Gravity Forms version number stored in options matches the Gravity Forms version in the plugin code, then Gravity Forms will not execute it's setup routine because the version is correct so it must have already done so... so there is no need to do it again.&#60;/p&#62;
&#60;p&#62;To force Gravity Forms to execute it's setup routine without deleting the Gravity Forms related options for that site in the options table... you can try this:&#60;/p&#62;
&#60;p&#62;- Login to the WordPress dashboard for the site.&#60;br /&#62;
- Browser to the Gravity Forms Settings page (Forms &#38;gt; Settings).&#60;br /&#62;
- In the URL address bar of your browser append &#38;amp;setup to the end of the url and his enter.&#60;br /&#62;
- It should reload the page and execute the setup routine.&#60;br /&#62;
- Now try creating and testing a new form.&#60;/p&#62;
&#60;p&#62;That should work.  If not, you'll have to go the options route and delete the Gravity Forms related options that exist in the wp_options table for that site.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Troy Dunn on "Forms Not Saving Entries and Sending Blank Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-saving-entries-and-sending-blank-notifications#post-55544</link>
			<pubDate>Tue, 17 Apr 2012 16:10:53 +0000</pubDate>
			<dc:creator>Troy Dunn</dc:creator>
			<guid isPermaLink="false">55544@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I think you found it.&#60;/p&#62;
&#60;p&#62;I'm using the WPMU Dev plugin, New Blog Template:&#60;br /&#62;
&#60;a href=&#34;http://premium.wpmudev.org/project/new-blog-template&#34; rel=&#34;nofollow&#34;&#62;http://premium.wpmudev.org/project/new-blog-template&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I used the custom settings to clone the form tables, thinking that would save me time on setups.&#60;/p&#62;
&#60;p&#62;I tested the forms on the main install, which don't use a cloned table, and they are working.&#60;/p&#62;
&#60;p&#62;So......how do I fix this on the sites I've built out? I tried creating a new form on the subdomain, cloned sites, but that didn't fix it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Forms Not Saving Entries and Sending Blank Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-saving-entries-and-sending-blank-notifications#post-55542</link>
			<pubDate>Tue, 17 Apr 2012 15:58:11 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">55542@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;This is a database issue of some sort related to not being able to store the form submission data in your database which results in no entry and a blank email notification.  The email notification get it's data from the entry, so because the entry isn't there it results in a blank email notification.  &#60;/p&#62;
&#60;p&#62;There was a bug in the initial Gravity Forms v1.6.3.2 release that would cause this, but there are certainly other scenarios where this issue could occur.  Using a plugin or script to clone a WordPress site to create a new site in a multi-site environment and duplicating options in the wp_options table related to Gravity Forms setup while doing so is another example of something that can cause this.&#60;/p&#62;
&#60;p&#62;It's the type of issue that is difficult to tell exactly what is going on without being able to look at it directly.  It's definitely a database related issue.   We'll be glad to look into this for you and help you determine what is wrong and what needs to be corrected to fix it.&#60;/p&#62;
&#60;p&#62;Send me the following information:&#60;/p&#62;
&#60;p&#62;- URL of the site&#60;br /&#62;
- WordPress super admin login&#60;/p&#62;
&#60;p&#62;We'll start with this information and go from there.  You can send me this information privately via email at &#60;a href=&#34;mailto:carl@rocketgenius.com&#34;&#62;carl@rocketgenius.com&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Troy Dunn on "Forms Not Saving Entries and Sending Blank Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-saving-entries-and-sending-blank-notifications#post-55516</link>
			<pubDate>Tue, 17 Apr 2012 14:01:30 +0000</pubDate>
			<dc:creator>Troy Dunn</dc:creator>
			<guid isPermaLink="false">55516@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Haven't heard back on this, so I thought I would follow up. I need to go live with seven websites but I'm waiting to get the forms working. I just tested a form again and I do receive an email. However, the email is blank. Additionally, Gravity Forms plugin doesn't indicate there are any entries.&#60;/p&#62;
&#60;p&#62;Also, I checked the capitalization of my database name and everything was named with lower-case letters. I still assume there is a disconnect between the plugin and the DB but every other site I've setup, it's always just worked.&#60;/p&#62;
&#60;p&#62;I have tried turning off all other plugins in my installation and testing but I get the same results.&#60;/p&#62;
&#60;p&#62;Hoping to hear back from someone soon and thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Troy Dunn on "Forms Not Saving Entries and Sending Blank Notifications"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-not-saving-entries-and-sending-blank-notifications#post-55192</link>
			<pubDate>Fri, 13 Apr 2012 11:54:23 +0000</pubDate>
			<dc:creator>Troy Dunn</dc:creator>
			<guid isPermaLink="false">55192@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Last week I setup a Wordpress Multisite Version 3.3.1 installation on a Rackspace Linux Cloud server. I'm using the Gravity Forms v1.6.3.3.4 plugin. My problem is that the forms are not saving entries into the database and are sending black email notifications.&#60;/p&#62;
&#60;p&#62;I found another forum post from a month ago on this and it sounds like the issue is that Gravity Forms was not writing to the database because of a Wordpress bug (&#60;a href=&#34;http://www.gravityhelp.com/forums/topic/entries-not-being-recorded-but-notifications-are-being-sent)&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/forums/topic/entries-not-being-recorded-but-notifications-are-being-sent)&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;It sounds like the bug should have been resolved in version v1.6.3.2 but as you can see, I'm running v1.6.3.3.4, so it should have been resolved. &#60;/p&#62;
&#60;p&#62;Please help. :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
