usability - User name form validation message -


i have form validation message user name field says following

name can contain alphabets, '.' , ' ' characters

or should be

name can contain alphabets, dot , space characters

or should be

name can contain alphabets, dot (".") , space (" ") characters

which preferable usability perspective assuming end users has less exposure computers.

  • use 'letters of alphabet' not 'alphabets'
  • rather 'characters' ''.'' or ("."), why not show character on instance different background

so like:

name can contain letters of alphabet, . , spaces


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -