www.kleeto.in Open in urlscan Pro
107.162.184.226  Public Scan

Submitted URL: http://kleeto.in/
Effective URL: https://www.kleeto.in/
Submission: On November 15 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

<form id="form">
  <div class="d-flex justify-content-between flex-wrap">
    <input type="hidden" name="page" value="index Popup">
    <div class="pop-form">
      <label>First name</label>
      <div class="position-relative">
        <input type="text" name="Fname" class="frm-input" required="" autocomplete="off">
      </div>
    </div>
    <div class="pop-form">
      <label>Last name</label>
      <div class="position-relative">
        <input type="text" name="Lname" class="frm-input" required="" autocomplete="off">
      </div>
    </div>
    <div class="pop-form">
      <label>Work email</label>
      <div class="position-relative">
        <input type="text" name="Email" class="frm-input" required="" autocomplete="off">
      </div>
    </div>
    <div class="pop-form">
      <label>Phone</label>
      <div class="position-relative">
        <input type="text" maxlength="10" name="Phone" onkeypress="return /\d/.test(String.fromCharCode(((event||window.event).which||(event||window.event).which)));" class="frm-input" required="" autocomplete="off">
      </div>
    </div>
    <div class="pop-form">
      <label>Company</label>
      <div class="position-relative">
        <input type="text" name="company" class="frm-input" required="" autocomplete="off">
      </div>
    </div>
    <div class="pop-form">
      <label>Captcha Code</label>
      <div class="position-relative">
        <input type="text" name="security_code" id="security_code" value="" class="frm-input" required="" autocomplete="off">
      </div>
    </div>
    <div class="pop-form3">
      <div class="position-relative">
        <img id="captcha_code1" src="../captcha/CaptchaSecurityImages1.php" alt="captcha" class="img-captcha">
      </div>
    </div>
    <div class="pop-form2">
      <div class="position-relative">
        <input id="captcha_popup" type="button" name="capt" class="btnRefresh" value="Refresh Captcha" onclick="refreshCaptcha1()">
      </div>
    </div>
    <div class="pop-form4 mt-5 ">
      <label class="text-justify"> This form collects your name, organization, contact number and email address; so that our team can communicate with you and provide assistance at the earliest. Please check our Privacy Policy and Terms of Use to see
        how we protect and manage your submitted data. <br>
        <br>
        <input type="checkbox" name="gdpr_consent" value="1" required="">&nbsp;&nbsp;I give my consent to NGPSPL to collect my details via this form. <br>
        <br>
      </label>
    </div>
  </div>
  <div class="btnbox text-center pb-3">
    <!-- <input type="hidden" name="gdpr_consent" value="1"> -->
    <input type="submit" class="btnds mt-3" value="Get your free Demo!">
  </div>
</form>

<form id="form1">
  <input type="hidden" name="page" value="index">
  <div class="formft d-flex justify-content-between">
    <div class="position-relative">
      <input type="text" placeholder="Enter Name" name="Fname" required="" class="input-edit" autocomplete="off">
    </div>
    <div class="position-relative">
      <input type="text" placeholder="Contact Number" onkeypress="return /\d/.test(String.fromCharCode(((event||window.event).which||(event||window.event).which)));" maxlength="10" name="Phone" required="" class="input-edit" autocomplete="off">
    </div>
    <div class="position-relative">
      <input type="email" placeholder="Email Id" name="Email" required="" class="input-edit" autocomplete="off">
    </div>
    <div class="position-relative">
      <input type="text" placeholder="Company" name="company" class="input-edit" required="" autocomplete="off">
    </div>
  </div>
  <div class="formft d-flex justify-content-between">
    <div class="position-relative">
      <img id="captcha_code" src="../captcha/CaptchaSecurityImages.php?" class="img-captcha-f">
    </div>
    <div class="position-relative">
      <input type="text" name="security_code" placeholder="Enter Captcha Code" class="input-edit" id="security_code" value="" required="" autocomplete="off">
    </div>
    <div class="position-relative">
      <input id="captcha_button" type="button" name="capt" class="btRefresh" value="Refresh Captcha" onclick="refreshCaptcha()">
    </div>
    <div class="position-relative">
      <input type="submit" name="submit" class="input-edit input-btn btnview" value="Book a meeting" id="final-submit-footer">
    </div>
  </div>
  <div class="formft d-flex justify-content-between">
    <div class="position-relative">
    </div>
    <div class="position-relative terms-cond" style="margin-left: 230px;">
      <input type="checkbox" id="termsCheck" name="gdpr_consent" value="1" required="">
      <label class="text-white">Terms and Conditions</label>
      <a data-toggle="modal" data-target="#termandconditionModal" class="text-primary m-2"><u>Read More</u></a>
      <!-- Modal -->
      <div class="modal fade" id="termandconditionModal" tabindex="-1" role="dialog" aria-labelledby="termModalLabel" aria-hidden="true">
        <div class="modal-dialog" role="document">
          <div class="modal-content">
            <div class="modal-header">
              <h5 class="modal-title" id="termModalLabel">Term and Conditions</h5>
              <button type="button" class="close" data-dismiss="modal" aria-label="Close">
                <span aria-hidden="true">×</span>
              </button>
            </div>
            <div class="modal-body">
              <div>
                <p>This form collects your name, organization, contact number and email address so that our team can communicate with you and provide assistance at the earliest. Please check our Privacy Policy and Terms of Use to see how we protect
                  and manage your submitted data. </p><br> &nbsp;&nbsp;I give my consent to NGPSPL to collect my details via this form.
              </div>
              <br>
              <div class="privacy">
                <h1>Privacy Policies</h1>
              </div>
              <br>
              <div>
                <ul>
                  <li><a href="privacy-notice-visitors.php">Privacy Notice for Web-Portal</a></li><br>
                  <li><a href="data-assurance-security-policy.php">Data Assurance and Information Security Policy</a></li><br>
                  <li><a href="terms-use-notices.php">Terms of Use and Notices</a></li>
                </ul>
              </div>
            </div>
            <div class="modal-footer">
              <button type="button" class="btn btn-secondary" data-dismiss="modal">Close </button>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div class="position-relative">
    </div>
    <div class="position-relative">
    </div>
  </div>
  <div id="secpopup"></div>
</form>

Text Content

 
 * 
 * Why Us
 * Our Services
 * About Us
 * Contact Us
 * Blog
 * Log In
 * Demo


YESTERDAY, YOU SAID TOMORROW.

Kleeto is an end-to-end information management solution that builds smart
documents for today's businesses.

Schedule a Demo
 * 05+ Fortune
   500
 * 25+ Fortune
   5000
 * 50+ Mid scale
   Business

Companies trust us



HOW WE DO IT


DATA DIGITALIZATION WITH SMART KEYWORD INDEXING

Get all your documents digitalized without losing data and search them with our
smart keyword indexing algorithm.


AUTOMATE YOUR WORKFLOW WITH
HUMAN CENTRIC INTELLIGENCE

Create your own workflow as per business requirements and automate them with the
help of our technology.


ENCRYPTION ENABLED SAFE AND
OFF-SITE DATA STORAGE

Multi-Layered and encrypted data process ensures high-octane security.Privacy of
document storage is ensured by authorising only restricted personnel to access
the data.


EASIER DONE THAN SAID

Powerful search techniques aim at document search, retrieval and offsetting at
the click of the mouse. The user-friendly and structured interface ensures
complete accessibility and mobility.

Learn More


INNOVATING MANAGEMENT EVERYDAY

Helps in creating an integrated culture ensuring a seamless data recovery,
document sharing, storing, managing and retrieval process. Improved lifecycle
management redefines the enterprise content management system.

Learn More



DELIVERING SECURE SOLUTIONS

We are committed to keeping your documents secure by offering multi-layer
protection. Our robust certified information technology security system vouches
for a high level of data encapsulation earmarking it as a safe and trustworthy
solution.

Learn More
×


SCHEDULE A DEMO

First name

Last name

Work email

Phone

Company

Captcha Code



This form collects your name, organization, contact number and email address; so
that our team can communicate with you and provide assistance at the earliest.
Please check our Privacy Policy and Terms of Use to see how we protect and
manage your submitted data.

  I give my consent to NGPSPL to collect my details via this form.






Logout


GET STARTED WITH KLEETO

Terms and Conditions Read More

TERM AND CONDITIONS

×

This form collects your name, organization, contact number and email address so
that our team can communicate with you and provide assistance at the earliest.
Please check our Privacy Policy and Terms of Use to see how we protect and
manage your submitted data.


  I give my consent to NGPSPL to collect my details via this form.



PRIVACY POLICIES


 * Privacy Notice for Web-Portal
   
   
 * Data Assurance and Information Security Policy
   
   
 * Terms of Use and Notices

Close




WHY KLEETO

 * Organise
 * Integrate
 * Automate
 * Manage
 * Collaborate

SERVICES

 * Information Management System
 * Secure Storage Solutions
 * Business Process Management

CONNECT US

 * 
 * 
 * 
 * 

 * Unsubscribe

PRIVACY POLICIES

 * Privacy Notice for Web-Portal
 * Data Assurance and Information Security Policy
 * Terms of Use and Notices

CONTACT US

 * 1800-4190-568
 * 

© 2022 Kleeto.in. All right reserved. Contact us