<?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 Input in Select Columns</title>
		<link>https://legacy.forums.gravityhelp.com/topic/list-input-in-select-columns</link>
		<description>Gravity Support Forums Topic: List Input in Select Columns</description>
		<language>en-US</language>
		<pubDate>Thu, 23 Apr 2026 16:34:15 +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-input-in-select-columns" rel="self" type="application/rss+xml" />

		<item>
			<title>Zack Katz on "List Input in Select Columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-input-in-select-columns#post-36396</link>
			<pubDate>Tue, 27 Sep 2011 17:15:08 +0000</pubDate>
			<dc:creator>Zack Katz</dc:creator>
			<guid isPermaLink="false">36396@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Cool - thanks for the explanation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Carl Hancock on "List Input in Select Columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-input-in-select-columns#post-36391</link>
			<pubDate>Tue, 27 Sep 2011 17:00:56 +0000</pubDate>
			<dc:creator>Carl Hancock</dc:creator>
			<guid isPermaLink="false">36391@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Right now the primary reason why it was disabled is the List Field could be a multi-column list which could complicate the entry list display.  A single column list probably would not and could be displayed as a comma delimited list but a multi-column list field is output as a table because that is the type of data it is so it would pose UI issues for the entry list page.  We can look into this and see how we can handle this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Zack Katz on "List Input in Select Columns"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/list-input-in-select-columns#post-36372</link>
			<pubDate>Tue, 27 Sep 2011 14:31:31 +0000</pubDate>
			<dc:creator>Zack Katz</dc:creator>
			<guid isPermaLink="false">36372@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I was wondering why you disabled &#60;code&#62;list&#60;/code&#62; field types in the Select Columns view? It's simple to add: &#60;/p&#62;
&#60;p&#62;1. Delete the following from line 119 in select_columns.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;amp;&#38;amp; RGFormsModel::get_input_type($field) != &#38;quot;list&#38;quot;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2. Add to line 863 (above &#60;code&#62;default&#60;/code&#62;):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;case &#38;quot;list&#38;quot; :
	$field = RGFormsModel::get_field($form, $field_id);
	$value = GFCommon::get_lead_field_display($field, $value);
break;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It would be great if you could enable this - it would allow the list type to be used in the Directory add-on.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
