<?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: Admin Only Fields?</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Admin Only Fields?</description>
<language>en</language>
<pubDate>Wed, 06 May 2026 04:32:36 +0000</pubDate>

<item>
<title>yuniar on "[closed] Admin Only Fields?"</title>
<link>https://www.machform.com/forums/topic/admin-only-fields#post-201</link>
<pubDate>Thu, 01 Nov 2007 08:29:03 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">201@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Sounds great! :-)
&#60;/p&#62;</description>
</item>
<item>
<title>workbench on "[closed] Admin Only Fields?"</title>
<link>https://www.machform.com/forums/topic/admin-only-fields#post-200</link>
<pubDate>Thu, 01 Nov 2007 08:24:52 +0000</pubDate>
<dc:creator>workbench</dc:creator>
<guid isPermaLink="false">200@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This fixed it on my end..Thanks alot. &#60;/p&#62;
&#60;p&#62;You guys have great customer service!
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "[closed] Admin Only Fields?"</title>
<link>https://www.machform.com/forums/topic/admin-only-fields#post-199</link>
<pubDate>Thu, 01 Nov 2007 05:55:58 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">199@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi all,&#60;/p&#62;
&#60;p&#62;I'm sorry if the &#34;Admin Only&#34; setting has caused confusions to all of you.&#60;br /&#62;
I'll try to explain it a bit more here.&#60;/p&#62;
&#60;p&#62;Basically fields that are set to &#34;Admin Only&#34; will not be shown to users when the form is made public. This is useful for you to add your own private fields, which can only be seen and modified from admin panel.&#60;/p&#62;
&#60;p&#62;If you can't see the &#34;Admin Only&#34; fields from the admin panel, then this is indeed a bug. I'm sorry for this, I missed this somehow.&#60;/p&#62;
&#60;p&#62;To fix it, please follow these steps:&#60;/p&#62;
&#60;p&#62;1) Edit &#60;strong&#62;includes/view-functions.php&#60;/strong&#62; file, search around line 1546&#60;/p&#62;
&#60;p&#62;search for:&#60;br /&#62;
&#60;code&#62;if($element_data-&#38;gt;is_private){ //don&#38;#39;t show private element&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
replace it with:&#60;br /&#62;
&#60;code&#62;if($element_data-&#38;gt;is_private &#38;#38;&#38;#38; empty($_SESSION[&#38;#39;logged_in&#38;#39;])){ //don&#38;#39;t show private element&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
2) Edit &#60;strong&#62;includes/post-functions.php&#60;/strong&#62; file, search around line 967 (inside process_form_update() function)&#60;/p&#62;
&#60;p&#62;search for:&#60;br /&#62;
&#60;code&#62;form_id=&#38;#39;$form_id&#38;#39; and element_is_private=0 order by element_id asc&#38;quot;;&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
replace it with:&#60;br /&#62;
&#60;code&#62;form_id=&#38;#39;$form_id&#38;#39; order by element_id asc&#38;quot;;&#60;/code&#62;&#60;br /&#62;
&#60;code&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;That should fix the bug and you should be able to modify &#34;Admin Only&#34; fields from the control panel.&#60;/p&#62;
&#60;p&#62;This fix will be included for the next release. I'm sorry for all inconvenience and thanks for reporting this.
&#60;/p&#62;</description>
</item>
<item>
<title>mpivon on "[closed] Admin Only Fields?"</title>
<link>https://www.machform.com/forums/topic/admin-only-fields#post-198</link>
<pubDate>Thu, 01 Nov 2007 01:24:27 +0000</pubDate>
<dc:creator>mpivon</dc:creator>
<guid isPermaLink="false">198@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Admin only is really another term for &#34;Hidden&#34; fields.  The &#38;lt;input type=&#34;hidden&#34; /&#38;gt; tag sends form fields to the server while hiding them from the reader.&#60;/p&#62;
&#60;p&#62;You would use the hidden field to pass along information for processing the form or for saving &#34;state&#34; in a CGI. *** Remember that hidden fields can be viewed if your readers look at the source HTML, (hard to do in MachForm, but still very possible) so don't use it for sensitive information such as passwords.
&#60;/p&#62;</description>
</item>
<item>
<title>workbench on "[closed] Admin Only Fields?"</title>
<link>https://www.machform.com/forums/topic/admin-only-fields#post-197</link>
<pubDate>Thu, 01 Nov 2007 01:06:39 +0000</pubDate>
<dc:creator>workbench</dc:creator>
<guid isPermaLink="false">197@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I'm just wondering if this is a usable feature...What I mean is, I have added a &#34;Comments&#34; field to a job application form with it set to &#34;admin only&#34;(I would like the ability to review a job application and add my own comments to the form).  It does not show up in the job form, only when i go into the &#34;View Entries&#34; area do I see the empty field.  This is what I want, however, I cannot seem to edit the &#34;Comments&#34; field at all.&#60;/p&#62;
&#60;p&#62;Is this possible?  If not, what is the point of an &#34;Admin Only&#34; Field?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
