#1
by
Matt
Good afternoon, I am working on an experiment that would require participants to enter a password they have been given prior to the session. Participants have to choose between three roles, and two of these roles are password-protected. My code is working well for that, but I was wondering if there is a way not to display the password they are typing in, for instance by replacing the characters by asterisks or dots. I know I can do that with django, but oTree doesn't use django anymore. Is there a widget for that? Best, Matt