I have a single entry page:
http://childmark.com/blog/comments/5-ways-to-stimulate-your-babys-eyesight/
I have comments turned on for both the post and the blog it’s associated with. However, when I go to actually leave a comment it doesn’t post. I’ve checked the database and there aren’t any comment records.
Perhaps you can tell me what I goofed up?
{exp:comment:entries sort="asc" weblog="blog"}
{comment}
By {name} {relative_date} ago
{/exp:comment:entries}
{exp:comment:form}
{if logged_out}
Name: <input type="text" name="name" value="{name}" size="50" /></p>
Email: <input type="text" name="email" value="{email}" size="50" /></p>
Location: <input type="text" name="location" value="{location}" size="50" /></p>
URL: <input type="text" name="url" value="{url}" size="50" /></p>
{/if}
Enter Your Comment:
<textarea name="comment" cols="79" rows="8">{comment}</textarea></p>
<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?
<input type="submit" name="submit" value="Submit" />
{/exp:comment:form}