Country/State Dropdown in CakePHP

Posted by raheelonline on Stack Overflow See other posts from Stack Overflow or by raheelonline
Published on 2009-12-07T13:49:56Z Indexed on 2010/04/01 2:03 UTC
Read the original article Hit count: 259

Filed under:

How do i deal with dependent combo boxes in the views with the form helper. For example:

Country Select Box (Choosing a country shall filter out the states of the selected country) States Select Box

This should happen with the help of Javascript / Jquery etc. I came across an example for the same with Cake's core AJAX helper but it would be very nice if someone can help with a Javascript example.

Thanks

© Stack Overflow or respective owner

Related posts about cakephp