index.php: remove the unused field 'Your Passport/National ID' in Sign up section.
parent
4318437b16
commit
f96fbf5447
|
@ -79,17 +79,16 @@ if (isset($_SESSION["user_fullname"])) {
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<h4 class="list-group-item active"> Sign up </h4>
|
<h4 class="list-group-item active"> Sign up </h4>
|
||||||
<div class="list-group-item">
|
<div class="list-group-item" style="height:235px">
|
||||||
|
|
||||||
<form method="post" action="Script.php" name="frm_signup_1">
|
<form method="post" action="Script.php" name="frm_signup_1">
|
||||||
<input type="hidden" name="frm_signup_1" value="true"/>
|
<input type="hidden" name="frm_signup_1" value="true"/>
|
||||||
|
|
||||||
Student ID
|
Student ID
|
||||||
<input type="text" name="student_id" placeholder="Entre your Student ID" class="form-control" required="">
|
<input type="text" name="student_id" placeholder="Entre your Student ID" class="form-control" required="">
|
||||||
|
|
||||||
Your Passport / National ID
|
|
||||||
<input type="text" class="form-control" name="passport" placeholder="(Optional)">
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
<div class="btnsignup" style="padding-top:58px">
|
||||||
<input type="submit" name="frm_signup_1" class="btn btn-primary" value="Next"> <br> Click Next to set up password
|
<input type="submit" name="frm_signup_1" class="btn btn-primary" value="Next"> <br> Click Next to set up password
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue