+ 1

Ever wonder how to do a registration form that has a required field try this

<!DOCTYPE html> <html> <head> <title>Register</title> </head> <body> <div class="col-sm-12" style="padding-left: 0px; padding-right: 0px;"> <div class="panel panel-primary"> <div class="panel-heading">Register</div> <div>Note the fields labelled * are compulsory</div> <div class="panel-body"> <form action="verify.php" class="form-horizontal" method="POST" style="margin-bottom:0px;">

21st Apr 2018, 7:37 AM
Nature
Nature - avatar
2 odpowiedzi
+ 2
<input type="......." ........ ........ required/>
21st Apr 2018, 7:42 AM
S.Jaime
S.Jaime - avatar
+ 1
yeah thats the source code
21st Apr 2018, 7:42 AM
Nature
Nature - avatar