payment.ittutorials.in Open in urlscan Pro
208.91.198.210  Public Scan

URL: https://payment.ittutorials.in/
Submission: On July 29 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

<form id="frmIndex" autocomplete="off">
  <div class="row">
    <div class="form-group col-md-12 text-center">
      <h2>Checkout Form - Demo</h2>
    </div>
    <hr>
  </div>
  <div class="row">
    <div class="form-group col-md-offset-3 col-md-6 col-sm-offset-2 col-sm-8 col-xs-12">
      <label>Name</label>
      <input name="txtName" type="text" class="form-control input-lg" placeholder="" autocomplete="off" data-bv-notempty="true" data-bv-notempty-message="Name is required.">
    </div>
  </div>
  <div class="row">
    <div class="form-group col-md-offset-3 col-md-3 col-sm-offset-2 col-sm-4 col-xs-6">
      <label>Amount</label>
      <div class="input-group">
        <span class="input-group-addon"><i class="fa fa-rupee" aria-hidden="true" style="font-size: 23px;"></i></span>
        <input name="txtAmount" type="number" class="form-control input-lg number" placeholder="0.00" onchange="(function(el){el.value=parseFloat(el.value).toFixed(2);})(this)" value="0.00" min="1.00" step="0.05" data-bv-notempty="true"
          data-bv-notempty-message="Amount is required.">
        <!--
							OnChange Event:
							Make the HTML number input always display two (2) decimal places.
							Example: 2.03, 120.09, 40.04...
						 -->
      </div>
    </div>
  </div>
  <div class="row">
  </div>
  <div class="row">
    <div class="form-group col-md-offset-3 col-md-6 col-sm-offset-2 col-sm-8 col-xs-12">
      <label>Email</label>
      <input name="txtEmail" type="text" class="form-control input-lg" placeholder="" data-bv-emailaddress="true" data-bv-emailaddress-message="Invalid Email">
    </div>
  </div>
  <div class="row">
    <div class="form-group col-md-offset-3 col-md-6 col-sm-offset-2 col-sm-8 col-xs-12">
      <label>Contact</label>
      <div class="input-group">
        <span class="input-group-addon" id="lblCallingCode" style="font-size: 23px;">+91</span>
        <input name="txtContact" type="text" class="form-control input-lg" placeholder="" data-bv-notempty="true" data-bv-notempty-message="Contact is required.">
      </div>
    </div>
  </div>
  <div class="row">
    <div class="form-group col-md-offset-3 col-md-6 col-sm-offset-2 col-sm-8 col-xs-12">
      <div class="alert alert-success" role="alert"> Note: This is just a demo for Razorpay Payments. You may try making the payments, the amount will not be deducted during this process. </div>
    </div>
  </div>
  <div class="row">
    <div class="form-group col-md-12">
      <hr>
    </div>
  </div>
  <div class="row">
    <div class="col-md-12 text-center">
      <input id="btnCheckout" type="submit" class="btn btn-primary btn-lg" value="Checkout">
      <button id="btnReset" type="button" value="Cancel" class="btn btn-lg btn-default">Reset</button>
    </div>
  </div>
</form>

Text Content

 * Download


CHECKOUT FORM - DEMO

--------------------------------------------------------------------------------

Name
Amount


Email
Contact
+91
Note: This is just a demo for Razorpay Payments. You may try making the
payments, the amount will not be deducted during this process.

--------------------------------------------------------------------------------

Reset
Test Mode