Forked from sjozsef/Pure Bootstrap Contact Form 7 template
Created
January 20, 2020 09:47
-
-
Save bulentsakarya/f72e7dd493a5089bb6664f793154961a to your computer and use it in GitHub Desktop.
bootstrap-contact-form-7.html
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
<hr /> | |
<div class="row"> | |
<div class="col-md-4"> | |
[text* your-name class:form-control placeholder "Name (required)"] | |
</div> | |
<div class="col-md-4"> | |
[email* your-email class:form-control placeholder "Email (required)"] | |
</div> | |
<div class="col-md-4"> | |
[text your-subject class:form-control placeholder "Subject"] | |
</div> | |
</div> <!-- end of .row --> | |
<hr /> | |
<div class="row"> | |
<div class="col-md-12"> | |
[textarea your-message class:form-control placeholder "Message"] | |
</div> | |
</div> | |
<hr /> | |
<div class="row"> | |
<div class="col-sm-12"> | |
[submit class:btn-block class:btn class:btn-primary class:btn-lg "Send" ] | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment