My site only uses a 2 select, the 2nd select then shows a bunch of form input fields. The code you posted helped a lot!
I would just stick with Javascript on the client end to hide things, that's what I am having to do. If Select A changes, I call javascript to just hide the form input fields until B is selected again. Sorry I'm not much help, but you were! On Nov 25 2008, 3:22 pm, haj <[email protected]> wrote: > The basisc select A -> select B part is pretty much like: > > http://www.devmoz.com/blog/2007/04/04/cakephp-update-a-select-box-usi... > > My question is if anyone tried to do select A both controls select B > and C at a time. > > In my project I'm resorting to hide select C via Javascript when > select A is changed, not a good-looking work-around. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
