Dynamic populating the drop down list based on the selected value of first list
Dynamic populating the drop down list based on the selected value of first list
foo.cheung
Posts: 4Questions: 3Answers: 0
in Editor
Does anyone has a example on how to implement this in the Editor: http://www.plus2net.com/php_tutorial/php_drop_down_list.php
Thanks in advance
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
The
dependent()
method is probably the best way to go about this with Editor. I don't have an example of updating one select list from another, but there is an example of how to usedependent()
here. That could readily be expanded to suit your needs.Allan
Thanks Allan, works nicely.