- b2evolution CMS User Manual
- Developer Reference
- Website Skins/Themes
- Skin Tags / API
- Other Tags
- Template Tag: Form Password
Template Tag: Form Password
Displays password + password confirmation input fields.
Examples
Quick Template
[Form:password|label=Enter your password]
Parameters
Param |
Default |
Usage |
---|---|---|
|
|
Name of the input field. |
|
|
Input field value. |
|
|
Text to display as the label for the input field. |
|
|
Set to |
|
|
Additional note to display for the input field. |
|
|
Additional note to display at the bottom of the input field. |
|
|
Placeholder text for the input field. |
|
|
Input field size. |
|
|
Maximum number of characters allowed for the input field. |
|
|
CSS class applied to the input field. |
|
|
Custom CSS applied to the input field. |
|
|
Set to |
|
|
Set to |
Similarly, the password confirmation field can be configured using the parameters below:
Param |
Default |
Usage |
---|---|---|
|
|
Name of the password confirmation field. |
|
|
Password confirmation field value. |
|
|
Text to display as the label for the password confirmation field. |
|
|
Set to |
|
|
Additional note to display for the password confirmation field. |
|
|
Additional note to display at the bottom of the password confirmation field. |
|
|
Placeholder text for the password confirmation field. |
|
|
Input field size. |
|
|
Maximum number of characters allowed for the password confirmation field. |
|
|
CSS class applied to the password confirmation field. |
|
|
Custom CSS applied to the password confirmation field. |
|
|
Set to |
|
|
Set to |
Return value
This tag displays content only, it does not have a return value.