Hello

I am using Drupal 5.x

i created a custom form with two select box second select box is populated by the choice of the first select box,but i cant get the second select box values after submitting

$caste_key=$form_values['_caste'];
$caste=$form_values['caste_list'][$caste_key]; //get caste

$ caste is empty
help me