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.cheungfoo.cheung Posts: 4Questions: 3Answers: 0

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

Answers

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Answer ✓

    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 use dependent() here. That could readily be expanded to suit your needs.

    Allan

  • foo.cheungfoo.cheung Posts: 4Questions: 3Answers: 0
    edited June 2015

    Thanks Allan, works nicely.

This discussion has been closed.