<?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: Post Tags - Auto Populate/Content Template?</title>
		<link>https://legacy.forums.gravityhelp.com/topic/post-tags-auto-populatecontent-template</link>
		<description>Gravity Support Forums Topic: Post Tags - Auto Populate/Content Template?</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 12:44:14 +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/post-tags-auto-populatecontent-template" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Hajer on "Post Tags - Auto Populate/Content Template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-tags-auto-populatecontent-template#post-114992</link>
			<pubDate>Sun, 06 Jan 2013 02:19:16 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">114992@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;What code are you using now, and can you share a link to the page where you form is embedded?&#60;/p&#62;
&#60;p&#62;Basically, on line 8:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;tags_input&#38;#39; =&#38;gt; array(rgpost(&#38;#39;input_6_3&#38;#39;), rgpost(&#38;#39;input_6_6&#38;#39;))&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;you need to add the input ID of your drop down.  I have not seen your form so I am not sure how to reference that.&#60;/p&#62;
&#60;p&#62;One thing which is helpful in determining how to address all the form field values is to dump the entry object.  You can use the same hook, the gform_after_submission hook.  Use var_dump($entry) or print_r($entry) and take a look at where the value of your select box is stored.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jojobo on "Post Tags - Auto Populate/Content Template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-tags-auto-populatecontent-template#post-113691</link>
			<pubDate>Fri, 04 Jan 2013 04:58:35 +0000</pubDate>
			<dc:creator>jojobo</dc:creator>
			<guid isPermaLink="false">113691@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I'm trying to use your code to accomplish something a bit different.&#60;/p&#62;
&#60;p&#62;I have users enter tags via checkbox.&#60;br /&#62;
Later, I have them enter a price via a drop down.&#60;/p&#62;
&#60;p&#62;What I'd like to do is add the price as a tag to the tags already chosen.&#60;/p&#62;
&#60;p&#62;When I tried to tweak the code you posted I couldn't manage to call the post tags and have them added to the &#34;tags_input&#34; command.&#60;/p&#62;
&#60;p&#62;Tags: Checkbox 1, checkbox 2, checkbox 3.&#60;/p&#62;
&#60;p&#62;How to add: Checkbox 1, checkbox 2, checkbox 3, dropdown 1.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>manonmichel on "Post Tags - Auto Populate/Content Template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-tags-auto-populatecontent-template#post-73350</link>
			<pubDate>Thu, 30 Aug 2012 18:00:51 +0000</pubDate>
			<dc:creator>manonmichel</dc:creator>
			<guid isPermaLink="false">73350@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, Gil:  I had the same issue, but used your code and it worked beautifully.  But there is something strange going on with the Tags field.&#60;/p&#62;
&#60;p&#62;When you first choose the Tags field for your form, &#34;Create content template&#34; is nowhere to be seen.  But then if you choose a different field type such as &#34;Drop Down&#34;, then go back to the default field type &#34;Single line text&#34;, suddenly the &#34;Create content template&#34; checkbox is there.  If you check it off and put some field merges in, it doesn't work anyway. But just thought I would direct your attention to this weird bug.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gil Namur on "Post Tags - Auto Populate/Content Template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-tags-auto-populatecontent-template#post-71182</link>
			<pubDate>Wed, 15 Aug 2012 14:30:32 +0000</pubDate>
			<dc:creator>Gil Namur</dc:creator>
			<guid isPermaLink="false">71182@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris!&#60;/p&#62;
&#60;p&#62;I'll give it a shot in the next few days and let you know how it worked.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Gil
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Post Tags - Auto Populate/Content Template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-tags-auto-populatecontent-template#post-70496</link>
			<pubDate>Fri, 10 Aug 2012 07:33:51 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">70496@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gil, take a look at this code.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.com/gfGcqdzp&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.com/gfGcqdzp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You will have to change the &#34;15&#34; to your form ID, and change the input_6_3 and input_6_6 to the IDs for your first and last name fields.  If your name field is 3, then first name is input_3_3 and last name is input_3_6.  Be sure to use underscores here.&#60;/p&#62;
&#60;p&#62;Try that out and see if it works for you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gil Namur on "Post Tags - Auto Populate/Content Template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-tags-auto-populatecontent-template#post-70174</link>
			<pubDate>Wed, 08 Aug 2012 12:52:59 +0000</pubDate>
			<dc:creator>Gil Namur</dc:creator>
			<guid isPermaLink="false">70174@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks Chris :-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Post Tags - Auto Populate/Content Template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-tags-auto-populatecontent-template#post-69077</link>
			<pubDate>Wed, 01 Aug 2012 23:41:35 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">69077@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Gil, I am working on this solution for you and will post it Thursday or Friday.  I ran into a couple snags in what should be pretty straightforward.  Thanks for hanging in there.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gil Namur on "Post Tags - Auto Populate/Content Template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-tags-auto-populatecontent-template#post-68433</link>
			<pubDate>Sun, 29 Jul 2012 10:18:33 +0000</pubDate>
			<dc:creator>Gil Namur</dc:creator>
			<guid isPermaLink="false">68433@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;/p&#62;
&#60;p&#62;Thanks! Still around for sure and glad you are too!&#60;/p&#62;
&#60;p&#62;Post Tags ... not Keywords.&#60;br /&#62;
Cheers,&#60;br /&#62;
Gil
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Hajer on "Post Tags - Auto Populate/Content Template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-tags-auto-populatecontent-template#post-68413</link>
			<pubDate>Sun, 29 Jul 2012 02:16:33 +0000</pubDate>
			<dc:creator>Chris Hajer</dc:creator>
			<guid isPermaLink="false">68413@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Tag, as in post tag, or meta tag, like meta keyword, for SEO. I just want to make sure I get it right.  Thanks Gil, and nice to see you around still.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gil Namur on "Post Tags - Auto Populate/Content Template?"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/post-tags-auto-populatecontent-template#post-68396</link>
			<pubDate>Sun, 29 Jul 2012 01:35:00 +0000</pubDate>
			<dc:creator>Gil Namur</dc:creator>
			<guid isPermaLink="false">68396@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Chris,&#60;br /&#62;
I am capturing the First Name / Last Name in the form.&#60;br /&#62;
I want that {Your Name (First):x.x} {Your Name (Last):x.x}  (eg Bob Smith) to be tag.&#60;/p&#62;
&#60;p&#62;Yes, I am creating posts and have been for 2 years. I use custom fields for Genesis SEO data&#60;br /&#62;
custom title ( _genesis_title ) description (_genesis_description) keywords (_genesis_keywords)&#60;/p&#62;
&#60;p&#62;All I want to do is take the First Name / Last Name and make that be a tag.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Gil
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
