We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34fc219 commit 5157b61Copy full SHA for 5157b61
docs/comment/form.md
@@ -35,6 +35,10 @@ The comment submission form is created very similar to a standard web form, only
35
36
<input type="submit" name="submit" value="Submit" />
37
<input type="submit" name="preview" value="Preview" />
38
+
39
+ {!-- required to prevent EE from outputting form if commenting is disabled or expired --}
40
+ {if comments_disabled}{/if}
41
+ {if comments_expired}{/if}
42
43
{/exp:comment:form}
44
0 commit comments