Re: Radio button with nested widget

2011-10-20 Thread Kurtis Mullins
You could just create a form with two upload fields and a char field. And then use Javascript w/ Radio buttons to disable/enable those fields. On Thu, Oct 20, 2011 at 12:02 PM, Leonardo Giordani < giordani.leona...@gmail.com> wrote: > Hi all, > > I'm trying to implement the following form: a

Radio button with nested widget

2011-10-20 Thread Leonardo Giordani
Hi all, I'm trying to implement the following form: a first ChoiceField with values "mode 1", "mode 2" or "manual". Depending on its value I need to show a FileUpload field (mode1 or mode2) or some CharFields (mode3). I'm trying to mimic a desktop GUI, where you can three radio button and each