Let's say I have a text input field with the initial value of "insert text here" coded like this:
<input type="text" value="insert text here" />
What I want is for the text inside the input field to disappear automatically when the user clicks on it, but if they decide not to write anything and click away, the text should reappear.
Does anyone know how to accomplish this?
Thank you