/
Password Input Field
Password Input Field
Description
The password field allows masked user input to accept password values. Normally, a spec is created with 2 'pwd' elements to allow equality validation (below) and ensure the user typed the password correctly. The password field also allows multiple validators (see below). This is a very powerful feature for chaining validation operations based on user input.
Example
<field type="password" align="left" variable="the.password">
<spec>
<pwd txt="The Password:" size="25" set=""/>
<pwd txt="Retype Password:" size="25" set=""/>
</spec>
</field>
Related content
Field Validators
Field Validators
More like this
Custom Input Field
Custom Input Field
More like this
Field Processors
Field Processors
More like this
Panel Actions
Panel Actions
Read with this
Rule Input Field
Rule Input Field
More like this
File Chooser Field
File Chooser Field
Read with this