Re: form required field question

2007-06-01 Thread Joseph Kocherhans
On 6/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Thanks... that does look like what I'm looking for. I don't really > understand how I'd put it in a model, though... I've got a situation > where if the choose a, they need to choose from one list, if they > choose b, they need to choose

Re: form required field question

2007-06-01 Thread [EMAIL PROTECTED]
Thanks... that does look like what I'm looking for. I don't really understand how I'd put it in a model, though... I've got a situation where if the choose a, they need to choose from one list, if they choose b, they need to choose from another, and so on, but this is all in the admin.. no public

form required field question

2007-05-31 Thread [EMAIL PROTECTED]
I have the common scenario where if the user selects "other", then I need an "explain" box to become required. How can I do this? Additional validator on the field or something? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

Re: form required field question

2007-05-31 Thread Joseph Kocherhans
On 5/31/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I have the common scenario where if the user selects "other", then I > need an "explain" box to become required. How can I do this? > Additional validator on the field or something? You probably want django.core.validators.RequiredIfOt