Click to See Complete Forum and Search --> : How do I make a form [text] display stars instead of input?


blade52x
01-12-2007, 04:49 PM
I'm making a login form, so how do I make the display of the input into the form show up as stars (for the password?).

Annaccond
01-12-2007, 06:03 PM
I'm not sure but I think you mean this?

<form action="...">
<input type="password" name="name" />
</form>