Re: "Conditional fields" in forms

2009-05-29 Thread Lacrima
have implemented this technique in my apllication. Also I don't recommend you to use FormWizard, especially when dealing with dynamic forms. With regards, Max. On May 27, 10:32 pm, Jochem Berndsen <joc...@functor.nl> wrote: > All, > > Is there an easy way to include "conditio

Re: "Conditional fields" in forms

2009-05-28 Thread Lakshman Prasad
You will need to use dynamic forms. On Thu, May 28, 2009 at 1:02 AM, Jochem Berndsen <joc...@functor.nl> wrote: > > All, > > Is there an easy way to include "conditional fields" in forms within the > Django framework. By "conditional fields", I mean field

"Conditional fields" in forms

2009-05-27 Thread Jochem Berndsen
All, Is there an easy way to include "conditional fields" in forms within the Django framework. By "conditional fields", I mean fields that are shown or not shown depending on earlier choices the user made in the form. What would be the canonical way to implement th