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.