<?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 Posting Untitled Drafts</title>
		<link>https://legacy.forums.gravityhelp.com/topic/forms-posting-untitled-drafts</link>
		<description>Gravity Support Forums Topic: Forms Posting Untitled Drafts</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 17:07:23 +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-posting-untitled-drafts" rel="self" type="application/rss+xml" />

		<item>
			<title>Bryan Hoffman on "Forms Posting Untitled Drafts"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-posting-untitled-drafts#post-25584</link>
			<pubDate>Mon, 16 May 2011 11:02:05 +0000</pubDate>
			<dc:creator>Bryan Hoffman</dc:creator>
			<guid isPermaLink="false">25584@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Carl for testing on your end. It's probably the custom code...&#60;/p&#62;
&#60;p&#62;~ Bryan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Forms Posting Untitled Drafts"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-posting-untitled-drafts#post-25435</link>
			<pubDate>Thu, 12 May 2011 16:11:27 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25435@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I just imported that form locally into my test WordPress site.  &#60;/p&#62;
&#60;p&#62;It imported fine and I can view the form.  When I submit the form, no Post is created.  So there isn't anything with this form that should create a Post.  What this points to is something else on that site that is causing the post to be created, possibly custom code that is interacting with Gravity Forms.&#60;/p&#62;
&#60;p&#62;You may have to test for theme and plugin conflicts to determine where the issue is coming from.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Forms Posting Untitled Drafts"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-posting-untitled-drafts#post-25434</link>
			<pubDate>Thu, 12 May 2011 16:08:12 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25434@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No, that merge code wouldn't create a Post.  It only outputs the name of the Post where you place that merge code.  I'll download your form export file and import it and see what happens.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bryan Hoffman on "Forms Posting Untitled Drafts"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-posting-untitled-drafts#post-25433</link>
			<pubDate>Thu, 12 May 2011 16:07:03 +0000</pubDate>
			<dc:creator>Bryan Hoffman</dc:creator>
			<guid isPermaLink="false">25433@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Carl -&#60;/p&#62;
&#60;p&#62;Thanks for looking into this. I can't say that I'm 100% sure there are no Post Fields being used, even though I've checked it out 5 or 6 times...&#60;/p&#62;
&#60;p&#62;Here's a link to the xml for the form: &#60;a href=&#34;http://dl.dropbox.com/u/31062/gravityforms-export-2011-05-12.xml&#34; rel=&#34;nofollow&#34;&#62;http://dl.dropbox.com/u/31062/gravityforms-export-2011-05-12.xml&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Taking a look at the xml file we are using this variable to show which page the form was submitted on: &#60;code&#62;embed_post:post_title&#60;/code&#62; - Could that be it? If it is, is there any other way to tell what post the form is being submitted from (The same form is on numerous posts).&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Forms Posting Untitled Drafts"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-posting-untitled-drafts#post-25428</link>
			<pubDate>Thu, 12 May 2011 15:05:40 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">25428@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Are you 100% positive there are no Post Fields being used on this form? Have you edited each form individually to check their type? The only time a Post is created is if Post Fields are present on the form.  &#60;/p&#62;
&#60;p&#62;Can you export the form to XML using the Import/Export tool and post a link to the form here so we can import and view the form locally?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bryan Hoffman on "Forms Posting Untitled Drafts"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/forms-posting-untitled-drafts#post-25405</link>
			<pubDate>Thu, 12 May 2011 11:27:02 +0000</pubDate>
			<dc:creator>Bryan Hoffman</dc:creator>
			<guid isPermaLink="false">25405@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm having a strange issue with a client site - When someone fills out a form on the front end and Untitled Draft post appears in the posts. The form in question has no Post Fields, although there is a separate form that does. &#60;/p&#62;
&#60;p&#62;Caveat: The client hired a third party dev team to 'edit' Gravity Forms to allow for partial entries to be recorded in the database on multi page forms. The issue began before they changed it however.&#60;/p&#62;
&#60;p&#62;Since the plugin has been edited I understand if there is simply no help here... If you'd like to take a look at how they got partial entries into the database I'd be happy to grant you access though.&#60;/p&#62;
&#60;p&#62;~ Bryan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
