Skip to content

ramakrishna-nyros/Java-Script-Generic-Form-Validations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About This Application

The aim of this application is validating the form fields by using javascript. The javascript file contains javascript methods for validating textboxes,password field,image format,radio buttons,checkboxes,selectboxes,email,phone number

The form is:

Account Information

Username* [Length - Min: 5 chars: Max: 8 chars; Type: Alphanumeric]

Password* [Decoded; Length - Max: 6 chars; Type: Alphanumeric]

Profile Information

First Name* [Length - Min: 2 chars: Max: 6 chars]

Last Name* [Length - Min: 2 chars: Max: 15 chars]

Profile Pic* [Type: jpg/gif/png]

Gender* [Male/Female; Default: Male]

Date of Birth* [Day/Month/Year] Hobbies* [Painting/Singing/Traveling/Dancing/Gardening/Others] Have been to* [Countries List] Contact Information Phone * [Format: + 91 (990)-824-7888] Email * [Format: example@abc.com] [Submit button] This Application Contains: index.html- This html file contains form fields like textboxes,password filed,image file,radio buttons,checkboxes,selectboxes etc. account.css- This file contains css styles which are applied to form account.js- This file contains javascript.This javascript contains methods for emptyfield validation, minimum length validation, alphabet validation, alphaneumeric validation, checkbox validation, radiobuttons validation, selectbox validation, image file type validation, phone number format validation, email format validation etc. images folder- This folder contains images which are used in form design.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published