Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save obviousdisaster/3fe5eac50940698926432737083ebcc8 to your computer and use it in GitHub Desktop.
Save obviousdisaster/3fe5eac50940698926432737083ebcc8 to your computer and use it in GitHub Desktop.
bootstrap-contact-form-7.html
<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