Creating a simple contact form
Posted by Trevor Beck on June 9, 2009
One the first things we want to do is provide a way for our visitors to contact us. The plugin WP-SpamFree, which protects you from spambots (an automated process where a computer can submit spam through your comments or contact forms), provides a simple contact form for us to use .
Adding the form is easy! After you have activated WP-SpamFree, create a Page (Contact) and in the editing window select the HTML tab. Type in whatever text you want before the form and then paste in the following:
<!–spamfree-contact–>
Once you save and view your page, you’ll have a form! You can customize some elements of the form by viewing the WP-SpamFree plugin’s settings.