Go to main content

Comment submit

Contents

Syntax

<txp:comment_submit />

The comment_submit tag is a single tag which is used to display a ‘Submit’ button. Selecting the submit button writes the comment information to the database. Used in the comment input form template.

Attributes

Tag will accept the following attributes (case-sensitive) as well as the global attributes :

label="text" v4.6.0+
Label that appears on the ‘Submit’ button.
Default: Submit (localized).

Examples

Example 1: Comment form

<p>
    Name (required)<br>
    <txp:comment_name_input />
</p>
<p>
    Email (required)<br>
    <txp:comment_email_input />
</p>
<p>
    Website<br>
    <txp:comment_web_input />
</p>
<p>
    <txp:comment_remember />
</p>
<p>
    Message (required)<br>
    <txp:comment_message_input /><br>
    <txp:comments_help />
</p>
<p>
    <txp:comment_preview />
    <txp:comment_submit />
</p>

Other tags used: comment_email_input, comments_help, comment_message_input, comment_name_input, comment_preview, comment_remember, comment_web_input.

Genealogy

Version 4.6.0

label attribute added (replaces functionality of deprecated submitlabel attribute in comments_form tag).

If you notice any kind of problem with this page's construction or content (outdated information, typos, broken links, or whatever), open an issue to have it sorted. Or have a go at it yourself. :)