Last active
August 18, 2017 11:17
-
-
Save itsnahidhasan/3f6a6f505539a70bb6dada586809e787 to your computer and use it in GitHub Desktop.
Contact form 7 with placeholder
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[text your-name placeholder "Your name"] | |
[email* your-email placeholder "eMail Address"] | |
[textarea your-message placeholder "Your Message"] | |
[submit "Send it Now"] | |
<style> | |
input[type=text], input[type=email], textarea { | |
background: none; | |
margin-bottom: 10px; | |
color: #ddd; | |
} | |
textarea { | |
max-height: 100px; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment