• I need to put a hide/show password button on the login form, what would be the recommended way to achieve that?

    I was thinking on doing this using javascript with onload, but this is a must-have feature, so, there is a recommended way to do it?

Viewing 1 replies (of 1 total)
  • Plugin Author Sourov Amin

    (@sourov)

    Hi,

    Thank you for the query and sorry for the delayed response.
    We will add the hide/show password feature in the next release.
    For now, you can add a class name to the password field. Can add proper JS/Jquery and CSS for the show/hide feature to your theme’s file or as script that connects the password class to hide/show the text content. JS with onclick can be more appropriate for this cause. Found a basic way to do that: https://www.phpcluster.com/show-and-hide-password-field-with-jquery-and-javascript/

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Password Show/Hide on Login Form’ is closed to new replies.