Here's the javascript:
alert ('['+value+']');
return "That name does not exist";
If I put in a valid name, I get a pop up error message that says:
[]
If I put in an invalid name (lslslslslslsls), I get a pup up error message that says:
[User with name lslslslslslslsl not found.]