Skip to main content

Password

Generates a password input field.

Basic usage

{{
form.password({
'label': 'My label',
'id': 'password-1',
'name': 'password-1'
})
}}

Helper options

You can configure this helper using the common helper options.