Created
August 16, 2021 19:56
-
-
Save danfisher85/9662605d93bd5584e3ed9adcdef4b080 to your computer and use it in GitHub Desktop.
This file contains 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"> | |
<div class="form-group"> | |
[text* your-name id:your-name class:form-control placeholder "Your Name"] | |
</div> | |
</div> | |
<div class="col-md-6"> | |
<div class="form-group"> | |
[email* your-email id:your-email class:form-control placeholder "Your Email"] | |
</div> | |
</div> | |
</div> | |
<div class="row"> | |
<div class="col-md-12"> | |
<div class="form-group"> | |
[textarea* your-message id:your-message class:form-control x5 placeholder "Your Message"] | |
</div> | |
</div> | |
</div> | |
<div class="wpcf7__btn-wrapper text-right"> | |
[submit id:submit class:btn class:btn-secondary "Send message"] | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment