jaikob Posted November 7, 2008 Share Posted November 7, 2008 Is there a way to set a textfield to not autosave data that is entered into it? For example, I have a credit card number textfield and I don't want that data saved to the field so every time I go to that page it drops down that number as an autosave for that field. Thanks Link to comment https://forums.phpfreaks.com/topic/131813-solved-text-field-autosave-disable/ Share on other sites More sharing options...
BoltZ Posted November 7, 2008 Share Posted November 7, 2008 For both the username and password fields enter in the input tag this autocomplete="off" And that should work Link to comment https://forums.phpfreaks.com/topic/131813-solved-text-field-autosave-disable/#findComment-684780 Share on other sites More sharing options...
dropfaith Posted November 7, 2008 Share Posted November 7, 2008 and on a side note as a genral rule i refuse to handle cc numbers unless your security is really good i would let paypal or another service handle that for you. as you are resposible for hackers getting at your data on your site Link to comment https://forums.phpfreaks.com/topic/131813-solved-text-field-autosave-disable/#findComment-684787 Share on other sites More sharing options...
jaikob Posted November 7, 2008 Author Share Posted November 7, 2008 Its just for a side project I am doing, and it is very secure. Thanks! Link to comment https://forums.phpfreaks.com/topic/131813-solved-text-field-autosave-disable/#findComment-684788 Share on other sites More sharing options...
BoltZ Posted November 7, 2008 Share Posted November 7, 2008 When you are done coding your security I would post it in the beta section of the forums and let others try to break your code! Link to comment https://forums.phpfreaks.com/topic/131813-solved-text-field-autosave-disable/#findComment-684797 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.