This is the embeded form from the code above
Comments:
{exp:comment:form weblogs="{embed:weblogs}"}
{if logged_out}
Name: <input type="text" name="name" value="{name}" size="50" />
Email: <input type="text" name="email" value="{email}" size="50" />
Location: <input type="text" name="location" value="{location}" size="50" />
URL: <input type="text" name="url" value="{url}" size="50" />
{/if}
<textarea name="comment" cols="70" rows="10">{comment}</textarea>
<input type="checkbox" name="save_info" value="yes" {save_info} /> Remember my personal information
<input type="checkbox" name="notify_me" value="yes" {notify_me} /> Notify me of follow-up comments?
{if captcha}
Please enter the word you see in the image below:
{captcha}
<input type="text" name="captcha" value="{captcha_word}" maxlength="20" />
{/if}
<input type="submit" name="submit" value="Submit" />
<input type="submit" name="preview" value="Preview" />
{/exp:comment:form}
I’m pretty sure I’m missing something I have to setup. If someone could run through all the steps I need to take in the CP and the templates I would appreciate that.
The documentation only explains the code to post: http://expressionengine.com/docs/modules/comment/form.html