Skip to content

Instantly share code, notes, and snippets.

@scottnix
Last active August 29, 2015 14:17
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 scottnix/230fd237a6e7995faef0 to your computer and use it in GitHub Desktop.
Save scottnix/230fd237a6e7995faef0 to your computer and use it in GitHub Desktop.
Contact Form 7
From: [your-name] <[your-email]>
Website: [your-website]
Message Body:
[your-message]
--
This e-mail was sent from a contact form on Scott Nix (http://scottnix.com)
To: recipient email address here
From: [your-name] <[your-email]>
Subject: Website Form Request scottnix.com
Additional Headers: Reply-To: [your-email]
<div class="cf7">
<div class="form-section"><label for="author">Name</label>[text* your-name akismet:author]</div>
<div class="form-section"><label for="email">Email</label>[email* your-email akismet:author_email]</div>
<div class="form-section"><label for="website">Website</label>[text your-website akismet:author_url]</div>
<div class="form-section"><label for="comment">Message</label>[textarea your-message]</div>
<div class="form-submit">[submit "Send Message"]</div>
</div>
@scottnix
Copy link
Author

Saving this here, thought I lost the form information when I moved hosts, but luckily it was on my localhost too. Allows for quick reference if it ever happens again. Includes Askimet filtering on the Contact Form

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment