Here's some of the forms page with a text field that holds the value and a dropdown that does not:
<?php
session_start();
if ($temp == "") {
?>
<SCRIPT language=javascript src="java/page.js"></SCRIPT>
<body onLoad="document.reg.reset()">
<body onLoad="document.reg.Purchasers_Name.focus()">
<table width="760" border="0" cellspacing="0" cellpadding="1" background="images/common/logoback.jpg">
<tr><td colspan="2" valign="top">
<font face="Verdana,Geneva,verdana,Helvetica,sans-serif" size="-2"><b><a href="index.php">Home</a> > Product Registration
</td></tr></table>
<table width="760" border="0" cellspacing="0" cellpadding="1" background="images/common/logoback.jpg">
<tr><td width=20%><td align=center><br><br><font face="verdana,verdana,helvitica" size=4><strong>PRODUCT REGISTRATION<br>
<font size=2 color=#EE7218>FOR U.S. AND CANADIAN ADDRESSES ONLY</font></strong><br><br></td></tr>
<?=$sess?>
<tr><td width=20%>
<td align="left">
<blockquote><font face=verdana,verdana size=1><center>
<b>NOTE :</b> A Product Registration Card has been included with the Owner's Manual of your Tanaka product. If you haven't already, please review Tanaka's <b><a href="index.php?d=1&b=warranty"> 1/2/5 Limited Warranty</a></b>. We encourage product registration as soon as possible after purchase to better faciliate claims, and issuance of appropriate technical information. You can save postage by submitting your Product Registration via this on-line form. <br><br><b>Please fill in all required information</b> (<img src="images/common/bluedot.gif" border="0" alt="Required">).
Unmarked items are optional.</center><br><br></font></blockquote>
<form action="index.php?b=operegverify&t=1" name=reg method=post>
<input type="hidden" name="sender" value="Product Registration Submission">
<input type="hidden" name="backpage" value="http://www.tanaka-usa.com/index.php?d=4&b=registration2">
<div align="center"><center>
<font color="#000000" size="4" face="verdana,Helvetica">
<input type=hidden name="recipient" value="brainardp@tanaka-ism.com">
<input type=hidden name="subject" value="Product Registration Submission">
<table border="0" align="center">
<tr>
<td align="right" width="125" valign=middle><font size="1" face="verdana,Helvetica">
<img src="images/common/bluedot.gif" border="0" alt="Required"> Purchaser Name:</font></td>
<td colspan="2" valign=middle><font size="3" face="Times New Roman,Helvetica">
<input type="text" size="50" name="PurchasersName" value="<?=$tpurname?>"></font></td>
</tr>
<tr>
<td align="left" valign=middle colspan="3"><font size="-2" face="verdana,Helvetica">How would you like to receive new product and other important announcements? </font> <select name="Add_To_List" size="1" value="<?=$tpuroptin?>">
<option selected>Choose One!</option>
<option>Snail Mail</option>
<option>E-mail</option>
<option>No Thanks</option>
</select></td>
</tr>
</table>
</form>
</td></tr></table>
<?php } ?>