Dear all,<br>i am developing drupal module with ahah for dropdown index change.<br><br>when i want to get value from the dropdown list i am not able to get value.<br><br>please see this code.<br>for normal dropdownlist i am able to get the key of value which is behind the dropdown.<br>
<b>$form_state['values']['master_dropdown']; </b><br><br>But in ahah form, i am using<br><b>$form_state['values']['dependent_dropdown_holder']['dependent_dropdown']; </b><br><br>I am able to get the value which is visible in the front of dropdown.<br>
i want to get the key value which behind the dropdown so that i will be able to use for the country id etc.<br><br>please help me.<br><br>Thank you<br>jayakumar<br>