Posted by sujith7c on March 2, 2009 at 7:26am
| Project: | Form single |
| Version: | 5.x-1.x-dev |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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