The following HTML form successfully utilizes jQuery\'s form validation, displaying \"This field is required\" to the right of the form field if left blank, and \"Please ent
The input in the markup is missing "type", the input (text I assume) has the attribute name="name" and ID="cname", the provided code by Ayo calls the input named "cname"* where it should be "name".