9three Posted December 15, 2009 Share Posted December 15, 2009 Hey I have inputs in a sign up form that is storing my email/password. I'm not sure why it's doing that, it doesn't have anything special. I've tried changing out the name of it but it did nothing. I also try value=" " and it fixed it, but it added a space and that's not what I need it to be showing. I have other inputs but its only happening for the email and password inputs: <dt id="general_FNameTxt">First Name:</dt><dd><input type="text" class="textField" name="generalFName" id="general_FName" /></dd> <dt id="general_LNameTxt">Last Name:</dt><dd><input type="text" class="textField" name="generalLName" id="general_LName" value="" /></dd> <dt id="general_EmailTxt">Email:</dt><dd><input type="text" class="textField" name="generalEmail" id="general_Email" value="" /></dd> <dt id="general_PasswordTxt">Password:</dt><dd><input type="password" class="textField" name="generalPassword" id="general_Password" /></dd> Quote Link to comment Share on other sites More sharing options...
roopurt18 Posted December 15, 2009 Share Posted December 15, 2009 Your web browser will often do this. Quote Link to comment Share on other sites More sharing options...
9three Posted December 15, 2009 Author Share Posted December 15, 2009 But when I visit other sites it doesn't do this. I'm using FireFox 3.5.5 Quote Link to comment Share on other sites More sharing options...
roopurt18 Posted December 15, 2009 Share Posted December 15, 2009 Are you on a shared computer? Quote Link to comment Share on other sites More sharing options...
9three Posted December 15, 2009 Author Share Posted December 15, 2009 Nope, I'm the only one who uses this computer. Quote Link to comment Share on other sites More sharing options...
9three Posted December 15, 2009 Author Share Posted December 15, 2009 i figured it out autocomplete="off" Quote Link to comment Share on other sites More sharing options...
roopurt18 Posted December 15, 2009 Share Posted December 15, 2009 Where did you have to put that? Quote Link to comment Share on other sites More sharing options...
cags Posted December 16, 2009 Share Posted December 16, 2009 As an attribute for the <input> tag that you don't wish to be auto completed. I'm fairly sure last time this came up that there was a drawback in as much as it's not fully supported by all browsers. I can't remember the details though. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.