| Server IP : 104.21.37.246 / Your IP : 104.23.243.33 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home2/cp648411/public_html/kainumber.com/member/ |
Upload File : |
<?php include('../include/header.php')?>
<?php $menu = 'home';?>
<?php include('../theme/menu.php')?>
<script>
$('.datepicker').datepicker()
</script>
<!-- /.body -->
<script>
function checkform_forgotpassword()
{
if(document.signupform_forgotpassword.email.value==""){alert("ขออภัยค่ะกรุณากรอก อีเมล");document.signupform_forgotpassword.email.focus();return false;}
if(!document.signupform_forgotpassword.email.value.match(/^[\w]{1}[\w\.\-_]*@[\w]{1}[\w\-_\.]*\.[\w]{2,6}$/i)){alert("ขออภัยค่ะ รูปแบบ E-mail ของคุณไม่ถูกต้อง");
document.signupform_forgotpassword.email.focus();return false;}
}
</script>
<div class="container mt-5 mt-md-0 px-lg-5 px-3">
<div class="row px-md-5 mb-3">
<div class="col-md-12 px-md-3 d-flex justify-content-between align-baseline" >
<div class="">
<h2 class="pb-0 mb-0 fw-loungethbold border-kai-bottom-light">ลืมรหัสผ่าน</h2>
</div>
</div>
</div>
</div>
<div class="container mt-5 mt-md-0 px-lg-5 px-3">
<div class="row px-md-5 mb-3">
<p style="color:#828180;">
หากท่านได้ลงละเบียนกับทางเว็บไซต์แล้ว <br> สามารถใช้อีเมลเพื่อสร้างรหัสผ่านใหม่
</p>
</div>
<div class="row px-md-5 mb-3">
<form class="form-horizontal" d="signupform_forgotpassword" name="signupform_forgotpassword" onSubmit="return checkform_forgotpassword();" action="forgotpassword_send.php" method="post" enctype="multipart/form-data">
<div class="mb-3 row align-center">
<label for="inputEmail3" class="col-sm-3 control-label pe-0 text-start text-md-end">อีเมล :*</label>
<div class="col-sm-9">
<input type="email" class="form-control" id="email" name="email" placeholder="Email">
<span id="mySpan"></span>
</div>
</div>
<div class="row form-group text-center mt-5 mt-md-0">
<div class="col-sm-2 mb-3"></div>
<div class="col-12 col-sm-10 mb-3">
<input class="btn btn-kai1 corner_cancel px-5" type="submit" value="ส่ง">
</div>
</div>
</form>
</div>
</div>
<!-- /.body -->
<?php include('../include/footer.php')?>
<?php include('../include/footer_js.php')?>