What is the best practice for a dynamic select list in Drupal 7?
hook_form_FORM_
The callback for the answer from wildpeaks should be:
function mymodule_ajax_callback($form, $form_state) { return render($form['dropdown_second']); }