Created
February 20, 2018 18:22
-
-
Save braginteractive/68b389f6de761a789cf224d6d1730a31 to your computer and use it in GitHub Desktop.
MaterialLead - Hero Contact Form Markup
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="card"> | |
<div class="card-header"> | |
Request a free quote for your project | |
</div> | |
<div class="card-body"> | |
<div class="row"> | |
<div class="col-md-6"> | |
<div class="form-group"> | |
<label for="firstname" class="bmd-label-floating">First name</label>[text* first-name id:firstname class:form-control] | |
</div> | |
</div> | |
<div class="col-md-6"> | |
<div class="form-group"> | |
<label for="lastname" class="bmd-label-floating">Last name</label>[text* last-name id:lastname class:form-control] | |
</div> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="col-md-6"> | |
<div class="form-group"> | |
<label for="email" class="bmd-label-floating">Email</label>[email* your-email id:email class:form-control] | |
</div> | |
</div> | |
<div class="col-md-6"> | |
<div class="form-group"> | |
<label for="phonenumber" class="bmd-label-floating">Phone number</label>[tel* tel-879 id:phonenumber class:form-control] | |
</div> | |
</div> | |
</div> | |
[submit class:btn class:btn-raised class:btn-lg class:btn-block class:btn-success "Get Your Free Quote"] | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment