Replies: 0
How to add validation for first and last name? The default validation errors (i.e required*) are also not working when I directly hit the submit button it doesn’t popout any kind of validation error below fields except on the last after performing some loading.
I’ve placed some validation code for the name field in my theme’s function.php but it didn’t work for me.
Is there any way to handle the validation part of a single field or every field?