didgydont Posted June 24, 2008 Share Posted June 24, 2008 sorry dont even know what they are called but basicly i want to turn off previously typed stuff for example when you type in google it shows a list of everything you have ever typed there i just want to make it so certain fields dont show that is there a way ? Link to comment https://forums.phpfreaks.com/topic/111628-solved-previously-typed-stuff-in-text-box-form/ Share on other sites More sharing options...
phpSensei Posted June 24, 2008 Share Posted June 24, 2008 Add this to the text fields <input type="text" name="test" autocomplete="off" value="PHPsensei"> Link to comment https://forums.phpfreaks.com/topic/111628-solved-previously-typed-stuff-in-text-box-form/#findComment-573013 Share on other sites More sharing options...
didgydont Posted June 24, 2008 Author Share Posted June 24, 2008 thank you Link to comment https://forums.phpfreaks.com/topic/111628-solved-previously-typed-stuff-in-text-box-form/#findComment-573034 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.