Re: required checkboxes issue

2008-11-17 Thread Bobby Roberts
> Without looking at any docs or code, it seems you have a mismatch in the > number of values expected by the form (one) and what will be returned by the > widget (multiple).  Are you sure you don't really want to be using a > MultipleChoiceField? > > Karen That appears to have done it. --~--~--

required checkboxes issue

2008-11-17 Thread Bobby Roberts
I have a problem with one of my forms in regard to a series of checkboxes. They are displaying properly on the page with the right values in the checkboxes. I have this set to REQUIRED in my form. However, whether I check one box, or check them all, I still get this message: "Select a valid ch

Re: required checkboxes issue

2008-11-17 Thread Karen Tracey
On Mon, Nov 17, 2008 at 11:37 AM, Bobby Roberts <[EMAIL PROTECTED]> wrote: > > I have a problem with one of my forms in regard to a series of > checkboxes. They are displaying properly on the page with the right > values in the checkboxes. I have this set to REQUIRED in my form. > However, wheth