How can I do this coding? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 4

How can I do this coding?

Fill in the blanks to turn off auto complete and require the password field. <form ="off"> <input type="text" name="name" /> < type="password" name="pass" /> </form>

26th Dec 2016, 7:46 PM
Bakary
13 Answers
+ 11
<form autocomplete ="off"> <input type="text" name="name" /> < input type="password" name="pass" required /> </form>
26th Aug 2017, 7:25 PM
Dr.V.Ajitha
Dr.V.Ajitha - avatar
+ 2
<form autocomplete ="off"> <input type="text" name="name" /> < input type="password" name="pass" required /> </form>
5th Sep 2019, 3:51 PM
Orhan Mirza Akbulut
Orhan Mirza Akbulut - avatar
+ 1
input form
18th May 2017, 9:45 PM
Jessica St.Louis
+ 1
still it is not working the code you send me but thanks for your helping
5th Nov 2017, 8:41 PM
Girma Tadese
Girma Tadese - avatar
+ 1
Please see the below answers. 1. autocomplete 2. input 3. required Highly recommended you to relearn your lesson again.
5th Nov 2018, 1:26 PM
Imfas Hussain
Imfas Hussain - avatar
+ 1
Input form
9th Dec 2020, 3:37 AM
Ankit Mondal
0
ohh good now it works properly thankyou!!
5th Nov 2017, 8:44 PM
Girma Tadese
Girma Tadese - avatar
0
input form
1st Jul 2021, 5:21 PM
Kaniz Hossain
Kaniz Hossain - avatar
0
autocomplete input required
1st Jul 2021, 5:35 PM
Kaniz Hossain
Kaniz Hossain - avatar
0
<form autocomplete ="off"> <input type="text" name="name" /> < input type="password" name="pass" required /> </form>
26th Jul 2021, 10:30 PM
Mahamudu J Msangi
Mahamudu J Msangi - avatar
- 1
<form autocomplete ="off"> <input type="text" name="name" /> < input type="password" name="pass" required /> </form>
7th Jan 2018, 7:13 AM
Ravindra Singh
Ravindra Singh - avatar
- 1
<form> < input type="text" name="name" /> </ form >
30th Sep 2019, 7:59 AM
Mohamed
Mohamed - avatar
- 2
autocomplete="off" and you add required after pass=""pass". Next time, learn your lessons and do your home work
26th Dec 2016, 8:05 PM
CHMD
CHMD - avatar