required added in fields
@ -267,17 +267,17 @@ function resetphoto()
|
||||
<div class="col-md-9">
|
||||
|
||||
<div class="col-md-6 pad">
|
||||
|
||||
<span class="badge">*</span>
|
||||
<input type="text" name="FirstName" maxlength="100" id="FirstName" placeholder="First Name" class="form-control" required>
|
||||
</div>
|
||||
|
||||
<div class="col-md-6 pad">
|
||||
<div class="col-md-6 pad"><span class="badge">*</span>
|
||||
<input type="text" name="LastName" maxlength="100" id="LastName" placeholder="Last Name" class="form-control" required>
|
||||
</div>
|
||||
<div class="col-md-6 pad">
|
||||
<div class="col-md-6 pad"><span class="badge">*</span>
|
||||
<input type="text" name="FatherName" id="FatherName" maxlength="200" placeholder="Father / Husband Name" class="form-control" required>
|
||||
</div>
|
||||
<div class="col-md-6 pad">
|
||||
<div class="col-md-6 pad"><span class="badge">*</span>
|
||||
<input id="DateofBirth" required name="DateofBirth" maxlength="10" placeholder="Date Of Birth" onchange="getAge();" class="form-control">
|
||||
</div>
|
||||
|
||||
@ -352,7 +352,7 @@ function resetphoto()
|
||||
<legend>Address Details</legend>
|
||||
<!-- Text input-->
|
||||
<div class="form-group">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12"><span class="badge">*</span>
|
||||
<input type="text" id="currentaddress" required name="currentaddress" maxlength="500" placeholder="Current Address" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
@ -363,7 +363,7 @@ function resetphoto()
|
||||
</div>
|
||||
<!-- Text input-->
|
||||
<div class="form-group">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-12"><span class="badge">*</span>
|
||||
<input type="text" id="permanentaddress" required name="permanentaddress" maxlength="500" placeholder="Permanent Address " class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
@ -376,10 +376,10 @@ function resetphoto()
|
||||
<legend>Emergency Contact Information</legend>
|
||||
<!-- Text input-->
|
||||
<div class="form-group">
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-6"><span class="badge">*</span>
|
||||
<input type="text" id="emergencycontactname" maxlength="100" required name="emergencycontactname" placeholder="Emergency Contact Name" class="form-control">
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-6"><span class="badge">*</span>
|
||||
<input type="text" id="emergencycontactnumber" required name="emergencycontactnumber" onblur="getValidEmergencyNumber();" onkeypress="return event.charCode >= 48 && event.charCode <= 57" maxlength="10" placeholder="Emergency Contact Number" class="form-control">
|
||||
</div>
|
||||
|
||||
@ -468,16 +468,16 @@ function resetphoto()
|
||||
<!-- Text input-->
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-3"><span class="badge">*</span>
|
||||
<input type="text" id="accountno" onkeypress="return event.charCode >= 48 && event.charCode <= 57" maxlength="15" name="accountno" placeholder="Account Number" class="form-control">
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-3"><span class="badge">*</span>
|
||||
<input type="text" id="ifsccode" name="ifsccode" placeholder="IFSC Code" maxlength="10" class="form-control">
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-3"><span class="badge">*</span>
|
||||
<input type="text" id="bankbranchname" maxlength="200" name="bankbranchname" placeholder="Bank Branch Name" class="form-control">
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
<div class="col-md-3"><span class="badge">*</span>
|
||||
<input type="text" id="bankaddress" maxlength="200" name="bankaddress" placeholder="Bank Address" class="form-control">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
BIN
assets/dist/img/photo1.png
vendored
|
Before Width: | Height: | Size: 1.6 MiB |
BIN
assets/dist/img/photo2.png
vendored
|
Before Width: | Height: | Size: 1.4 MiB |
BIN
assets/dist/img/user1-128x128.jpg
vendored
|
Before Width: | Height: | Size: 3.3 KiB |
BIN
assets/dist/img/user2-160x160.jpg
vendored
|
Before Width: | Height: | Size: 7.9 KiB |
BIN
assets/dist/img/user3-128x128.jpg
vendored
|
Before Width: | Height: | Size: 3.9 KiB |
BIN
assets/dist/img/user4-128x128.jpg
vendored
|
Before Width: | Height: | Size: 3.4 KiB |
BIN
assets/dist/img/user5-128x128.jpg
vendored
|
Before Width: | Height: | Size: 6.3 KiB |
BIN
assets/dist/img/user6-128x128.jpg
vendored
|
Before Width: | Height: | Size: 4.7 KiB |
BIN
assets/dist/img/user7-128x128.jpg
vendored
|
Before Width: | Height: | Size: 6.9 KiB |
BIN
assets/dist/img/user8-128x128.jpg
vendored
|
Before Width: | Height: | Size: 5.6 KiB |
BIN
uploads/images/avatar.png
Normal file
|
After Width: | Height: | Size: 27 KiB |