M.O.S. Studios Posted May 28, 2009 Share Posted May 28, 2009 Hey guys, I have a section of my website where users can alter their information, i ask the user to type their password twice to make sure their is no typos within it. I have a problem when i reload the page after the user submits it. for some reason FF auto changes the first password field to match the 2nd password field(even though they have different names), is their any html code that will turn this off thanks in advance Link to comment https://forums.phpfreaks.com/topic/160073-solved-confirm-password-error-with-ff/ Share on other sites More sharing options...
Ken2k7 Posted May 28, 2009 Share Posted May 28, 2009 Do you have any pre-set values for those input boxes? That shouldn't happen otherwise. Link to comment https://forums.phpfreaks.com/topic/160073-solved-confirm-password-error-with-ff/#findComment-844500 Share on other sites More sharing options...
M.O.S. Studios Posted May 28, 2009 Author Share Posted May 28, 2009 i do, its filed in with php, however i fixed it by doing this <input type="password" name="pass" autocomplete="off" /> <input type="password" name="pass_confirm" autocomplete="off" /> Link to comment https://forums.phpfreaks.com/topic/160073-solved-confirm-password-error-with-ff/#findComment-844504 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.