I want to clear the text field when the user clicks on that
try this ,it worked for me
add this into your input tag
onfocus="this.value='';"
for example if your code is
use it like this