This simple form shows what you can do with a template.




HTML Code:

<HTML>
This simple form shows what you can do with a template.<br>
<FORM ACTION="http://www.flnet.nl/cgi-bin/tecform.pl" METHOD="POST">
<INPUT TYPE="hidden" NAME="mlto" VALUE="root">
<INPUT TYPE="hidden" NAME="mlheader_from" VALUE="mailform@invalid.domain">
<INPUT TYPE="hidden" NAME="mlheader_subject" VALUE="mailform test">
<INPUT TYPE="text" NAME="field1"><br>
<INPUT TYPE="text" NAME="field2"><br>
<INPUT TYPE="text" NAME="field3"><br>
<INPUT TYPE="hidden" NAME="mltemplate" VALUE=
"This is a test template,
field1=@{field1}@, field2=@{field2}@, and field3=@{field3}@, 
You can put anny ascii char in this template :%44. 
There is a special way to send a @{%}@ .
.
You can also send an enviroment variable, you could be intrested
that the person who mailed this mail used: @{HTTP_USER_AGENT}@, and that 
his IP number is @{REMOTE_ADDR}@. 

bye. ">
<INPUT TYPE="submit">
</FORM>
</HTML>