Re: Form with CheckBoxSelectMultiple not validating

2019-06-10 Thread Sithembewena L. Dube
Thanks for responding @Joe. I had figured out what the issue was. I ended up with: ``` tour_options = forms.MultipleChoiceField( label='Select tour activities', choices=settings.TOUR_OPTIONS, widget=forms.CheckboxSelectMultiple() ) ``` Kind regards, Lloyd *Sent with Shift

Re: Form with CheckBoxSelectMultiple not validating

2019-06-07 Thread Joe Reitman
Can you show the code? On Friday, June 7, 2019 at 1:57:23 PM UTC-5, Dube Software wrote: > > I have a form with a CheckBoxSelectMultiple widget. When I select choices > and submit the form, `is_valid()` returns False. What could be the cause? > > Kind regards, > Lloyd > > *Sent with Shift >

Form with CheckBoxSelectMultiple not validating

2019-06-07 Thread Sithembewena L. Dube
I have a form with a CheckBoxSelectMultiple widget. When I select choices and submit the form, `is_valid()` returns False. What could be the cause? Kind regards, Lloyd *Sent with Shift