Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, 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: 4562
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 76 times
- Been thanked: 528 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.