<?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: List field column field type</title>
		<link>https://legacy.forums.gravityhelp.com/topic/list-field-column-field-type</link>
		<description>Gravity Support Forums Topic: List field column field type</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 06:35:02 +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/list-field-column-field-type" rel="self" type="application/rss+xml" />

		<item>
			<title>hazel on "List field column field type"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-field-column-field-type#post-198015</link>
			<pubDate>Fri, 05 Apr 2013 20:26:36 +0000</pubDate>
			<dc:creator>hazel</dc:creator>
			<guid isPermaLink="false">198015@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Sorry, I somehow didn't get an email notification of your reply. Yep, the form is #2, and it's field #1, just double-checked to make sure (I've rearranged my fields and added a bunch of new ones after the fact, so that's why field #1 appears so far down the page). &#60;/p&#62;
&#60;p&#62;Any ideas what might be causing interference? Is my theme just not compatible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "List field column field type"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-field-column-field-type#post-197791</link>
			<pubDate>Fri, 05 Apr 2013 13:04:07 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">197791@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;The numbers in it are the form id, field id and column number. Can you confirm that this is form 2, field 1? I know it is column two...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hazel on "List field column field type"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-field-column-field-type#post-197781</link>
			<pubDate>Fri, 05 Apr 2013 12:49:34 +0000</pubDate>
			<dc:creator>hazel</dc:creator>
			<guid isPermaLink="false">197781@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Thanks for the speedy reply!&#60;/p&#62;
&#60;p&#62;Okay, so this is what I changed the functions.php file to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php

add_filter(&#38;quot;gform_column_input_2_1_2&#38;quot;, &#38;quot;set_column_input&#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;Ewe,Ram&#38;quot;);
}

//Set language folder and load textdomain
if (file_exists(STYLESHEETPATH . &#38;#39;/languages&#38;#39; ))
	$language_folder = (STYLESHEETPATH . &#38;#39;/languages&#38;#39; );
else
	$language_folder = (TEMPLATEPATH . &#38;#39;/languages&#38;#39; );
load_theme_textdomain( &#38;#39;vigilance&#38;#39;, $language_folder);

//Add support for post thumbnails
if ( function_exists( &#38;#39;add_theme_support&#38;#39; ) )
	add_theme_support( &#38;#39;post-thumbnails&#38;#39; );

//Redirect to theme options page on activation
if ( is_admin() &#38;amp;&#38;amp; isset($_GET[&#38;#39;activated&#38;#39;] ) &#38;amp;&#38;amp; $pagenow ==	&#38;quot;themes.php&#38;quot; )
	wp_redirect( &#38;#39;themes.php?page=vigilance-admin.php&#38;#39; );

// Required functions
if (is_file(STYLESHEETPATH . &#38;#39;/functions/sidebars.php&#38;#39; ))
	require_once(STYLESHEETPATH . &#38;#39;/functions/sidebars.php&#38;#39; );
else
	require_once(TEMPLATEPATH . &#38;#39;/functions/sidebars.php&#38;#39; );

if (is_file(STYLESHEETPATH . &#38;#39;/functions/comments.php&#38;#39; ))
	require_once(STYLESHEETPATH . &#38;#39;/functions/comments.php&#38;#39; );
else
	require_once(TEMPLATEPATH . &#38;#39;/functions/comments.php&#38;#39; );

if (is_file(STYLESHEETPATH . &#38;#39;/functions/vigilance-extend.php&#38;#39; ))
	require_once(STYLESHEETPATH . &#38;#39;/functions/vigilance-extend.php&#38;#39; );
else
	require_once(TEMPLATEPATH . &#38;#39;/functions/vigilance-extend.php&#38;#39; );
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But it doesn't seem to have changed anything? (In this instance I'm trying to change the second column under &#34;Animal Information&#34;: &#60;a href=&#34;http://openmic.hazelandwren.com/test-form/)&#34; rel=&#34;nofollow&#34;&#62;http://openmic.hazelandwren.com/test-form/)&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Am I missing something?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>David Peralty on "List field column field type"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-field-column-field-type#post-197777</link>
			<pubDate>Fri, 05 Apr 2013 12:43:24 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">197777@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Looks correct to me. Just make sure you don't have the &#38;lt;?php and ?&#38;gt; if you are putting it inside of those tags already in your functions.php file. Also, try putting it before all the includes in your file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hazel on "List field column field type"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-field-column-field-type#post-197760</link>
			<pubDate>Fri, 05 Apr 2013 12:35:30 +0000</pubDate>
			<dc:creator>hazel</dc:creator>
			<guid isPermaLink="false">197760@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hi, I'm trying to turn a couple of columns in my list field into drop downs. I found this documentation: &#60;a href=&#34;http://www.gravityhelp.com/documentation/page/Gform_column_input&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/Gform_column_input&#60;/a&#62;, but I'm having trouble implementing it. &#60;/p&#62;
&#60;p&#62;Tweaking the example given in the documentation, what I want to add is this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php

add_filter(&#38;quot;gform_column_input_2_1_2&#38;quot;, &#38;quot;set_column_input&#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;Ewe,Ram&#38;quot;);
}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've tried placing it in my theme's functions.php file, but haven't had any luck getting it to work (it either does nothing, or creates an error). I suspect it has something to do with a syntax mistake on my part (I'm not very php literate).&#60;/p&#62;
&#60;p&#62;This is what my functions.php file (I'm using a child theme of Vigilance, so this is the Vigilance functions file) looks like before I place anything into it:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
//Set language folder and load textdomain
if (file_exists(STYLESHEETPATH . &#38;#39;/languages&#38;#39; ))
	$language_folder = (STYLESHEETPATH . &#38;#39;/languages&#38;#39; );
else
	$language_folder = (TEMPLATEPATH . &#38;#39;/languages&#38;#39; );
load_theme_textdomain( &#38;#39;vigilance&#38;#39;, $language_folder);

//Add support for post thumbnails
if ( function_exists( &#38;#39;add_theme_support&#38;#39; ) )
	add_theme_support( &#38;#39;post-thumbnails&#38;#39; );

//Redirect to theme options page on activation
if ( is_admin() &#38;amp;&#38;amp; isset($_GET[&#38;#39;activated&#38;#39;] ) &#38;amp;&#38;amp; $pagenow ==	&#38;quot;themes.php&#38;quot; )
	wp_redirect( &#38;#39;themes.php?page=vigilance-admin.php&#38;#39; );

// Required functions
if (is_file(STYLESHEETPATH . &#38;#39;/functions/sidebars.php&#38;#39; ))
	require_once(STYLESHEETPATH . &#38;#39;/functions/sidebars.php&#38;#39; );
else
	require_once(TEMPLATEPATH . &#38;#39;/functions/sidebars.php&#38;#39; );

if (is_file(STYLESHEETPATH . &#38;#39;/functions/comments.php&#38;#39; ))
	require_once(STYLESHEETPATH . &#38;#39;/functions/comments.php&#38;#39; );
else
	require_once(TEMPLATEPATH . &#38;#39;/functions/comments.php&#38;#39; );

if (is_file(STYLESHEETPATH . &#38;#39;/functions/vigilance-extend.php&#38;#39; ))
	require_once(STYLESHEETPATH . &#38;#39;/functions/vigilance-extend.php&#38;#39; );
else
	require_once(TEMPLATEPATH . &#38;#39;/functions/vigilance-extend.php&#38;#39; );
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Can you tell me where in this I need to place my gform code (and if I need to change the code any)? Thank you for any help!&#60;/p&#62;
&#60;p&#62;This is the form in question: &#60;a href=&#34;http://openmic.hazelandwren.com/test-form/&#34; rel=&#34;nofollow&#34;&#62;http://openmic.hazelandwren.com/test-form/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
