I've a problem with a password field in a form:
I have a similar scenario:
I wish the characters entered are invisible or with an asterisk for each char.
${NSD_CreateLabel} 0 80% 90 12u "Password:"
Pop $LabelPassword
${NSD_CreateText} 100 80% 160 12u ""
Pop $TextPassword
It is possible?!