<?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: Help with Gform Column Input</title>
		<link>https://legacy.forums.gravityhelp.com/topic/help-with-gform-column-input</link>
		<description>Gravity Support Forums Topic: Help with Gform Column Input</description>
		<language>en-US</language>
		<pubDate>Sat, 04 Apr 2026 23:55:05 +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/help-with-gform-column-input" rel="self" type="application/rss+xml" />

		<item>
			<title>Richard Vav on "Help with Gform Column Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-gform-column-input#post-49420</link>
			<pubDate>Tue, 14 Feb 2012 14:21:10 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">49420@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;No problem, glad you got it working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dvent on "Help with Gform Column Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-gform-column-input#post-49418</link>
			<pubDate>Tue, 14 Feb 2012 13:47:08 +0000</pubDate>
			<dc:creator>dvent</dc:creator>
			<guid isPermaLink="false">49418@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Aha! It works.&#60;/p&#62;
&#60;p&#62;Thanks richardvav
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Help with Gform Column Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-gform-column-input#post-49379</link>
			<pubDate>Tue, 14 Feb 2012 04:52:32 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">49379@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi Dave,&#60;/p&#62;
&#60;p&#62;In that case if you delete the opening and closing php tags shown on lines 1 and 7 of the snippet in your first post, save the file and preview your form it should now be working.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dvent on "Help with Gform Column Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-gform-column-input#post-49378</link>
			<pubDate>Tue, 14 Feb 2012 04:03:45 +0000</pubDate>
			<dc:creator>dvent</dc:creator>
			<guid isPermaLink="false">49378@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi richardvav,&#60;/p&#62;
&#60;p&#62;It is not the only code in my functions.php file.&#60;/p&#62;
&#60;p&#62;Dave
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "Help with Gform Column Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-gform-column-input#post-49377</link>
			<pubDate>Tue, 14 Feb 2012 03:48:40 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">49377@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The filter looks correct just one question though is that code snippet the only thing in your functions.php file, if it isn't you will need to delete the opening and closing php tags shown on lines 1 and 7 in your snippet above before it will work.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dvent on "Help with Gform Column Input"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/help-with-gform-column-input#post-49367</link>
			<pubDate>Mon, 13 Feb 2012 20:40:15 +0000</pubDate>
			<dc:creator>dvent</dc:creator>
			<guid isPermaLink="false">49367@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Following on from an earlier post from Carl, I have read the Gform Column Input section of the help.&#60;/p&#62;
&#60;p&#62;Within my themes functions.php file I now have the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
	add_filter(&#38;quot;gform_column_input_2_4_1&#38;quot;, &#38;quot;set_column&#38;quot;, 10, 5);
	function set_column($input_info, $field, $column, $value, $form_id)
	{
    	return array(&#38;quot;type&#38;quot; =&#38;gt; &#38;quot;select&#38;quot;, &#38;quot;choices&#38;quot; =&#38;gt; &#38;quot;First Choice,Second Choice&#38;quot;);
	}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Form ID is 2&#60;br /&#62;
Field type is list&#60;br /&#62;
Field ID is 4&#60;br /&#62;
Field contains 2 columns (1 &#38;amp; 2)&#60;br /&#62;
Column I want drop-down in is 1&#60;/p&#62;
&#60;p&#62;I would expect to see column 1 now showing as a drop down with the values First Choice &#38;amp; Second Choice being available, but I do not.&#60;/p&#62;
&#60;p&#62;Can anyone point out my error?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
dvent
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
