Add contact form into wordpress blog
Sometimes we need to add ability for our wordpress to be able receiving a contact message from our user. Here we need a contact form plugin to be installed on our blog. What input do we need for good contact form? I think this contact form has following item :
- Input Name, Email, Message from the user
- Optional to have a subject selection
- Important that it has spam filter build in to protect our site from spammer
So i look into some plugin for wordpress, and found one that sufficient enough to provide this capability. I took a contact form plugin from this site or download link.
The additional feature of this plugin that it is easily to add into our posts or pages. by adding this code, we can show the contact form on our blog.
<?php wpcontactform();?>
Installation is as usual,
- We put this plugin into plugin directory ( wp-content/plugins )
- Enable or activate it through Plugins Menu on admin area.
- Go to Options > Contact Form and fill in the information.
- Change the challenge question and answer if you’d like ( spam filter ).
- You can built a list drop-down of subjects by typing in your subjects delimited by a pipe character (Option A | Option B | Option C).
My recommendation is to build a page template in your theme and then assign it to your contact page.
Artikel terkait
- Improve your blog navigation using related post plugin
There is one usefull wordpress plugin for improving your blog navigation. Adding list of related... - Add Reply to this comment function to your wordpress blog
Have you ever seen a blog that on each comment we can reply to a... - WP Super Cache - cache your wordpress blog 2.5
I were upgrading from wordpress 2.3 to 2.5, but my wp-cache plugin is not work... - What is Google Adsense
If you have site with good traffic per day, than it is potential to add...
