Forum Moderators: open
<form action=.. method=POST>
<select name=..>
<option value=..>Option1</option>
<option valur=..>Option2</option>
</select>
</form>
-use option1..n, and have an option other, and later on a text/textarea field, if you selected other above, please specify...
Alternatively use php together with some db to construct the form (you'll need some scripting anyway to be able to process the form data.
Skirril