This is the code for the sample form used above:
<h2>Sample Form for TrueForm Mailer</h2>
<form action = "/Mailer/index.php" method="POST" >
<table>
<tr>
<td>Form Recipient eMail address</td>
<td><input name="recipient" type="text" size=25 value="" comment="(This is normally a hidden variable)"></td>
</tr>
<tr><td colspan="2"><hr></td></tr>
<tr>
<td>Name (for this test)</td>
<td><input type="text" size=25 name="realname" value=""></td>
</tr>
<tr>
<td>eMail address</td>
<td><input size=25 maxlength="40" name="email" value=""></td>
</tr>
<tr>
<td>language TrueForm Mailer</td>
<td><SELECT name="language"> <OPTION value="en">en<OPTION value="de">de<OPTION value="id">id</SELECT></td>
</tr>
<tr>
<td>Remarks</td>
<td colspan="2"><textarea rows="3" id="Remarks" name="Remarks" cols="44">I like TrueForm Mailer!!!</textarea></td>
</tr>
<tr>
<td><input type="submit" name="submit" value="Send (test)"></td>
</tr>
</table>
<input type="hidden" name="required" value="recipient,realname, email">
<input type="hidden" name="env_report" value="yes">
<input type="hidden" name="subject" value="Sample Form for TrueForm Mailer">
<input type="hidden" name="bcc" value="Office@hivetec.net" comment="this informs us about usage of this test form!">
<input type="hidden" name="FormTest" value="Sample of custom Hidden Variable">
<input type="hidden" name="submit_confirmation" value="This form has been sent">
<input type="hidden" name="http_referer" value = "https://hivetec.net/Mailer/index.php" comment="used to locate this form and make http-referer information obsolete">
<!-- comment: This form has some intentional format glitches to test tolerance-->
</form >
Please follow the instruction from the manual below: