https://github.com/pabitra-33/otp-verification_form
Created a simple 4-Digit OTP verification form using HTML, CSS & JavaScript. Here I have used four input boxes to place the otp inputs after putting the otp by the user, i used a verify button in which the user can Verify OTP.
https://github.com/pabitra-33/otp-verification_form
Last synced: 7 months ago
JSON representation
Created a simple 4-Digit OTP verification form using HTML, CSS & JavaScript. Here I have used four input boxes to place the otp inputs after putting the otp by the user, i used a verify button in which the user can Verify OTP.
- Host: GitHub
- URL: https://github.com/pabitra-33/otp-verification_form
- Owner: Pabitra-33
- Created: 2023-08-09T16:08:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T17:44:23.000Z (over 1 year ago)
- Last Synced: 2024-05-02T12:20:52.190Z (over 1 year ago)
- Language: CSS
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OTP-Verification_Form
Created a simple 4-Digit OTP verification form using HTML, CSS & JavaScript.
Simple OTP verification form with an input field to enter the OTP, a "Verify OTP" button, and a message area to display the result of the verification.The OTP is generated randomly and stored in the browser's local storage. When the "Verify OTP" button is clicked, the entered OTP is compared with the generated OTP, and a message is displayed accordingly.