I need to make a field in a admin form to be a drop down select box.
I have the field right now as:
<input type="text" name="Menu_cat" value="<?php echo $Menu_cat;?>"></TD></TR>
The problem remains in keeping the state of the select box. This is important for updating records.