Password
A password format field is the equivalent of <input type="password">, a box into which the visitor can type a password. The characters are hidden as they are typed.
Other non-TerraField attributes will be passed through to the underlying text tag (<input type="text">). For example:
class="important"size="6"readonly
