Posts Tagged ‘password’

Changing Input Type from Text to Password in Internet Explorer Hack

Let’s say you have a login form with the standard username and password input fields, but instead of labels, you want to have grayed out text inside the fields to act as labels. Since the label’s aren’t actual input, they shouldn’t be submitted as actual data if a user submits the form without entering anything, [...]