Active
Project:
Form single
Version:
5.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2009 at 07:26 UTC
Updated:
2 Mar 2009 at 07:26 UTC
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