<p>To test if autocomplete="off" works:
<ol>
<li>Type something into the 'First Name (WITHOUT autocomplete="off")' input</li>
<li>Submit the form</li>
<li>Re-run the fiddle</li>
<li>Make sure browser does suggest the value for the "First Name (WITHOUT autocomplete)" input you've typed on the step #1</li>
<li>Do steps #1 - #3 for the 'First Name (WITH autocomplete="off")' input</li>
<li>Make sure browser does NOT suggest the value you've typed for the "First Name (WITH autocomplete)" input</li>
</ol>
</p>
<form action="http://httpbin.org/get">
<label for="firstName1">First Name (WITHOUT autocomplete="off"):</label>
<input id="firstName1" name="firstName1">
<button type="submit">SUBMIT</button>
</form>
<form action="http://httpbin.org/get">
<label for="firstName2">First Name (WITH autocomplete="off"):</label>
<input id="firstName2" name="firstName2" autocomplete="off">
<button type="submit">SUBMIT</button>
</form>
Please Whitelist JSFiddle in your content blocker.
Help keep JSFiddle free for always by one of two ways:
Whitelist JSFiddle in your content blocker (two clicks)
Go PRO and get access to additional PRO features →
Join the 4+ million users, and keep the JSFiddle dream alive.
Ad-free
All ads in the editor and listing pages are turned completely off.
Use pre-released features
You get to try and use features (like the Palette Color Generator) months before everyone else.
Fiddle collections
Sort and categorize your Fiddles into multiple collections.
Private collections and fiddles
You can make as many Private Fiddles, and Private Collections as you wish!
Console
Debug your Fiddle with a minimal built-in JavaScript console.