MTApprovalCommentForm

This tag is used to replace the default beginning of the Movable Type comment form.

If you prefer, you can construct portions of this form, rather than replacing it all at once.

Usage:

<$MTApprovalCommentForm$>

Returns:

<form method="post" action="message-template-name" name="comments_form" id="comments-form" onsubmit="if (this.bakecookie.checked) rememberMe(this); setDate('save-date-name')">
    <input type="hidden" name="load-date-name" id="load-date-name" value="" />
    <input type="hidden" name="save-date-name" id="save-date-name" value="" />
    <input type="hidden" name="beacon-name" id="beacon-name" value="beacon-value" />
    <script type="text/javascript" src="javascript-template-name"></script>
    <script type="text/javascript">
    setDate('load-date-name');
    </script>

Return to the MT-Approval template tag reference.

Recent Entries

MT-Notifier 6.0.0
Change license to Artistic You read that right. Effective immediately, MT-Notifier has returned to its roots, and there is…
MT-Notifier 5.0.1
Add newline to mt-notifier-queue.cgi Update Plugin.pm with comment and entry checking code Update template capitalization…
MT-Notifier 5.0.0
Added ability to store templates in database Added template tag context to allow use of MT tags Changed code…