Zend - combobox value depending on another combobox value

Posted by Sorin Adrian Carbunaru on Stack Overflow See other posts from Stack Overflow or by Sorin Adrian Carbunaru
Published on 2012-04-05T18:12:32Z Indexed on 2012/06/04 22:40 UTC
Read the original article Hit count: 633

Is there a way in Zend Framework to fill a combobox with values depending on the value chosen in a previous combobox, but on the same page?

In my case I have a combobox for domain and one for specialization. If i choose Informatics in the first combobox (domain), I want to fill the second one with a single specialization - "Informatics". But if I choose Math in the first, I want to fill the second one with two specialization: "Mathematics" and "Mathematics & Informatics".

Thank you! Sorin

© Stack Overflow or respective owner

Related posts about php

Related posts about zend-framework