Created
November 29, 2021 16:27
-
-
Save jprieton/90f73f45fb2031b419ca53c437230028 to your computer and use it in GitHub Desktop.
A sample of Contact Form 7 form with Bootstrap
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"> | |
[text* your-name class:form-control placeholder "Name (required)"] | |
</div> | |
<div class="form-group"> | |
[email* your-email class:form-control placeholder "Email (required)"] | |
</div> | |
<div class="form-group"> | |
[text* your-subject class:form-control placeholder "Subject"] | |
</div> | |
<div class="form-group"> | |
[textarea* your-message x3 class:form-control placeholder "Subject"] | |
</div> | |
[submit class:btn class:btn-secondary "Send" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment