Hello,
I have probably made a simple oversight. I am using EE2
I am using the stock comment form and I switched the channel name. I have the comment module set to “installed,” enabled comments in the channel, and have logged in as a superadmin. I have set moderation to “no.” I cannot see the comment form. I’ve looked closely at the examples and the code in the Boyink book and can’t figure out why I can’t see the form.
I have the comments form tag below the closed entries tag. The channel entry shows up fine.
Any ideas?
Thank you very much.
{exp:channel:entries channel="feedback" }
{title}
{/exp:channel:entries}
{exp:comment:form channel="feedback" preview="channel/preview"}
{if logged_out} <label for="name">Name:</label>
<input type="text" name="name" value="{name}" size="50" />
<label for="email">Email:</label>
<input type="text" name="email" value="{email}" size="50" /><br > <label for="location">Location:</label>
<input type="text" name="location" value="{location}" size="50" /><br > <label for="url">URL:</label>
<input type="text" name="url" value="{url}" size="50" /><br >
{/if}
<label for="comment">Comment:</label>
<textarea name="comment" cols="70" rows="10">{comment}</textarea>
<label><input type="checkbox" name="save_info" value="yes" {save_info} />
Remember my personal information</label>
<label><input type="checkbox" name="notify_me" value="yes" {notify_me} /> Notify me of follow-up comments?</label>
{if captcha} <label for="captcha">Please enter the word you see in the image below:</label>
{captcha}
<input type="text" name="captcha" value="{captcha_word}" maxlength="20" /></p>
{/if}
<input type="submit" name="submit" value="Submit" /> <input type="submit" name="preview" value="Preview" />
{/exp:comment:form}