Why this script is not validating the form
- by danishjan
This is registration form code. i wrote script in one i have accessed every element by Id and in One by name but both donot validation it.
<div id="form">
<form action="" method="get" id="formdata" >
<p>
<label for="firstName" class="labels"> First Name </label>
…