posted Tuesday, August 19th, 2008
Good news! There is a new version of CForms that is out and has got great features. The best thing about it is it has got most of the features on my wish list
So here goes…
CForms is now completely compatible with three of the most used comment plugins.
First Step is to install the above mentioned plugins and activate them.
Next… adding Subscribe To Comments and CommentLuv

When you add the comment form you will notice two extra fields: Subscribe To Comments and CommentLuv. Adding these will make sure that the two plugins now work seamlessly with CForms. Yes it really is that simple!
And … WP AJAX Edit Comments
This is the simplest one to work with as all you need to do is upgrade to the latest version of this plugin. The plugin authors of both CFORMS and WP AJAX Edit Comments have worked together to make sure the plugins are compatible. So hats off to them.
When you post a comment using the CForms comment form, you might not get to see the comment posted until you refresh the page. This is because there is one last setting that needs to be adjusted.

<ol id="commentlist">
In this case the ‘Parent Comment Container’ will be ‘commentlist’
<li class="alt" id="comment-{id}">
You should now be able to preview your comment without re-loading te page plud have the option of editing it if yo are using the WP AJAX Edit Comments plugin.
There are some problems you might run into.
There is a reason. Your most probably have your comment code like this:
If Comment {
<ol id="commentlist">
<li>
Comment Here
</li>
</ol>
}
Note that the ol tag is only displayed if there is a comment. Your blog doesn’t know there is a first comment until the page is re-loaded. Since the ol tags are not used, CForms cannot show the comment. If you have them outside the ‘if comment’ and the ol tag is rendered regardless of whether there is a comment or not then Cforms can work its magic.
Enjoy the new version of CForms … I’m sure this plugin will continue to improve. In which case there will be a part 3 to this tutorial someday.