This topic is locked
[SOLVED]

 where can I see the code for cascading dropdown?

1/21/2011 6:31:04 AM
PHPRunner General questions
V
Vienna author

I am looking to see an example of the script that makes a cascading dependent dropdown happen where the values of one change what options populate the other dropdown.
I want to modify that to dynamically write a $values for a specific form field. Just as in a dropdown dependency the value is retrieved from another table. So that when one value from that other table-- the primary_id for a record is selected-- then another field value is also pulled from the same record and filled in immediately as the value to be submitted for another field in my form
I HAVE SOLVED THIS WITH CASCADING DROPDOWN AND JANE'S TIP ON USING ALIAS VALUES TO APPLY DIFFERENT DISPLAY SETTINGS: