Hello everyone, I want to create a wix form that includes two input fields, username and password, they’re not login information, I just want to give the user the sence that he/she is signing up, so I want the text in the password field to be hidden with stars or dots when the user is filling it, exactly like any sign up/sign in form in any other website. is it possible? and how to perform it?
You can set the inputType of the Text Input Element to password.
Thank you so much, it works perfectly