Home › Forums › WordPress Themes – Premium › Circumference › The contact form – how do I add help text? › Reply To: The contact form – how do I add help text?
April 23, 2014 at 8:21 pm
#19760
Moderator
Change the value of the input field to be placeholder instead. So replace
value="Your Name"
with…
placeholder="Your Name"
As the person starts to type, it disappears.