Tutorial Clear Field on Focus
Replace "value" with the default value. If the field is selected, the default value will go away. If the user has previously chang...
https://iskablogs.blogspot.com/2014/03/tutorial-clear-field-on-focus.html
Replace "value" with the default value. If the field is selected, the default value will go away. If the user has previously changed the field value, it'll be left alone.
Alternatively, use onfocus="this.value='';" to always clear the field.