how to make text fields as ****** (like password) | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

how to make text fields as ****** (like password)

or how to enter data without displaying anything like ****** but actually data gets stored

6th Jul 2016, 4:20 PM
αѕнωιи мσнαи
αѕнωιи мσнαи - avatar
7 ответов
+ 1
thanks bro
6th Jul 2016, 4:41 PM
αѕнωιи мσнαи
αѕнωιи мσнαи - avatar
+ 1
<input type ="password" name ="anything">
7th Jul 2016, 4:28 PM
Saeed Sheikholeslami
Saeed Sheikholeslami - avatar
0
<input type="password" placeholder="password">
6th Jul 2016, 4:28 PM
mukesh paikra
mukesh paikra - avatar
0
placeholder=" "> put the space..and try
7th Jul 2016, 2:57 AM
αѕнωιи мσнαи
αѕнωιи мσнαи - avatar
0
try with the method attribute --> <form> tag <form method="POST">
10th Jul 2016, 2:27 PM
marco
0
<input type="password" placeholder="password"> add some modification using css remove the left right top border using border property
12th Jul 2016, 10:49 AM
Suraj Rathod
Suraj Rathod - avatar
0
try this one <input type="password" placeholder="password">
14th Jul 2016, 4:13 AM
amol devakate
amol devakate - avatar