Please replace the ??? with your data!
[desc]:
So I've switched out the default WP comment form with the cforms version just to keep the styling consistent. I used the preset and removed some of the fields I didn't want. (let me know if this may be a problem). I replaced the <form> tags with the insert cform tag provided. The form shows up on the page, but when I fill it out and submit/refresh, I don't get any feedback other than the Thank You message (no "comment is being held…." message in the comment list). It does send me an email, however. I go into WP and there are no comments being held, neither are they in the database (wp_comments).
I'm using wp_list_comments(); to list out my comments and support threading. I have the comments set to be held for moderation. The comments on there currently I pulled from the old website to help with styling.
I went back and followed through the Help steps several times, but I still feel like I'm missing something. . . .