Hi,
EE 2.4.0
I have a comment form which was previously working (received a couple of comments), but now it’s not.
I noticed when submitting a comment the return field was inserting the index.php into the url, so I added the return parameter, but it’s still inserting index.php and no comment is being added to the system, nor are comment notification emails being sent.
{exp:comment:form channel="blog" return="http://domain.com/blog/{segment_2}"}
{if logged_out}
<input class="field" type="text" value="Name" name="name" maxlength="30" /><br >
<input class="field" type="text" value="Email" name="email" maxlength="30" /><br >
<input class="field" type="text" value="Website (optional)" name="url" maxlength="30" /><br >
{/if}
<textarea name="comment">Message</textarea><br >
{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" class="field" /></p>
{/if}
<input id="submit" type="image" name="submit" src="/img/icons/submit.png" width="69" height="28" alt="submit" />
{/exp:comment:form}Please advise.
comments are enabled on the entry I am testing with. Have also created a test template with only a comment form (with entry_id=“72” parameter set) and the index.php is being set there as well and no comments are submitted.