Username form confirmation message
I have a form validation message for a username field that says the following
The name can only contain alphabets, '.' and '' symbols
OR should it be
The name can only contain alphabets, dots and spaces
OR should it be
The name can only contain alphabets, periods (".") And space characters ("")
Which is preferable in terms of usability, assuming end users have less exposure to computers.
+2
a source to share
3 answers