hi Gwilym, > I am a newbie to Django, I am looking to move an application I have > written in PHP a couple of years ago to Django and need to know if > there is an easy way to generate a linked pulldown menu in a form. > > Previously I have used Javascript so if you select a category in one > pulldown the second pulldown loads the array of sub-categories > associated to the category without re-loading the page. > > Does that make sense? > > Gwilym
up to now it's quite difficult to replace javascript functionality with python ;) but you could replace the php stuff with python though. and then mostly just keep the javascript, possibly adjusting a url or two. -- cheers, Nikl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---