I created a loging but when I type my password in I can see it. what do I have to do so when you type in your password it comes up hidden?
Your HTML code for the password box should be type="password" rather than type="text"
<input type="password" name="gobsmacked" />
Thank you!!!! :rolleyes: 😃