I found out how to draw a text box to add a new field to my checkout:

<label class="inputLabel" for="newlauderfield"><?php echo IMPRINT_LINE_5; ?></label>
<?php echo zen_draw_input_field('imprint_line_5'); ?>


I want to create a dropdown box. How do I do that with options?