Template
<div style="padding:20px;margin-top:30px;border:1px solid #292929;background-color:#dad1d2;">
<table>
<tr>
<td colspan="2"><span onclick="javascript:Element.toggle('emailtable');" style="cursor:pointer;cursor:hand;">You can send corrections, questions or your opinion about this article by mail to the author. Click on this text...</span></td>
</tr>
</table>
<form action="" method="post">
<table id="emailtable" style="display:none;">
<tr>
<td>Your Name</td>
<td><input type="text" id="m_name" name="m_name" value=""></td>
</tr>
<tr>
<td>Your Email</td>
<td><input type="text" id="m_email" name="m_email" value=""></td>
</tr>
<tr>
<td valign="top">Your Message</td>
<td><TEXTAREA name="m_message" id="m_message" rows="15" cols="50"></TEXTAREA></td>
</tr>
<tr>
<td></td>
<td><INPUT type="submit" value="Submit"></td>
</tr>
</table>
<INPUT type="hidden" id="emailip" name="emailip" value="">
<INPUT type="hidden" id="emailua" name="emailua" value="">
<INPUT type="hidden" id="m_mailto" name="m_mailto" value="tk@thomas-kahl.net">
<INPUT type="hidden" id="m_subject" name="m_subject" value="Usercomment: ">
<!-- This is the most important field - with this, the plugin form action is activated: -->
<INPUT type="hidden" id="jxformaction" name="jxformaction" value="simpleformmail.php">
</form>
</div>