Skip to main content
April 10, 2015
Question

custom css on forms

  • April 10, 2015
  • 4 replies
  • 1591 views
How do I add placeholder text to the <input> element of a form?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

SanfordWhiteman
Level 10
April 10, 2015
The "Hint Text" in the form setup appears as placeholder text.

There's no need to meddle with the rendered form HTML to do this.
April 10, 2015
Oh nice! Thank you Sanford! I'm still in the first month of using your amazing software, so I'm still getting used to everything. Is there a way to style the Hint Text? I just want to make it a bit darker. Thank you again.
SanfordWhiteman
Level 10
April 10, 2015
Styling the placeholder is different depending on the browser.  For browsers that implement native placeholders, follow this guide. Older browsers use the class "placeholder".
April 10, 2015
Thank you Sanford. You've been a great help.