CRM Plugin

Hi All

I have added a new function to the CRM plugin – a contact form. This is probably the last update I will do for a time because of the cost of developing this further. I am hoping to find a client who will sponsor taking the project forward. As soon as I can I will endeavour to advance further with some of the ideas that have been floated.

In the meantime, please download the contact form and tell me what you think.

== Installation ==
1. Upload to your plugins folder, usually `wp-content/plugins/`
2. Activate the plugin on the plugin screen.
3. Configure the plugin on it’s settings screen. Settings … Contact Form
4. This plugin will work after activate “CRM” plugin.

== Frequently Asked Questions ==
= How do I add the contact form to a post/page? =
You will need to add to the body of the post/page in the editors HTML mode. Enclose the code in triangular brackets:

!–add-contact–

You can see the contact form in action on this page.
The fields are all configurable using css. My css looks like this:

fieldset { border: 1px solid #ccc; margin: 0; padding: 0 1em; background: #f8f8f8; }
legend { font-weight: bold; }
input: focus, textarea: focus { background: #ffc; }
input { width: 300px; }
form { width: 480px; }
form dt { float:left; width:150px; }
form dd { margin-bottom:6px; }

And if anyone is willing to sponsor further development please don’t hesitate to contact me. Thanks.