<?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: Mach V3: Autocomplete off</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Mach V3: Autocomplete off</description>
<language>en</language>
<pubDate>Thu, 18 Jun 2026 11:28:03 +0000</pubDate>

<item>
<title>chinuba on "Mach V3: Autocomplete off"</title>
<link>https://www.machform.com/forums/topic/mach-v3-autocomplete-off#post-16601</link>
<pubDate>Fri, 07 Dec 2012 15:48:46 +0000</pubDate>
<dc:creator>chinuba</dc:creator>
<guid isPermaLink="false">16601@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank.. really helpful
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Mach V3: Autocomplete off"</title>
<link>https://www.machform.com/forums/topic/mach-v3-autocomplete-off#post-16531</link>
<pubDate>Tue, 20 Nov 2012 16:33:35 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">16531@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;There is an easier way to do this. You can edit the view.js file which is located under your machform folder.&#60;br /&#62;
Search around line 3 for this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;var field_highlight_color = $(&#38;quot;form.appnitro&#38;quot;).data(&#38;#39;highlightcolor&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;right below that code, add this line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$(&#38;quot;form.appnitro :input&#38;quot;).attr(&#38;quot;autocomplete&#38;quot;,&#38;quot;off&#38;quot;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;that should set the autocomplete attribute to off
&#60;/p&#62;</description>
</item>
<item>
<title>chinuba on "Mach V3: Autocomplete off"</title>
<link>https://www.machform.com/forums/topic/mach-v3-autocomplete-off#post-16524</link>
<pubDate>Tue, 20 Nov 2012 11:22:41 +0000</pubDate>
<dc:creator>chinuba</dc:creator>
<guid isPermaLink="false">16524@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi&#60;br /&#62;
I have my cool forms and I use them in a secure environment.&#60;br /&#62;
However, I want to automatically disable browser autocomplete in the form.&#60;/p&#62;
&#60;p&#62;I have the JS for this:&#60;br /&#62;
&#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;window.onload = function() {&#60;br /&#62;
	for(var i = 0, l = document.getElementsByTagName('input').length; i &#38;lt; l; i++) {&#60;br /&#62;
		if(document.getElementsByTagName('input').item(i).type == 'text') {&#60;br /&#62;
			document.getElementsByTagName('input').item(i).setAttribute('autocomplete', 'off');&#60;br /&#62;
		};&#60;br /&#62;
	};&#60;br /&#62;
};&#60;/p&#62;
&#60;p&#62;&#38;lt;script&#38;gt;&#60;/p&#62;
&#60;p&#62;Question:&#60;br /&#62;
Where do I apply this script so that auto complete is disabled once the form is loaded? Does Machform V3 have this feature automatically?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
