I have a Firstname and Lastname fields, I have set rules to ‘required’ but I want to both fields must only accept Letters not special characters or numeric. If user submit with special character or numeric i want to display an error message that user submit invalid characters.
Share
Add to the validation the
alpharule.Read more here under
Rule Reference.