restro.capitaleyeglobal.com Open in urlscan Pro
192.185.153.57  Public Scan

URL: https://restro.capitaleyeglobal.com/
Submission: On January 10 via api from US — Scanned from US

Form analysis 5 forms found in the DOM

POST

<form id="loginForm" action="" method="post" onsubmit="return validateTextbox();">
  <h1>LOGIN</h1>
  <div class="inner_form">
    <div class="inputText">User name/Email</div>
    <input type="text" name="user_name" class="form_text" id="username">
  </div>
  <div class="inner_form">
    <div class="inputText">Password</div>
    <input type="password" name="password" class="form_text" id="password">
  </div>
  <input type="submit" name="button" id="submit_btn" value="Log In">
</form>

Name: vformPOST

<form id="forgot" action="" method="post" onsubmit="return forgotPassword()" name="vform">
  <h1>FORGOT PASSWORD</h1>
  <div class="inner-form">
    <div class="inputText">Username</div>
    <input type="text" name="fname" class="form_text" id="forgotFname"><br><br>
  </div>
  <div class="inner-form">
    <div class="inputText">E-mail</div>
    <input type="email" name="eamil" class="form_text" id="forgortEmail"><br><br>
  </div>
  <div class="inner-form">
    <div class="inputText">Phone No</div>
    <input type="text" name="phoneno" class="form_text" id="forgotPhone"><br><br>
  </div>
  <button>SEND</button>
</form>

POST #

<form id="reset_Password_form" action="#" method="post" onsubmit="return resetPassword()">
  <h1>Reset Password</h1>
  <div class="inner-form">
    <div class="reset_password_div">
      <div class="inputText"> Password</div>
      <input type="password" name="restPassword" class="form_text" id="reset1_password">
      <span id="error_reset_password" class="error">At least 8 charecters, 1 digit and 1 special charecter required</span>
    </div>
  </div>
  <div class="inner-form">
    <div class="reset_cpassword_div">
      <div class="inputText"> Confrim Password</div>
      <input type="password" name="restCpassword" class="form_text" id="reset_cpassword">
      <span id="error_reset_cpassword" class="error">Password does not match.</span>
    </div>
  </div>
  <input type="submit" name="fsubmit" id="reset_submit" value="Reset">
</form>

POST index.html

<form class="inside_pop" action="index.html" method="post">
  <buttonon onclick="return closed()" class="modal_close">×</buttonon>
  <p>Please check your Text Message or E-mail<br> and verify the code.</p>
  <div class="pop_input">
    <input type="text" name="verify" id="verify" class="form_text" placeholder="Code">
  </div>
  <div class="pop_button">
    <button onclick="return myFunction()" id="verify_code">Verify</button>
    <button onclick="return resend()" id="resend_code">Resend code</button>
  </div>
</form>

POST index.html

<form class="inside_pop" action="index.html" method="post">
  <buttonon onclick="return closed()" class="modal_close">×</buttonon>
  <!-- <p>Please check your Text Message or E-mail<br> and verify the code.</p> -->
  <p>For the time being please use this pin code to verify</p>
  <p>
    <stron><span class="pin-code"></span></stron>
  </p>
  <div class="pop_input">
    <!-- <input type="text" name="verify" id="forgotVerify" class="form_text" placeholder="Code"> -->
    <input type="text" name="verify" id="forgotVerify" class="form_text" placeholder="Code">
    <input type="hidden" name="rem_token" id="rem_token" value="">
  </div>
  <div class="pop_button">
    <button type="button" id="forgotVerify_code">Verify</button>
    <button type="button" onclick="forgotResend()" id="forgotResend_code">Resend code</button>
  </div>
</form>

Text Content

LOGIN

User name/Email
Password


FORGOT PASSWORD

Username


E-mail


Phone No


SEND
LOGIN FORGOT PASSWORD LOGIN FORGOT PASSWORD


RESET PASSWORD

Password
At least 8 charecters, 1 digit and 1 special charecter required
Confrim Password
Password does not match.
×

Please check your Text Message or E-mail
and verify the code.


Verify Resend code
×

For the time being please use this pin code to verify




Verify Resend code