Skip to content

Instantly share code, notes, and snippets.

@gicolek
Last active April 24, 2024 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gicolek/959e176c5622e34494bf2318d2f1d40a to your computer and use it in GitHub Desktop.
Save gicolek/959e176c5622e34494bf2318d2f1d40a to your computer and use it in GitHub Desktop.
Contact Form 7 layout
<div class="c-custom-contact-form-7">
<div class="c-grid">
<label> Your name
[text* your-name] </label>
<label> Your email
[email* your-email] </label>
</div>
<div>
<label> Subject
[text* your-subject] </label>
<label> Your message (optional)
[textarea your-message] </label>
</div>
[submit "Submit"]
</div>
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment