<?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: Form to draft not working properly</title>
		<link>https://legacy.forums.gravityhelp.com/topic/form-to-draft-not-working-properly</link>
		<description>Gravity Support Forums Topic: Form to draft not working properly</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 13:46:03 +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/form-to-draft-not-working-properly" rel="self" type="application/rss+xml" />

		<item>
			<title>Skye Moroney on "Form to draft not working properly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-to-draft-not-working-properly#post-17241</link>
			<pubDate>Sat, 29 Jan 2011 14:17:53 +0000</pubDate>
			<dc:creator>Skye Moroney</dc:creator>
			<guid isPermaLink="false">17241@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi I've been mulling this over in my head tonight and was thinking you could use the  wp_insert_post() inside a 'hidden' form input if you have a plugin to activate php parsing.&#60;/p&#62;
&#60;p&#62;    1. change body to textareas.&#60;br /&#62;
    2. create a hidden field.&#60;br /&#62;
    3. write your php statement or use a plugin that lets you call php in a shortcode.&#60;br /&#62;
    4. php will need an if statement to check the textarea has something in it.&#60;br /&#62;
    5. then call wp_insert_post(). see &#60;a href=&#34;http://wordpress.org/support/topic/254439&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/254439&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm going to put that together on a multipage form for submitting multiple separate posts, but populating custom fields instead of the_content. &#60;/p&#62;
&#60;p&#62;It's not very elegant in fact it's down right ugly but it will work until RG implement the functionality.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ian Sinclair on "Form to draft not working properly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-to-draft-not-working-properly#post-14438</link>
			<pubDate>Tue, 14 Dec 2010 20:17:56 +0000</pubDate>
			<dc:creator>Ian Sinclair</dc:creator>
			<guid isPermaLink="false">14438@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to know how to do that, too. I have been trying for two days to figure out how to get conditional logic to work with my new form. Then I finally discovered that conditional logic does not work with categories. Aaarrgh. This complicates thing. I was hoping to use this for a directory interface.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Form to draft not working properly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-to-draft-not-working-properly#post-12362</link>
			<pubDate>Tue, 09 Nov 2010 15:24:48 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">12362@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hamed,&#60;br /&#62;
Unfortunately, this is not possible in the current version unless you use one of the hooks and change the post body via PHP. If using PHP is an option, I can send you a code snippet
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hamedf on "Form to draft not working properly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-to-draft-not-working-properly#post-12360</link>
			<pubDate>Tue, 09 Nov 2010 14:37:56 +0000</pubDate>
			<dc:creator>hamedf</dc:creator>
			<guid isPermaLink="false">12360@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Alex,&#60;/p&#62;
&#60;p&#62;thanks, but this is how i have done it already.&#60;br /&#62;
I need to insert different text structure around the {Textarea_a:1}.&#60;br /&#62;
Is there any way i can realize this?&#60;/p&#62;
&#60;p&#62;It would be so much better if you can use conditional logic in addition to the post body and even post title * and even post category.&#60;/p&#62;
&#60;p&#62;This way you can adjust everything.&#60;/p&#62;
&#60;p&#62;For example : I have a drop down menu where one can choose what kind of content the user is providing ( link, video, image or text ). Then, accordingly, i wanted to put it into differnt categories. Plus, the body content would change.&#60;/p&#62;
&#60;p&#62;Is there any way i could realize this? If not, i would really suggest you to fully integrate conditional logic with various post elements.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Hamed
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Alex Cancado on "Form to draft not working properly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-to-draft-not-working-properly#post-12341</link>
			<pubDate>Tue, 09 Nov 2010 11:54:52 +0000</pubDate>
			<dc:creator>Alex Cancado</dc:creator>
			<guid isPermaLink="false">12341@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hamed,&#60;br /&#62;
Version 1.5 won't allow you to have more than one post body or post title field.&#60;/p&#62;
&#60;p&#62;What you can do in your case is to add one post body to the form, mark it as admin only and set the Post Content Template to include other textarea fields in your form (i.e. {Textarea_a:1}{Textarea_b:2}). You will then add these two regular text area fields and configure the conditional logic to them (like you are doing now with the post body)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hamedf on "Form to draft not working properly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-to-draft-not-working-properly#post-12330</link>
			<pubDate>Tue, 09 Nov 2010 10:55:58 +0000</pubDate>
			<dc:creator>hamedf</dc:creator>
			<guid isPermaLink="false">12330@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;i have a similar issue.&#60;/p&#62;
&#60;p&#62;I am using different post bodys depending on conditional logic.&#60;/p&#62;
&#60;p&#62;So if the user chooses a specific variable, it will use that post body - otherwise i want to use another post body.&#60;/p&#62;
&#60;p&#62;Is this not possible?&#60;/p&#62;
&#60;p&#62;How would it be possible to use conditional logic for post body?&#60;br /&#62;
Same problem by the way for the post title.&#60;/p&#62;
&#60;p&#62;Looking forward for your help.&#60;/p&#62;
&#60;p&#62;Hamed
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form to draft not working properly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-to-draft-not-working-properly#post-12091</link>
			<pubDate>Thu, 04 Nov 2010 11:51:21 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">12091@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The issue is you have multiple Post Body fields on the form.  Only one Post Body field is supposed to be used.  &#60;/p&#62;
&#60;p&#62;You can't add multiple Post Body fields, if you do only the last one is actually stored because it doesn't know what to do with the others.  In the upcoming 1.5 release there is validation in place to prevent you from adding multiple Post Body fields.&#60;/p&#62;
&#60;p&#62;Posts only have one Post Body.  They don't have multiple.  This is why only one is being stored.&#60;/p&#62;
&#60;p&#62;If you need to insert the value of multiple fields into the Post Body then you need to use the Post Content Template feature that is on the Post Body field.  This allows you to insert the value of multiple fields in your Post Body to dynamically create it.  If you turn this feature on then you need to use the Insert Form Fields dropdown to insert the field values you want to use in your Post Body, similar to how you create Notifications.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>astahl11 on "Form to draft not working properly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-to-draft-not-working-properly#post-12073</link>
			<pubDate>Thu, 04 Nov 2010 10:20:36 +0000</pubDate>
			<dc:creator>astahl11</dc:creator>
			<guid isPermaLink="false">12073@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Bump...any idea on when I can get this looked at?  Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>astahl11 on "Form to draft not working properly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-to-draft-not-working-properly#post-11950</link>
			<pubDate>Tue, 02 Nov 2010 12:57:32 +0000</pubDate>
			<dc:creator>astahl11</dc:creator>
			<guid isPermaLink="false">11950@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Shot ya'll the login info.  Absolutely love the plugin by the way, I'm sure I've got something jacked up on my side of things here.  Let me know what you think.    Thanks!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "Form to draft not working properly"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/form-to-draft-not-working-properly#post-11877</link>
			<pubDate>Mon, 01 Nov 2010 11:13:02 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">11877@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;There is no way to determine what is going on without looking at your admin and seeing how you have things setup.  If you can send us a WordPress admin login for this site we would be glad to take a look.  You can send this to us via our Contact Us form and reference this forum post.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
