Is there any way people could make their passwords visible in a Velo registration form?

Is there any code I could use for people to be able to see their password in a registration page like the one highlighted on the image below?

Never tried it, but I guess you can use the textInput.inputType to do so: default = “password”, onClick icon = toggle between “text” and “pasword”. See https://www.wix.com/velo/reference/$w/textinput/inputtype

Good luck.

1 Like

Thanks for the recommendation. I’ll try that out and let you know if it works.

I just tried it out and it perfectly works!!! Thank you so much!!!