<?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: Insert Form Field - updates to post</title>
		<link>https://legacy.forums.gravityhelp.com/topic/insert-form-field-updates-to-post</link>
		<description>Gravity Support Forums Topic: Insert Form Field - updates to post</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 10:08:25 +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/insert-form-field-updates-to-post" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Insert Form Field - updates to post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/insert-form-field-updates-to-post#post-38253</link>
			<pubDate>Tue, 18 Oct 2011 21:08:12 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38253@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;We're going to stick to one topic per topic.  Please start a separate topic for your second paragraph.&#60;/p&#62;
&#60;p&#62;Regarding the first paragraph, theoretically yes, it's possible.  You will need to have two customizations: one to update the entry when the post is updated, and the other to update the post if the entry is updated.  If you can restrict editing the posts, and just edit the entries, it will be a lot easier to maintain going forward.  Make it a policy to always edit the entry, and then the post will be updated with new information.&#60;/p&#62;
&#60;p&#62;You will have to use an admin hook, and update the post when an entry is updated.  Here are all the admin hooks:&#60;br /&#62;
&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Developer_Docs#Administration&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Developer_Docs#Administration&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>snomo on "Insert Form Field - updates to post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/insert-form-field-updates-to-post#post-38251</link>
			<pubDate>Tue, 18 Oct 2011 20:54:10 +0000</pubDate>
			<dc:creator>snomo</dc:creator>
			<guid isPermaLink="false">38251@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;That's what I've come to conclude.  Theoretically, there should be a way to accomplish this though right?  I'm not opposed to having a customized feature developed for this but not sure how to spec this out.  Any direction to keep the development of this feature efficient?&#60;/p&#62;
&#60;p&#62;Along the same lines, I built a form today using the &#34;category&#34; option in the Post Fields menu.  What I'd like to do is extend this feature to operate just as it does now, self populating with my WP post categories, but with a heirarchy of three levels of category; category&#38;gt;sub-category&#38;gt;niche-category.  I'd like to include my three levels as a selectable item in three menus on the form so that when a specific category is selected, the available sub categories change, then when a sub-category is selected, the available niche-categories change.  I have over 600 niche categories, spread across 50 or so sub-categories, spread across 8-10 categories.  Is this possible with Gravity forms?  I have a feeling it too is a custom enhancement but surely someone's done this before.  I want to figure out an efficient way to have this developed as well and I am looking for direction to keep this simple, straightforward and interchangeable amongst themes.&#60;/p&#62;
&#60;p&#62;Thanks!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Insert Form Field - updates to post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/insert-form-field-updates-to-post#post-38244</link>
			<pubDate>Tue, 18 Oct 2011 20:15:54 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">38244@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Once the post is created, there is no connection with the form entry.  Editing the post will not change the form entry, and editing the form entry will not update the post.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>snomo on "Insert Form Field - updates to post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/insert-form-field-updates-to-post#post-38216</link>
			<pubDate>Tue, 18 Oct 2011 14:25:27 +0000</pubDate>
			<dc:creator>snomo</dc:creator>
			<guid isPermaLink="false">38216@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;still stumped on this one...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>snomo on "Insert Form Field - updates to post"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/insert-form-field-updates-to-post#post-38114</link>
			<pubDate>Mon, 17 Oct 2011 20:06:42 +0000</pubDate>
			<dc:creator>snomo</dc:creator>
			<guid isPermaLink="false">38114@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I'm using the &#34;Insert Form Field&#34; in a form with the following Gravity Forms code to insert the fields in a post using the Create Content Template option.&#60;/p&#62;
&#60;p&#62;{Post Body:11}   {Post Image:7:medium}&#60;br /&#62;
&#38;lt;B&#38;gt;Event Name: &#38;lt;/B&#38;gt; {Event Name:1}&#60;br /&#62;
Event Date:  {Date of Event:2}&#60;br /&#62;
Event Name:  {Event Name:6} &#124; Post Date:  {date_mdy}&#60;/p&#62;
&#60;p&#62;{Event Description:12}&#60;/p&#62;
&#60;p&#62;{all_fields:admin:value}&#60;/p&#62;
&#60;p&#62;This works very well and allows these fields to be submitted directly into a post.  However, when I update the post, the form values do not change and when I use the form to update these fields, the post does not change.  &#60;/p&#62;
&#60;p&#62;How does one keep the updates synced when using this feature?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
