PHP Form Password Field
Description
A password field works like a text input field, except that the entered text is not displayed.
<label for="passwordField">A password field</label>
<input type="password" name="passwordField" id="passwordField" value="" />