FIX_BUG : RV
This commit is contained in:
parent
73b1773064
commit
504e13eb17
@ -47,7 +47,7 @@
|
||||
<input type="email" class="form-control" id="email2" placeholder="Enter Email" name="email2">
|
||||
</div>
|
||||
<div class="form-group col-md-12">
|
||||
<label for="aadhar">Aadhar</label>
|
||||
<label for="aadhar">Aadhar</label>
|
||||
<input type="text" class="form-control" id="aadhar" placeholder="Enter Aadher No" name="aadhar" maxlength="12" onchange="validateInputForClient(this, 'clients', 'aadhar')">
|
||||
</div>
|
||||
|
||||
|
||||
@ -1396,7 +1396,7 @@ $(document).ready(function(){
|
||||
|
||||
|
||||
$('#dob').prop('required', true);
|
||||
// $('#phone').prop('required', true);
|
||||
// $('#phone').prop('required', true)
|
||||
$('#email2').prop('required', true);
|
||||
$('#aadhar').prop('required', true);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user