User name form validation message
- by Samuel
I have a form validation message for the user name field which says the following
Name can only contain alphabets, '.' and ' ' characters
OR should it be
Name can only contain alphabets, dot and space characters
OR should it be
Name can only contain alphabets, dot (".") and space (" ") characters
Which is preferable from a usability perspective assuming the end users has very less exposure to computers.