Password Input

This form element has almost the same behavior as a text input element. The only difference is that the contents of a password input element is shown as a series of "*" characters in order to hide the real value during display, e.g.

#**********__________#

Password Input Example

Password input element: