TrueForm Mailer - The Magic Form Mailer script

What makes TrueForm Mailer different from other form scripts?
TrueForm Mailer magically retrieves a copy of any form using it and processes it into a template for the confirmation screen and for email messages.
With TrueForm Mailer you always receive the original form exactly as filled out, without needing templates and complicated software programming anymore.
You may use TrueForm Mailer from any form, without any configuration neccessary. Just point the form's action to TrueForm Mailer!
TrueForm Mailer is fully compatible with Matt's famous and original form mailer.
What you see is what you get! Check it out with this sample form.

Sample Form for TrueForm Mailer

Form Recipient eMail address

Name (for this test)
eMail address
language TrueForm Mailer
Remarks
TrueFM is a professional piece of software which saves a lot of time and money plus it improves the looks of your website.
You may purchase TrueFM for only 36 EURO.

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:


TrueForm Mailer 14.07 - © 2003-2023 by hivetec