Skip to content

Instantly share code, notes, and snippets.

@gicolek
Last active May 21, 2025 11:26
Show Gist options
  • Save gicolek/1729b1433cd0a67ac47b30a10b3f5883 to your computer and use it in GitHub Desktop.
Save gicolek/1729b1433cd0a67ac47b30a10b3f5883 to your computer and use it in GitHub Desktop.
Contact Form 7 Template
<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