This QuickCode Tag displays a text field on the built in Contact Form page, used to enter the message to be sent out.
Must be in an HTML form.
<form id="form_1" name="form_1" method="post" action="{THIS-PAGE}">
..... <tr> <td align="right" nowrap="nowrap"><span class="MISC-TITLE">Your Message:</span></td> <td>{FIELD-CONTACT-MESSAGE}</td> </tr>
.... </form>