I'm trying to password protect a form. My idea how to do this is to have an input field where the user enters the password - and if it is correct, use field rules to show the rest of the form. I would like to have the input for the password show up either as dots or asterisks, instead of plain text. How would I go about doing this?
edit: the field I have the password being entered into is #q97 and has a css class of "password".
Thanks