Clear Default Value of Input Fields | Community
Skip to main content
February 24, 2015
Question

Clear Default Value of Input Fields

  • February 24, 2015
  • 2 replies
  • 1098 views
Hi, I would like to clear the default value of input fields when a user is on that field. I've tried some jquery solutions but they work by clearing the value field and I don't see one in the code. Am I missing something? Thanks.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Josh_Hill13
Level 10
February 24, 2015
do you mean use prefill on/off?

The instruction value can also be cleared or it should when you click on it in the regular form 2.0
February 24, 2015
Thank you, your answer allowed me to look more into the other options. While instruction value didn't do what I needed, "Hint Text" was just what I was looking for as it uses the placeholder tag. Thanks!