What\'s the best way to have a text input field that displays instructions of what to enter in that field in gray. When you focus on that input field, the gray instruction text
You can use watermark plugin in jquery.use this link.
example
$(this).Watermark("your instructions");