Created
November 3, 2014 08:08
-
-
Save siamkreative/a49611860bc1713a32c6 to your computer and use it in GitHub Desktop.
Contact Form 7 Form without Labels
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
<div class="row"> | |
<div class="col-md-6 form-group"><label class="sr-only">Full Name</label>[text* your-name class:form-control placeholder "Full Name"]</div> | |
<div class="col-md-6 form-group"><label class="sr-only">Email Address</label>[email* your-email class:form-control placeholder "Email Address"]</div> | |
</div> | |
<div class="form-group"><label class="sr-only">Subject</label>[text your-subject class:form-control placeholder "Subject"]</div> | |
<div class="form-group"><label class="sr-only">Message</label>[textarea your-message x5 class:form-control placeholder "message"]</div> | |
<div class="form-group">[submit class:btn class:btn-primary "Send"]</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment