How can I input coding for this table contact form that I created in dreamweaver to have dropdown option values? Here is my code:
<form action="" method="post">
<table width="600" border="1" cellspacing="2" cellpadding="0">
<tr>
<th width="170" scope="col"><label for="name">Name:</label></th>
<th width="428" scope="col"><div align="left">
<input type="text" name="name" id="name" required="required"/>
</div></th>
</tr>
<tr>
<th scope="row"><label for="email">Email:</label></th>
<td><input type="text" name="email" id="email" required="required"/></td>
</tr>
<tr>
<th scope="row"><label for="cell">Cell:</label></th>
<td><input type="text" name="cell" id="cell" required="required"/></td>
</tr>
<tr>
<th scope="row"><label for="available">Availability:</label></th>
<td><input type="text" name="available" id="available"
required="required"/></td>
</tr>
<tr>
<th scope="row"><label for="promo">Promotion Code:</label></th>
<td><input type="text" name="promo" id="promo" /></td>
</tr>
<tr>
<th scope="row"><label for="topic">Topics:</label></th>
<td><input type="text" name="topic" id="topic">
<option value="Select Package Here">Seclect Package Options Here</option>
<option value="Head Shots 45.00">Head Shots 45.00</option>
<option value="1 Hr Session 75.00">1 Hr Session 75.00</option>
<option value="2 Hr Session 120.00">2 Hr Session 120.00</option>
<option value="Event/Wedding/etc">Event/Wedding/etc</option>
<option value="Promo Code 50% Off">Promo Code 50% Off</option>
<option value="Other - Explain Below">Other - Explain Below</option>
</select>
</tr>
<tr>
<th scope="row"><label for="comments">Comments:</label></th>
<td><textarea name="comments" id="comments" cols="45"
rows="5">