Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
How to Toggle Password Visibility on LoginForm?
-
- Posts: 156
- Joined: Wed Dec 23, 2020 12:28 pm
- Location: Russia, Volgograd
- Has thanked: 32 times
- Been thanked: 7 times
- Contact:
How to Toggle Password Visibility on LoginForm?
How to Toggle Password Visibility on LoginForm?
Wbr, miasoft.
-
- nuBuilder Team
- Posts: 4304
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 445 times
- Contact:
Re: How to Toggle Password Visibility on LoginForm?
Uncomment the $nuWelcomeBodyInnerHTML variable in nuconfig.php and apply the logic as shown here.
https://www.w3schools.com/howto/howto_j ... ssword.asp
https://www.w3schools.com/howto/howto_j ... ssword.asp
-
- Posts: 156
- Joined: Wed Dec 23, 2020 12:28 pm
- Location: Russia, Volgograd
- Has thanked: 32 times
- Been thanked: 7 times
- Contact:
Re: How to Toggle Password Visibility on LoginForm?
Tnx! All works fine!kev1n wrote:Uncomment the $nuWelcomeBodyInnerHTML variable in nuconfig.php and apply the logic as shown here.
https://www.w3schools.com/howto/howto_j ... ssword.asp
Wbr, miasoft.