getformly.app Open in urlscan Pro
18.133.131.217  Public Scan

Submitted URL: http://getformly.app/
Effective URL: https://getformly.app/html/index.html
Submission: On January 26 via api from US — Scanned from GB

Form analysis 1 forms found in the DOM

<form id="ContentForm">
  <div class="login-div">
    <div class="text-center main-header">
      <!-- <span class="main-title">LOG IN</span> -->
      <img src="../images/home/formly-logo.png" style="height:40%">
    </div>
    <div class="main-form">
      <div class="md-form">
        <i class="input-icon fa fa-at prefix active"></i>
        <input type="email" name="iUsername" id="iUsername" class="form-control" value="" required="">
        <label for="iUsername" data-error="Invalid Email address" data-success="Nothing" class="active">Email ID</label>
      </div>
      <div class="md-form">
        <i class="input-icon fa fa-lock prefix"></i>
        <input type="password" name="iPassword" id="iPassword" class="form-control" value="" required="">
        <label for="iPassword" data-error="Short or no password">Password</label>
        <span id="passwordEye" class="fa fa-eye-slash"></span>
      </div>
      <div class="text-center">
        <button type="button" id="bSubmit" class="btn turquoise w100 login-btn waves-effect waves-light">Sign in</button>
      </div>
      <div class="text-center" style="padding:5px">
        <br><b style="display:block">Or sign-in with</b>
        <div class="sso-block">
          <div class="text-center google-button">
            <img id="GPLoginImg" src="../images/home/google-button.png">
          </div>
        </div>
      </div>
      <span id="lForgotPassword" class="text-center">Forgot password?</span>
      <div class="or-div">
        <span class="or">or</span>
      </div>
      <div class="text-center">
        <button type="button" id="bRegister" class="btn turquoise w100 login-btn waves-effect waves-light">Sign up for free</button>
      </div>
      <p class="tos">By signing up, you agree to the <span id="tou">Terms of Service</span> and <span id="pp">Privacy Policy</span>.</p>
    </div>
    <div id="appVersion"></div>
  </div>
</form>

Text Content

Email ID
Password
Sign in

Or sign-in with

Forgot password?
or
Sign up for free

By signing up, you agree to the Terms of Service and Privacy Policy.


Close