I am looking for a way to check one field at a time. This is so when the user fills out the form, every time a click or blur event occurs for each field, I can check this field separately and show / hide its error message.
Is it possible? If so, how can I do this? Some Google searches did not display any results that validate a single field, not the entire form.
source
share