Posts by gisouza • 21 points
1 post
-
2
votes3
answers61
viewsA: How to make the site respond to text? Ex: user X: "hi user X" if not this user "hi unknown user"
You are overwriting the ok variable, and it will always be true. Also, you are taking the value of the field, but you are not using it. To use the name that is passed by the input, follow an…