Displays a form field for recording a customer's password.
By default, this field is optional. However, it can be changed to a required field by adding a variable named "required" to it. For example, this instance of the QuickCode Tag would create a required password field:
{FIELD-PASSWORD:required}
If making the {FIELD-PASSWORD} QuickCode Tag required, it is recommended that the {FIELD-PASSWORD-CONFIRM} QuickCode Tag also be made required. |