Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2009-05-05 14:28:19
- scdoody
- Member
- Registered: 2006-10-18
- Posts: 129
comment_submit not working
I’m testing out the commenting feature on my blog.
I can post a comment and preview it just fine. But when I hit “submit” nothing happens. This is the code I have for the form:
<txp:comments_error wraptag=“ul” break=“li” />
<table cellpadding=“4” cellspacing=“0” border=“0” width=“425px”>
<tr> <td align=“left”> * <label for=“name”><txp:text item=“comment_name” /></label> </td>
<td> <txp:comment_name_input /> </td>
<td>
<txp:comment_remember />
</td>
</tr>
<tr> <td align=“left”> <label for=“email”><txp:text item=“comment_email” /></label> </td>
<td colspan=“2”>
<txp:comment_email_input />
</td>
</tr>
<tr> <td align=“left”> <label for=“web”><txp:text item=“comment_web” /></label> </td>
<td colspan=“2”>
<txp:comment_web_input />
</td>
</tr>
<tr> <td align=“left”> * <label for=“message”><txp:text item=“comment_message” /></label> </td>
<td colspan=“2”>
<txp:comment_message_input />
</td>
</tr>
<tr> <td align=“left”> </td>
<td> <txp:comments_help /> </td>
<td align=“left”>
<txp:comment_preview />
<txp:comment_submit />
</td>
</tr>
</table>
Offline
Pages: 1