custom css on forms

Anonymous
Not applicable

custom css on forms

How do I add placeholder text to the <input> element of a form?
Tags (1)
4 REPLIES 4
SanfordWhiteman
Level 10 - Community Moderator

Re: custom css on forms

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.
Anonymous
Not applicable

Re: custom css on forms

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 - Community Moderator

Re: custom css on forms

Styling the placeholder is different depending on the browser.  For browsers that implement native placeholders, follow this guide. Older browsers use the class "placeholder".
Anonymous
Not applicable

Re: custom css on forms

Thank you Sanford. You've been a great help.