Adding Placeholder to Contact Form comments field
-
Hi, I’d like to add some instructional text to the comment field in my contact page. I think it’s called placeholder.
Can I do that by customizing css? If yes, how do I do it?
Thanks a lot for your kind support.
GThe blog I need help with is: (visible only to logged in users)
-
Hi, we can’t add placeholder text to the contact form fields. We could add some text to the bottom of the contact form with this CSS.
#contact-form-3:after { display: block !important; content: "This is some text" !important; color: #fff; padding-left: 15px; padding-bottom: 20px; }Let me know your thoughts.
- The topic ‘Adding Placeholder to Contact Form comments field’ is closed to new replies.