<metas><etc> </head> <body> <p>Some content</p> <form method="POST" action="cgi-bin/webmstr.cgi"> <input type="hidden" name="subject" value="somevalue" readonly> <FIELDSET> <LEGEND>Personal information</LEGEND> <LABEL for="firstname">First name: </LABEL> <input id="firstname" name="firstname" type="text" size="30"> <br> <LABEL for="comments">Please enter your submission here: </LABEL> <br> <TEXTAREA id="comments" NAME="comments" ROWS="10" COLS="72"></TEXTAREA> <!-- Button(s): --> <input type="submit" value="Send this form?">    <input type="reset"> <br> </FIELDSET> </form> ... </body> </html>