Check sfDependentSelectPlugin
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Abhinav Keswani Sent: maandag 23 augustus 2010 8:42 To: [email protected] Subject: [symfony-users] symfony1.4 and choice dependent dropdown selects Hi there I am really stuck trying to find a neat and clean way to implement two drop down selects in one form - where the choice of one dropdown effects the options (id/values) of the other. Example is: choose a state, then choose a city that is in that state...where the city dropdown is updated on change of the state dropdown. It's a common feature on many websites, and I have done this before using object helpers however this is deprecated in 1.4 and I am looking for the "right" way to do this. I'd like to use helpers for this problem but cannot find much information about this in 1.4. In the past, I have successfully used object_select_tag with an onchange remote call to update a div containing another dropdown. How can I achieve this in Symfony 1.4 (with doctrine)? Thanks Abhinav -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en
