Return CGI Library
Return FormMail
HTML is as follows:
<form method="post" action="/cgi-bin/formmail">
<h3><i>Demonstration Information:</i></h3>
<p>
<i>If you would like to submit this form to test the demo...
please enter your e-mail id here (please note that this would usually be a hidden field that a client would not see):</i>
</p>
<input name="recipient" type="text" size="40" /><br /><br />
<input name="subject" type="hidden" value="formmail demo" />
<input name="username" type="hidden" value="webmaster@baremetal.com" />
<input name="redirect" type="hidden" value="/baremetal/gadgets/formmail/thanks.html" />
<hr />
<h3>Billing Information:</h3>
Please enter your name: <br />
<input name="name" type="text" size="40" /><br /><br />
Please enter your billing address: <br />
<textarea name="billaddr" cols="40" rows="3"></textarea><br /><br />
Please enter your shipping address (if different from above): <br />
<textarea name="shipaddr" rows="1" cols="40"></textarea><br /><br />
<hr />
<h3>Product Selection:</h3>
Please choose a processor platform: <br />
<select name="processor">
<option>Pentium 133</option>
<option>Pentium 120</option>
<option>Pentium 90</option>
</select><br /><br />
Please choose how much memory you want: <br />
<select name="memory" size="3">
<option> 4 MByte </option>
<option> 8 MByte </option>
<option selected="selected"> 16 MByte </option>
<option> 20 MByte </option>
<option> 32 MByte </option>
</select><br /><br />
Please choose a disk drive: <br />
<select name="drive" multiple="multiple" size="3">
<option>540 MByte IDE </option>
<option>860 MByte IDE </option>
<option selected="selected">1.6 MByte IDE </option>
<option>1.05 GByte SCSI </option>
<option>2.1 GByte SCSI </option>
</select><br /><br />
<input type="submit" value="Press to send" />
</form>
<br /><br />
<br />
|