required added in fields

This commit is contained in:
saravanakumar_kandasami 2017-04-07 13:44:47 +05:30
parent 534c78df40
commit 2af2ba18a0
12 changed files with 12 additions and 12 deletions

View File

@ -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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

BIN
uploads/images/avatar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB