<?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: manage_entries.php bug in display of field names in filter and field selection</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: manage_entries.php bug in display of field names in filter and field selection</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 21:52:01 +0000</pubDate>

<item>
<title>erzon on "manage_entries.php bug in display of field names in filter and field selection"</title>
<link>https://www.machform.com/forums/topic/manage_entriesphp-bug-in-display-of-field-names-in-filter-and-field-selection#post-18190</link>
<pubDate>Sat, 04 May 2013 22:44:20 +0000</pubDate>
<dc:creator>erzon</dc:creator>
<guid isPermaLink="false">18190@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;they said that they will improve that. Lets just wait for more improvements
&#60;/p&#62;</description>
</item>
<item>
<title>ScottYates on "manage_entries.php bug in display of field names in filter and field selection"</title>
<link>https://www.machform.com/forums/topic/manage_entriesphp-bug-in-display-of-field-names-in-filter-and-field-selection#post-18178</link>
<pubDate>Fri, 03 May 2013 08:45:05 +0000</pubDate>
<dc:creator>ScottYates</dc:creator>
<guid isPermaLink="false">18178@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I agree with Williamansley on this.  It is specifically &#60;strong&#62;VERY&#60;/strong&#62; hard to figure out what you are filtering or displaying.&#60;/p&#62;
&#60;p&#62;The problem is not that each check box is listed, the problem is that the NAME of the check box is listed as for example &#34;Yes&#34;, or &#34;No&#34;, or whatever the name of the option itself is.  There is no way for the user to know WHAT the &#34;Yes&#34; or no is in response to.&#60;/p&#62;
&#60;p&#62;My suggestion would be to allow the form creator to input a &#34;display name&#34; field for ALL entries and just store it along with the rest of the meta data about the form.  Then just show that display name if it is filled in, instead of the field label.&#60;/p&#62;
&#60;p&#62;If we could specify how each option and field is displayed in the selection and filter lists, that would fix the issue completely I think.&#60;/p&#62;
&#60;p&#62;I am extending MachForms for some in house use, and from what I have seen of the code, it seems like this would be the least disruptive way to implement.
&#60;/p&#62;</description>
</item>
<item>
<title>williamansley on "manage_entries.php bug in display of field names in filter and field selection"</title>
<link>https://www.machform.com/forums/topic/manage_entriesphp-bug-in-display-of-field-names-in-filter-and-field-selection#post-18164</link>
<pubDate>Wed, 01 May 2013 22:16:28 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">18164@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;No one is asking for a way to &#34;select the main checkbox question as a single column,&#34; we just want to be able to identify the checkbox items easily. This aspect of your product is more than just &#34;messy,&#34; it is &#60;strong&#62;actively unfriendly&#60;/strong&#62; to the user. I can understand the difficulty, but you really need to come up with a way to use the checkbox question text as a non-selectable heading over all of the item columns that belong to that checkbox. In the &#34;Filter Entries&#34; interface you already have the non-selectable headings &#34;Form Fields&#34; and &#34;Entry Information&#34;. You just need to add an additional level of dynamic non-selectable headings based on the question text in checkbox fields, and then add a similar feature to the &#34;Select Fields&#34; interface. You should also consider adding a second heading level to the main &#34;entries viewer,&#34; which will be blank for non-checkbox items but contain the checkbox question text as a main heading spanning all of the checkbox items for checkbox fields.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "manage_entries.php bug in display of field names in filter and field selection"</title>
<link>https://www.machform.com/forums/topic/manage_entriesphp-bug-in-display-of-field-names-in-filter-and-field-selection#post-18159</link>
<pubDate>Wed, 01 May 2013 12:28:23 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">18159@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you for reporting this. However, this is actually not a bug. By design, each checkbox item will be displayed using its own column.&#60;br /&#62;
So if you have one checkbox field with five items, then you will have five columns.&#60;/p&#62;
&#60;p&#62;MachForm currently unable to let you select the main checkbox question as a single column, due to technical difficulties.&#60;/p&#62;
&#60;p&#62;I agree that it looks messy if you have many checkboxes field using the same title. We'll need to improve this further.&#60;br /&#62;
One option in mind is to add the field number as part of the selection names, so that you could easily identify them.&#60;/p&#62;
&#60;p&#62;I'm putting this into our improvement/feature request list.&#60;br /&#62;
Thanks again for the feedbacks.
&#60;/p&#62;</description>
</item>
<item>
<title>williamansley on "manage_entries.php bug in display of field names in filter and field selection"</title>
<link>https://www.machform.com/forums/topic/manage_entriesphp-bug-in-display-of-field-names-in-filter-and-field-selection#post-18145</link>
<pubDate>Wed, 01 May 2013 05:08:36 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">18145@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Actually, having taken a longer look at this issue, I agree with you. I didn't mean to be quite so categorical originally, either; I intended to type &#34;isn't necessarily a bug&#34; in my post above. The bug extends to the fact that the column headers themselves are almost useless for identifying checkbox fields. In fact, this is all part of the same bug, since the column headings from the &#34;form entry manager&#34; are used as the choices in the &#34;Filter Entries&#34; and &#34;Select Fields&#34; interfaces. I can see that it will be some work for the programmers to make this aspect of Machform work properly, but I hope that they will make the effort; this flaw in the program is a very ugly wart on what is otherwise a mostly very pretty software package.&#60;/p&#62;
&#60;p&#62;I suggest you report this problem using the contact form (link below) if neither Yuniar nor Redityo from Appnitro respond to this thread within a day.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.appnitro.com/contact&#34; rel=&#34;nofollow&#34;&#62;http://www.appnitro.com/contact&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>ScottYates on "manage_entries.php bug in display of field names in filter and field selection"</title>
<link>https://www.machform.com/forums/topic/manage_entriesphp-bug-in-display-of-field-names-in-filter-and-field-selection#post-18143</link>
<pubDate>Wed, 01 May 2013 00:00:33 +0000</pubDate>
<dc:creator>ScottYates</dc:creator>
<guid isPermaLink="false">18143@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It actually makes it impossible to choose the correct column to either filter or display.  To me that is a bug.
&#60;/p&#62;</description>
</item>
<item>
<title>williamansley on "manage_entries.php bug in display of field names in filter and field selection"</title>
<link>https://www.machform.com/forums/topic/manage_entriesphp-bug-in-display-of-field-names-in-filter-and-field-selection#post-18141</link>
<pubDate>Tue, 30 Apr 2013 22:19:31 +0000</pubDate>
<dc:creator>williamansley</dc:creator>
<guid isPermaLink="false">18141@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I agree that this isn't a bug, but it is an &#60;strong&#62;extremely&#60;/strong&#62; user &#60;em&#62;un&#60;/em&#62;friendly feature and should be improved as soon as possible. The fact that Machform works this way makes working with the data from forms with large numbers of check box items much more difficult than it should be.
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "manage_entries.php bug in display of field names in filter and field selection"</title>
<link>https://www.machform.com/forums/topic/manage_entriesphp-bug-in-display-of-field-names-in-filter-and-field-selection#post-18136</link>
<pubDate>Tue, 30 Apr 2013 05:48:43 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">18136@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;If you mean the absence of the actual questions/field titles relating to each selection/response then I suppose it could be considered a bug, but I think this is by design.  I'm sure it could be improved but there might be a reason it was done that way although not probably the most intuitive way.
&#60;/p&#62;</description>
</item>
<item>
<title>ScottYates on "manage_entries.php bug in display of field names in filter and field selection"</title>
<link>https://www.machform.com/forums/topic/manage_entriesphp-bug-in-display-of-field-names-in-filter-and-field-selection#post-18127</link>
<pubDate>Tue, 30 Apr 2013 00:17:31 +0000</pubDate>
<dc:creator>ScottYates</dc:creator>
<guid isPermaLink="false">18127@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;In both &#34;Filter Entries&#34; and &#34;Select Fields&#34; dialogs, it appears that multiple checkbox fields are being displayed with only the selection names.&#60;/p&#62;
&#60;p&#62;Example:&#60;br /&#62;
&#60;a href=&#34;http://www.evernote.com/shard/s3/sh/583c6125-b8ca-4a7f-8112-93cd17e4f527/712669bd511182d50ae5d08cb51413c3&#34; rel=&#34;nofollow&#34;&#62;http://www.evernote.com/shard/s3/sh/583c6125-b8ca-4a7f-8112-93cd17e4f527/712669bd511182d50ae5d08cb51413c3&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
