Last active
August 29, 2015 14:17
-
-
Save scottnix/230fd237a6e7995faef0 to your computer and use it in GitHub Desktop.
Contact Form 7
This file contains 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
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) |
This file contains 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
To: recipient email address here | |
From: [your-name] <[your-email]> | |
Subject: Website Form Request scottnix.com | |
Additional Headers: Reply-To: [your-email] |
This file contains 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="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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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