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 Quote Link to comment 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 Quote Link to comment 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 Quote Link to comment 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! Quote Link to comment 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! 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.