Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 3.147.82.108
<div class="card">
<div class="header">
<h2>
Change Mobile Number
</h2>
</div>
<div class="body" style="min-height:82vh;">
<div class="row clearfix" id="currpswd">
<div class="col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12">
<b>Enter Current Password</b>
<div class="m-b-20">
<input id="passwd" name="passwd" type="password" class="form-control" minlength="8" placeholder="Password" />
</div>
</div>
</div>
<div class="row">
<div class="col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12">
<b>Enter New Mobile number</b>
<input type="text" id="newMob" name="newMob" class="form-control" minlength="10" maxlength="10"
placeholder="Mobile Number" onkeypress="return acceptNumbersOnlyForModule(event);" />
</div>
</div>
<div class="row text-center">
<div class="col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12">
<button class="btn btn-lg bg-teal waves-effect" style="margin-left: 8px;" onclick="getNewMob()"
id="getNewMobBtn">Get OTP</button>
</div>
</div>
<!-- <div id="newMobDiv">
<hr />
<div class="row">
<div class="col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12">
<b>Enter New Mobile number</b>
<input type="text" id="newMob" name="newMob" class="form-control" minlength="10" maxlength="10"
placeholder="Mobile Number" onkeypress="return acceptNumbersOnlyForModule(event);" />
</div>
</div>
<div class="row" id="newMobDiv">
<div class="col-lg-4 col-md-4 col-sm-12 col-xs-12">
<b>Enter New Password</b>
<input type="password" id="newpw" name="newpw" class="form-control" placeholder="Password" />
</div>
</div>
<div class="row text-center" id="updateMob">
<div class="col-md-4 col-lg-4">
<button style="margin-left: 8px;" class="btn btn-lg bg-teal waves-effect" onclick="updateMobNo()"
id="updateMobBtn"><b>Change Mobile Number</b></button>
</div>
</div>
</div> -->
<div id="shwOTP">
<div class="row">
<div class="col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12">
<input type="text" class="form-control" name="smsotp" id="smsotp" placeholder="Enter OTP" />
</div>
</div>
<div class="row text-center">
<div class="col-lg-5 col-lg-offset-3 col-md-5 col-md-offset-3 col-sm-12 col-xs-12 m-t-4">
<button class="btn btn-lg bg-teal waves-effect" onclick="verifyOTP()" id="verifyotpBtn">Verify</button>
<!-- <button class="btn btn-lg bg-teal waves-effect" onclick="updateMobNo()" id="resendotpBtn">ReSend</button> -->
</div>
</div>
</div>
</div>
</div>
|