Det mener jeg ikke - det er jo kun en mailto: der bruges i scriptet. Hvis man derimod bruger en formmail så skal der være installeret denne på serveren. I nedenstående eksempel skal Form Mail Script være installeret på serveren.
<form action=\"/cgi-bin/fmail.pl\" method=\"POST\">
<input type=\"hidden\" name=\"recipient\" value=\"webinfo@precisionweb.net\">
<input type=\"hidden\" name=\"subject\" value=\"Standard Form\">
<input type=\"hidden\" name=\"thankurl\" value=\"
http://www.precisionweb.net/\"><input name=autoresponse-subject type=hidden value=\"The Information You
Requested\">
<input name=autoresponse type=hidden value=\"This is where you would type in
the autoresponse message\">
<input TYPE=\"text\" NAME=\"Name the text field in this area\" SIZE=30>Standard
30 character field
<br>
<input TYPE=\"text\" NAME=\"username\" SIZE=30>Username/Email address field
<br>
<textarea NAME=\"Comments\" ROWS=5 COLS=30></textarea> Comment Block
<br>
<input TYPE=\"radio\" NAME=\"Name the radio button in this area\"
VALUE=\"Yearly\"> Radio Button One
<br>
<input TYPE=\"radio\" NAME=\"Name the radio button in this area\"
VALUE=\"Quarterly\">Radio Button One
<br>
<input TYPE=\"radio\" NAME=\"Name the radio button in this area\"
VALUE=\"monthly\">Radio Button One
<br>
<input TYPE=\"submit\" VALUE=\"Submit Form\"><input TYPE=\"reset\" VALUE=\"Reset
Form\"></form>