cluce Posted May 3, 2007 Share Posted May 3, 2007 I have a registration form that has a password textbox. The problem I have is it shows the password while they type. Can someone tell me how can I hide the characters while the user types it in? I would appreciate it. Link to comment https://forums.phpfreaks.com/topic/49872-solved-want-to-hide-the-password-while-typing-it-in-the-textbox/ Share on other sites More sharing options...
cmgmyr Posted May 3, 2007 Share Posted May 3, 2007 <input name="password" type="password" size="13" /> you have to set type as password Link to comment https://forums.phpfreaks.com/topic/49872-solved-want-to-hide-the-password-while-typing-it-in-the-textbox/#findComment-244655 Share on other sites More sharing options...
cluce Posted May 3, 2007 Author Share Posted May 3, 2007 thanks Link to comment https://forums.phpfreaks.com/topic/49872-solved-want-to-hide-the-password-while-typing-it-in-the-textbox/#findComment-244668 Share on other sites More sharing options...
cmgmyr Posted May 3, 2007 Share Posted May 3, 2007 no problem Link to comment https://forums.phpfreaks.com/topic/49872-solved-want-to-hide-the-password-while-typing-it-in-the-textbox/#findComment-244673 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.