I have a form with 8 fields. I will start filling the form from top to bottom. First field is first-name, then last-name, then email etc. When I enter a special character in first-name, my first field, all the eight fields are getting validated and 'required' error message is shown.
I want only first-name field to be validated when I enter a special character in first-name.