Populating select via the other select option

0

I have a system done in CakePHP.

I have 3 selects in one view: One to list the stocks; One to list inventory locations (A stock can have multiple locations); And one to list the products you have in the given location;

How do I, when selecting a stock, the locations of that stock and so on?

I have all the variables already in the view, and only need to be filtered.

    
asked by anonymous 23.02.2018 / 14:42

0 answers