HTML5 offers form field validation support built into the HTML form input tags that should greatly reduce the need for JavaScript validation code. In this post, I look at some examples of this.
We have a large Web survey with 100 radio button groups. How can we validate (using JavaScript) before the survey is submitted? To ensure every radio button group in a form has an item selected, step ...