Last active
May 21, 2025 11:26
-
-
Save gicolek/1729b1433cd0a67ac47b30a10b3f5883 to your computer and use it in GitHub Desktop.
Contact Form 7 Template
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="c-custom-template-wrap c-custom-template-wrap--blue"> | |
<div class="c-custom-template"> | |
<div class="c-custom-template__col"> | |
<label> Your name | |
[text* your-name akismet:author autocomplete:name] </label> | |
<label> Your email | |
[email* your-email akismet:author_email autocomplete:email] </label> | |
</div> | |
<div class="c-custom-template__col"> | |
<label> Subject | |
[text* your-subject] </label> | |
</div> | |
</div> | |
<label> Your message (optional) | |
[textarea your-message] </label> | |
[submit "Submit"] | |
This form uses Akismet to reduce spam. <a target="_blank" rel="nofollow noopener" href="https://akismet.com/privacy/">Learn how your data | |
is processed.</a> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment