The subject field allows you to specify the text that will appear in the subject line of the email you recieve once the form is submitted. If you do not specify a subject, the default text—WWW Form Submission
<input type="hidden" name="subject" value="Your Subject" />
Note: If you want the person submitting the form to be able to specify the subject, set the type attribute to text (instead of hidden).