- 3
Help me how to create email password for change colour box in worng password?
Whatsapp number=> +919384594495 Help me..😍
8 ответов
+ 3
It should look like this
if(input === password){
/*Code*/
}
else{
box.style.backgroundColor="red";
}
You can edit it
+ 2
How to create popup window In form validation for E-mail..? (Enter Username, Enter E-mail,Enter Password, Confirm Password, Submit)
+ 1
Pravin N first show me your code
+ 1
Okay wait..
0
<body>
<div class="container">
<div class="header">
<h2>Register with us<h2>
</div>
<form class="form" id="form">
<div class="form control">
<label>Username</label><input type="text"><br>
<label>Email</label><input type="text"><br>
<label>Password</label><input type="text"><br>
<label>Confirm Password</label><input type="text"><br>
<button>Submit<button>
</div>
</form>
</div>
</body>
0
Question:- if Password not matched or email not valid we need to return with green colour else red colour
0
Ok give me some time
0
Ok bro..I need that CSS and JavaScript code