<?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: password protecting a form</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: password protecting a form</description>
<language>en</language>
<pubDate>Wed, 09 Sep 2026 17:40:16 +0000</pubDate>

<item>
<title>haizlid on "password protecting a form"</title>
<link>https://www.machform.com/forums/topic/password-protecting-a-form#post-1414</link>
<pubDate>Sat, 19 Apr 2008 10:02:29 +0000</pubDate>
<dc:creator>haizlid</dc:creator>
<guid isPermaLink="false">1414@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;And so it did...very impressed.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "password protecting a form"</title>
<link>https://www.machform.com/forums/topic/password-protecting-a-form#post-1397</link>
<pubDate>Fri, 18 Apr 2008 13:42:32 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">1397@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;This seems to be a bug with IE only. I just noticed this today after getting the bug report.&#60;/p&#62;
&#60;p&#62;As Saghalie said, you need to click the &#34;Submit&#34; button. IE somehow doesn't send the &#34;Submit&#34; button variable when you only hit the enter key.&#60;/p&#62;
&#60;p&#62;However, the fix is pretty simple. Edit your &#60;strong&#62;includes/view-functions.php&#60;/strong&#62; file, search around line 1578 - 1582 and you'll find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li class=&#38;quot;buttons&#38;quot;&#38;gt;
	&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;form_id&#38;quot; value=&#38;quot;{$form-&#38;gt;id}&#38;quot; /&#38;gt;
	{$edit_markup}
	&#38;lt;input id=&#38;quot;saveForm&#38;quot; class=&#38;quot;button_text&#38;quot; type=&#38;quot;submit&#38;quot; name=&#38;quot;submit&#38;quot; value=&#38;quot;Submit&#38;quot; /&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
After the second line of the above code, insert the hidden submit code, so it become:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;li class=&#38;quot;buttons&#38;quot;&#38;gt;
	&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;form_id&#38;quot; value=&#38;quot;{$form-&#38;gt;id}&#38;quot; /&#38;gt;
	&#38;lt;input type=&#38;quot;hidden&#38;quot; name=&#38;quot;submit&#38;quot; value=&#38;quot;1&#38;quot; /&#38;gt;
	{$edit_markup}
	&#38;lt;input id=&#38;quot;saveForm&#38;quot; class=&#38;quot;button_text&#38;quot; type=&#38;quot;submit&#38;quot; name=&#38;quot;submit&#38;quot; value=&#38;quot;Submit&#38;quot; /&#38;gt;
&#38;lt;/li&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
That should fix the issue with IE.
&#60;/p&#62;</description>
</item>
<item>
<title>Saghalie on "password protecting a form"</title>
<link>https://www.machform.com/forums/topic/password-protecting-a-form#post-1392</link>
<pubDate>Fri, 18 Apr 2008 10:36:05 +0000</pubDate>
<dc:creator>Saghalie</dc:creator>
<guid isPermaLink="false">1392@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;LOL&#60;/p&#62;
&#60;p&#62;You need to click the &#34;Submit&#34; button, don't press &#34;ENTER&#34; on the keyboard.  I've done this &#60;strong&#62;SO&#60;/strong&#62; many times it ain't funny anymore.&#60;/p&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Saghalie&#60;br /&#62;
&#60;a href=&#34;http://www.beautiful-beginnings.org&#34; rel=&#34;nofollow&#34;&#62;http://www.beautiful-beginnings.org&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>haizlid on "password protecting a form"</title>
<link>https://www.machform.com/forums/topic/password-protecting-a-form#post-1390</link>
<pubDate>Fri, 18 Apr 2008 10:26:20 +0000</pubDate>
<dc:creator>haizlid</dc:creator>
<guid isPermaLink="false">1390@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I apologise if this has been answered elsewhere...but, as I'm just now trying out Machform for the first time, upon creating my first form from the admin area I chose 'Turn On Password Protection' and entered (what I assumed) to be the password required for my form into the field next to the key icon.  And when I click on 'view form' I am presented with a new page requesting a password (great so far).  When I enter the same password that I chose earlier, the screen blanks the password out and asks for it again...&#60;/p&#62;
&#60;p&#62;Am I missing something?  Do I have to go into phpmyadmin and create a user / password database or something?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
