HTML Sign Up Code | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

HTML Sign Up Code

2nd Aug 2016, 8:55 AM
Prince singhania
Prince singhania - avatar
1 Réponse
+ 2
<div id="signup"> <h3>Registration</h3> <form method="post" action="" name="signup"> <label>Name</label> <input type="text" name="nameReg" autocomplete="off" /> <label>Email</label> <input type="text" name="emailReg" autocomplete="off" /> <label>Username</label> <input type="text" name="usernameReg" autocomplete="off" /> <label>Password</label> <input type="password" name="passwordReg" autocomplete="off"/> <div class="errorMsg"><?php echo $errorMsgReg; ?></div> <input type="submit" class="button" name="signupSubmit" value="Signup"> </form> </div>
2nd Aug 2016, 9:36 AM
Prince singhania
Prince singhania - avatar