PHP Classes

File: verification-form.php

Recommend this page to a friend!
  Classes of Arun Vitto   PHP OTP SMS   verification-form.php   Download  
File: verification-form.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP OTP SMS
Validate a mobile numbers sending SMS messages
Author: By
Last change:
Date: 5 years ago
Size: 427 bytes
 

Contents

Class file image Download
<div class="error"></div>
<div class="success"></div>
<form id="frm-mobile-verification">
    <div class="form-row">
        <label>OTP is sent to Your Mobile Number</label>
    </div>

    <div class="form-row">
        <input type="number" id="mobileOtp" class="form-input" placeholder="Enter the OTP">
    </div>

    <div class="row">
        <input id="verify" type="button" class="btnVerify" value="Verify" onClick="verifyOTP();">
    </div>
</form>