unable to get values from $form_values
sujith7c - March 2, 2009 - 07:26
| Project: | Form single |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
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
