-
-
Save wpbean/4c4c7bf071fb140f411186a5a7a308e9 to your computer and use it in GitHub Desktop.
contact form (Business_X)
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="form-group col-md-4 col-sm-6"> | |
[text text-372 class:form-control class:business_x_form placeholder "Name"] | |
</div> | |
<div class="form-group col-md-4 col-sm-6"> | |
[email* email id:email class:form-control class:business_x_form placeholder "Email:"] | |
</div> | |
<div class="form-group col-md-4"> | |
[text message id:website class:form-control class:business_x_form placeholder "Website"] | |
</div> | |
<div class="form-group col-md-12"> | |
[textarea* textarea-612 id:message class:form-control class:business_x_form class:materialize-textarea x5 placeholder "Message"] | |
</div> | |
<div class="clearfix"></div> | |
<div class="form-btn col-xs-12 center"> | |
[submit id:form-submit class:btn class:btn-border class:btn-big class:business_x_form "Submit"] | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment