I am hoping to find a way that I can implement Username / Password access to a closed survey (based on an imported username/password list).
Not sure if this is the best way to do it, but here is what I am trying ...
I am experimenting with setting up an "access control" group at the start of the survey, then verifying username/pw against the token file (additional attribute fields)
To make this work and look pretty, I need to be able to have a password input field that masks the actual characters typed with '********' (one * for each character input). Is this possible? I think the HTML input type is "password".
Then I will use expression manager to direct flow to either allow or disallow access to the rest of the survey.
Or ... is there a better way (suggestions gratefully received)?