Clear Default Value of Input Fields | Adobe Higher Education
Skip to main content
February 24, 2015
질문

Clear Default Value of Input Fields

  • February 24, 2015
  • 2 답변들
  • 1098 조회
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.
이 주제는 답변이 닫혔습니다.

2 답변

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!