+ 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;">
2 Antworten
+ 2
<input type="......." ........ ........ required/>
+ 1
yeah thats the source code