Skip to content

Instantly share code, notes, and snippets.

@itsnahidhasan
Last active August 18, 2017 11:17
Show Gist options
  • Save itsnahidhasan/3f6a6f505539a70bb6dada586809e787 to your computer and use it in GitHub Desktop.
Save itsnahidhasan/3f6a6f505539a70bb6dada586809e787 to your computer and use it in GitHub Desktop.
Contact form 7 with placeholder
[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