I habe a couple of HTML forms that just mails to me once someone clicks submit.
Now I've reallised that Mozilla messes these forms up, and replaces the subject line with "Form Post from Firefox".
Is there something I should change in my <head>, or content tipe to rectify this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Application Form</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<form action="mailto:jo@snow.co.za?Subject=Application for Snow in the City" method="post" enctype="TEXT/PLAIN" name="form" target="_blank" id="form">
Peace