FIX_BUG : RV

This commit is contained in:
VENKATESHWARAN 2025-08-07 12:59:56 +05:30
parent 73b1773064
commit 504e13eb17
2 changed files with 2 additions and 2 deletions

View File

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

View File

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