Password Mask/Unmask Option

Add a password mask/unmask toggle to a form field.

Overview

The form lacks a feature to temporarily reveal the password text for user verification.
Implement a provided JavaScript snippet that changes the input field type, with a fallback method for Internet Explorer compatibility.

Answered
ChronoForms v6
om omidhz 13 Jun, 2017
Is there a way to add the password mask/unmask option to my password field?
Max_admin Max_admin 13 Jun, 2017
Hi Omid,

What is the mask/unmask option ? you mean the "mask" feature ?

Best regards,
Max
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
om omidhz 13 Jun, 2017
Unmasking the password (making the password visible) by clicking on the small icon that appears after you start typing the password.
Here is an example:
https://www.creditkarma.com/signup
Gr GreyHead 14 Jun, 2017
Answer
1 Likes
Hi omidhz,

There's a JavaScript snippet on GitHub here that you could use. Note that it is a straightforward change of type - except for IE which doesn't allow this so the code then creates a replacement input element.

Bob
This topic is locked and no more replies can be posted.