How can I create a custom passsword box? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can I create a custom passsword box?

Normal:•••••••• Custom:22222 or Normal:•••• Custom:pinkwinkpinkwink

11th Jul 2018, 2:49 PM
B.D
B.D - avatar
24 Answers
+ 3
i now understand what u want..i am doing some research, i will post an answer when i find out
12th Jul 2018, 11:46 AM
Sampson Joshua (Jozy)
Sampson Joshua (Jozy) - avatar
12th Jul 2018, 1:28 PM
Calviղ
Calviղ - avatar
+ 3
4 shapes input { -webkit-text-security: none; } input { -webkit-text-security: circle; } input { -webkit-text-security: square; } input { -webkit-text-security: disc; }
13th Jul 2018, 10:32 AM
Calviղ
Calviղ - avatar
+ 3
use input type password in your form <fieldset> <legend> </legend> <form> <table> <tr> <td></td><td><input type="password"></td> </tr> <tr> <td></td><td><input type="password"></td> </tr> </table> </form> </fieldset>
13th Jul 2018, 5:48 PM
OLANIYI Babarinde Isola
OLANIYI Babarinde Isola - avatar
+ 2
have you seen the code? i gave you on the link? if you could state with clear example what your problem is i can give you the solution
12th Jul 2018, 11:18 AM
Sampson Joshua (Jozy)
Sampson Joshua (Jozy) - avatar
+ 2
what you can do with JavaScript is maybe when you check a button it will show the real password if you uncheck the button the password show password as encripted
12th Jul 2018, 11:22 AM
Sampson Joshua (Jozy)
Sampson Joshua (Jozy) - avatar
12th Jul 2018, 11:32 AM
Sampson Joshua (Jozy)
Sampson Joshua (Jozy) - avatar
+ 1
Are u using HTML?
12th Jul 2018, 10:58 AM
Sampson Joshua (Jozy)
Sampson Joshua (Jozy) - avatar
+ 1
You can always use input type as password if you want Normal and use input type as text if you want Custom see this code 👇👇👇👇 https://code.sololearn.com/WOLo1gdSXmQb/?ref=app
12th Jul 2018, 11:14 AM
Sampson Joshua (Jozy)
Sampson Joshua (Jozy) - avatar
+ 1
yes you can. try add some icon font and change characters on that you want from generated font and even without jav¿¿¿¿¿¿t 😁😁😁
12th Jul 2018, 11:36 AM
\__(° = °)__/
+ 1
So far, from what i know, text-security has only 4 shapes, cannot use text.
13th Jul 2018, 5:01 PM
Calviղ
Calviղ - avatar
+ 1
Can we use symbols?
13th Jul 2018, 5:03 PM
B.D
B.D - avatar
+ 1
No, we can't.
13th Jul 2018, 5:04 PM
Calviղ
Calviղ - avatar
+ 1
In some websites they sometimes use ****** and ######
13th Jul 2018, 5:05 PM
B.D
B.D - avatar
0
yes
12th Jul 2018, 11:05 AM
B.D
B.D - avatar
0
I want Custom with encryption Like •••••••• to weedseed
12th Jul 2018, 11:15 AM
B.D
B.D - avatar
0
Can we use JS? or CSS?
12th Jul 2018, 11:16 AM
B.D
B.D - avatar
0
yes
12th Jul 2018, 11:20 AM
B.D
B.D - avatar
0
no encryption for custom box
12th Jul 2018, 11:20 AM
B.D
B.D - avatar
0
Can't I make the encryption code #### or **** or wewe insteAd of ••••
12th Jul 2018, 11:24 AM
B.D
B.D - avatar