<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Changing Color of 1 Column in Manage Form</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Changing Color of 1 Column in Manage Form</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 04:03:21 +0000</pubDate>

<item>
<title>johntorre on "Changing Color of 1 Column in Manage Form"</title>
<link>https://www.machform.com/forums/topic/changing-color-of-1-column-in-manage-form#post-6454</link>
<pubDate>Thu, 02 Jul 2009 18:24:44 +0000</pubDate>
<dc:creator>johntorre</dc:creator>
<guid isPermaLink="false">6454@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Perfect! Thank you redityo u'r genius!
&#60;/p&#62;</description>
</item>
<item>
<title>redityo on "Changing Color of 1 Column in Manage Form"</title>
<link>https://www.machform.com/forums/topic/changing-color-of-1-column-in-manage-form#post-6429</link>
<pubDate>Wed, 01 Jul 2009 12:31:17 +0000</pubDate>
<dc:creator>redityo</dc:creator>
<guid isPermaLink="false">6429@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;First you need identify column number in manage entries list for your drop down, let say you have your drop down on column number 5.&#60;br /&#62;
Then Edit &#34;manage_entries.php&#34; file and go to around line 459 and you will see this :&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;td&#38;gt;&#38;lt;div&#38;gt;&#38;#39;.$column_data.&#38;#39;&#38;lt;/div&#38;gt;&#38;lt;/td&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace with these code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if ($key == 5 &#38;#38;&#38;#38; $form_id == 4) {
	if ($column_data == &#38;#39;true&#38;#39;)
		$row_color = &#38;#39; style=&#38;quot;color:#cc0000&#38;quot; &#38;#39;;
	else
		$row_color = &#38;#39; style=&#38;quot;color:#0000ff&#38;quot; &#38;#39;;
} else {
	$row_color = &#38;#39; style=&#38;quot;color:#000000&#38;quot; &#38;#39;;
}
echo &#38;#39;&#38;lt;td&#38;gt;&#38;lt;div&#38;#39;.$row_color.&#38;#39;&#38;gt;&#38;#39;.$column_data.&#38;#39;&#38;lt;/div&#38;gt;&#38;lt;/td&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>johntorre on "Changing Color of 1 Column in Manage Form"</title>
<link>https://www.machform.com/forums/topic/changing-color-of-1-column-in-manage-form#post-6428</link>
<pubDate>Wed, 01 Jul 2009 10:02:31 +0000</pubDate>
<dc:creator>johntorre</dc:creator>
<guid isPermaLink="false">6428@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi guys! i just want to ask if how to change or is it possible to change the color of 1 column from manage entries form?&#60;/p&#62;
&#60;p&#62;for example:&#60;/p&#62;
&#60;p&#62;my form number is 4 and i have drop down element_6 with value TRUE and FALSE&#60;/p&#62;
&#60;p&#62;assume that the element_6(drop down value selected=TRUE)&#60;/p&#62;
&#60;p&#62;when viewing it in admin panel manage entries. the column element_6 with the value TRUE&#60;br /&#62;
the color of TRUE instead of default black. change it to RED. and if FALSE change it to BLUE? How to do that guys...
&#60;/p&#62;</description>
</item>

</channel>
</rss>
